Changes between Initial Version and Version 2 of Ticket #13408


Ignore:
Timestamp:
Feb 20, 2018, 5:15:30 PM (5 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13408

    • Property Owner set to viboes
    • Property Component Nonethread
  • Ticket #13408 – Description

    initial v2  
    55to the result, there is a memory leak in Boost library.
    66
     7
     8{{{
    79==7535== 24 bytes in 1 blocks are still reachable in loss record 2 of 6
    810==7535==    at 0x4C2B0E0: operator new(unsigned long)
     
    1820==7535==    by 0x54CAC0C:
    1921boost::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
    2024
    2125
     
    2327memory leak. Here is the definition of relevant event ;
    2428
     29
     30{{{
    2531       thread_data_base* make_external_thread_data()
    2632        {
     
    4450        }
    4551
     52}}}
     53
    4654I've made some research if there is any post which states that this
    4755event causes memory leak, but could not find any. Is there any fix for