[
https://issues.apache.org/jira/browse/TS-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002845#comment-15002845
]
Bryan Call edited comment on TS-3863 at 11/12/15 8:23 PM:
----------------------------------------------------------
Issue 2 - Seeing this on RHEL 7.1 with gcc 4.9.3
{code}
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffebbe4700 (LWP 22486)]
0x00007ffff40945d7 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff40945d7 in raise () from /lib64/libc.so.6
#1 0x00007ffff4095cc8 in abort () from /lib64/libc.so.6
#2 0x00007ffff69b9d1d in __gnu_cxx::__verbose_terminate_handler () at
../../.././libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x00007ffff69b7d86 in __cxxabiv1::__terminate (handler=<optimized out>) at
../../.././libstdc++-v3/libsupc++/eh_terminate.cc:47
#4 0x00007ffff69b7dd1 in std::terminate () at
../../.././libstdc++-v3/libsupc++/eh_terminate.cc:57
#5 0x00007ffff69b888f in __cxxabiv1::__cxa_pure_virtual () at
../../.././libstdc++-v3/libsupc++/pure.cc:50
#6 0x0000000000c4c7fc in UnixNetProcessor::connect_re_internal (this=0x16d8100
<unix_netProcessor>, cont=cont@entry=0x7fffc683b0c0,
target=0x7fffc683b7d0, opt=opt@entry=0x7fffebbddfb0) at
UnixNetProcessor.cc:203
#7 0x00000000006ff7a2 in connect_re (opts=0x7fffebbddfb0, addr=<optimized
out>, cont=0x7fffc683b0c0, this=<optimized out>)
at ../../iocore/net/P_UnixNetProcessor.h:68
#8 HttpSM::do_http_server_open (this=this@entry=0x7fffc683b0c0,
raw=raw@entry=false) at HttpSM.cc:4806
#9 0x0000000000704aec in HttpSM::set_next_state (this=0x7fffc683b0c0) at
HttpSM.cc:7094
#10 0x00000000006d838c in HttpSM::state_cache_open_write (this=0x7fffc683b0c0,
event=1108, data=<optimized out>) at HttpSM.cc:2449
{code}
was (Author: bcall):
Issue 2 - Seeing this on RHEL 6.5 with gcc 4.9.3
{code}
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffebbe4700 (LWP 22486)]
0x00007ffff40945d7 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff40945d7 in raise () from /lib64/libc.so.6
#1 0x00007ffff4095cc8 in abort () from /lib64/libc.so.6
#2 0x00007ffff69b9d1d in __gnu_cxx::__verbose_terminate_handler () at
../../.././libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x00007ffff69b7d86 in __cxxabiv1::__terminate (handler=<optimized out>) at
../../.././libstdc++-v3/libsupc++/eh_terminate.cc:47
#4 0x00007ffff69b7dd1 in std::terminate () at
../../.././libstdc++-v3/libsupc++/eh_terminate.cc:57
#5 0x00007ffff69b888f in __cxxabiv1::__cxa_pure_virtual () at
../../.././libstdc++-v3/libsupc++/pure.cc:50
#6 0x0000000000c4c7fc in UnixNetProcessor::connect_re_internal (this=0x16d8100
<unix_netProcessor>, cont=cont@entry=0x7fffc683b0c0,
target=0x7fffc683b7d0, opt=opt@entry=0x7fffebbddfb0) at
UnixNetProcessor.cc:203
#7 0x00000000006ff7a2 in connect_re (opts=0x7fffebbddfb0, addr=<optimized
out>, cont=0x7fffc683b0c0, this=<optimized out>)
at ../../iocore/net/P_UnixNetProcessor.h:68
#8 HttpSM::do_http_server_open (this=this@entry=0x7fffc683b0c0,
raw=raw@entry=false) at HttpSM.cc:4806
#9 0x0000000000704aec in HttpSM::set_next_state (this=0x7fffc683b0c0) at
HttpSM.cc:7094
#10 0x00000000006d838c in HttpSM::state_cache_open_write (this=0x7fffc683b0c0,
event=1108, data=<optimized out>) at HttpSM.cc:2449
{code}
> Add support for ASAN leak detection
> -----------------------------------
>
> Key: TS-3863
> URL: https://issues.apache.org/jira/browse/TS-3863
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Reporter: Bryan Call
> Assignee: Bryan Call
> Labels: yahoo
> Fix For: 6.1.0
>
>
> We will need to call exit() instead of _exit() and fix all the coredumps that
> happen when objects are being cleaned up.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)