You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/02/12 04:51:18 UTC

[jira] [Updated] (TS-4196) Memory leak from main_thread on shutdown

     [ https://issues.apache.org/jira/browse/TS-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call updated TS-4196:
---------------------------
    Affects Version/s: 6.1.1

> Memory leak from main_thread on shutdown
> ----------------------------------------
>
>                 Key: TS-4196
>                 URL: https://issues.apache.org/jira/browse/TS-4196
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 6.1.1
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>
> {code}
> =================================================================
> ==27000==ERROR: LeakSanitizer: detected memory leaks
> Indirect leak of 1051936 byte(s) in 1 object(s) allocated from:
>     #0 0x7ff7472e2872 in operator new(unsigned long) (/lib64/libasan.so.2+0x99872)
>     #1 0x493eb9 in main /home/bcall/dev/apache/trafficserver/proxy/Main.cc:1603
>     #2 0x7ff74421f57f in __libc_start_main (/lib64/libc.so.6+0x2057f)
> Indirect leak of 80 byte(s) in 1 object(s) allocated from:
>     #0 0x7ff7472e1e72 in memalign (/lib64/libasan.so.2+0x98e72)
>     #1 0x7ff747012d91 in ats_memalign /home/bcall/dev/apache/trafficserver/lib/ts/ink_memory.cc:112
>     #2 0x7ff747013cb2 in ink_freelist_new /home/bcall/dev/apache/trafficserver/lib/ts/ink_queue.cc:181
>     #3 0xd31dab in ClassAllocator<ProxyMutex>::alloc() ../../lib/ts/Allocator.h:122
>     #4 0xd31dab in new_ProxyMutex() /home/bcall/dev/apache/trafficserver/iocore/eventsystem/I_Lock.h:555
>     #5 0xd31dab in Thread::Thread() /home/bcall/dev/apache/trafficserver/iocore/eventsystem/Thread.cc:46
>     #6 0xd37410 in EThread::EThread() /home/bcall/dev/apache/trafficserver/iocore/eventsystem/UnixEThread.cc:46
>     #7 0x493ec4 in main /home/bcall/dev/apache/trafficserver/proxy/Main.cc:1603
>     #8 0x7ff74421f57f in __libc_start_main (/lib64/libc.so.6+0x2057f)
> SUMMARY: AddressSanitizer: 1052016 byte(s) leaked in 2 allocation(s).
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)