Changes between Initial Version and Version 2 of Ticket #13408
- Timestamp:
- Feb 20, 2018, 5:15:30 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13408
- Property Owner set to
- Property Component None → thread
-
Ticket #13408 – Description
initial v2 5 5 to the result, there is a memory leak in Boost library. 6 6 7 8 {{{ 7 9 ==7535== 24 bytes in 1 blocks are still reachable in loss record 2 of 6 8 10 ==7535== at 0x4C2B0E0: operator new(unsigned long) … … 18 20 ==7535== by 0x54CAC0C: 19 21 boost::log::v2_mt_posix::core::add_thread_attribute(boost::log::v2_mt_posix::attribute_name const&, boost::log::v2_mt_posix::attribute const&) 22 }}} 23 20 24 21 25 … … 23 27 memory leak. Here is the definition of relevant event ; 24 28 29 30 {{{ 25 31 thread_data_base* make_external_thread_data() 26 32 { … … 44 50 } 45 51 52 }}} 53 46 54 I've made some research if there is any post which states that this 47 55 event causes memory leak, but could not find any. Is there any fix for