You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "bettydramit (JIRA)" <ji...@apache.org> on 2014/08/19 09:33:18 UTC

[jira] [Commented] (TS-3022) double free or corruption (!prev)

    [ https://issues.apache.org/jira/browse/TS-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101973#comment-14101973 ] 

bettydramit commented on TS-3022:
---------------------------------

gdb info
{code}
(gdb) bt
#0  0x00002ba78af74925 in raise () from /lib64/libc.so.6
#1  0x00002ba78af76105 in abort () from /lib64/libc.so.6
#2  0x00002ba78afb2837 in __libc_message () from /lib64/libc.so.6
#3  0x00002ba78afb8166 in malloc_printerr () from /lib64/libc.so.6
#4  0x00002ba78afbac93 in _int_free () from /lib64/libc.so.6
#5  0x00002ba7888bd0ad in CRYPTO_free () from /usr/lib64/libcrypto.so.10
#6  0x00002ba7888beada in ?? () from /usr/lib64/libcrypto.so.10
#7  0x00002ba78862be7e in SSL_CTX_free () from /usr/lib64/libssl.so.10
#8  0x000000000072c579 in SSLContextStorage::~SSLContextStorage (this=0x2a1a940, __in_chrg=<value optimized out>) at SSLCertLookup.cc:216
#9  0x000000000072c6e9 in ~SSLCertLookup (this=0x2a1a910, __in_chrg=<value optimized out>) at SSLCertLookup.cc:104
#10 SSLCertLookup::~SSLCertLookup (this=0x2a1a910, __in_chrg=<value optimized out>) at SSLCertLookup.cc:105
#11 0x0000000000665e67 in ConfigInfoReleaser::handle_event (this=0x2aaae407c060) at ProxyConfig.cc:106
#12 0x000000000073f8af in handleEvent (this=0x2ba78d820010, e=0x2aab21baeea0, calling_code=2) at I_Continuation.h:146
#13 EThread::process_event (this=0x2ba78d820010, e=0x2aab21baeea0, calling_code=2) at UnixEThread.cc:144
#14 0x0000000000740263 in EThread::execute (this=0x2ba78d820010) at UnixEThread.cc:223
#15 0x000000000073ec4a in spawn_thread_internal (a=0x2622710) at Thread.cc:88
#16 0x00002ba78a0349d1 in start_thread () from /lib64/libpthread.so.0
#17 0x00002ba78b02ab6d in clone () from /lib64/libc.so.6
(gdb) 
{code}

> double free or corruption (!prev)
> ---------------------------------
>
>                 Key: TS-3022
>                 URL: https://issues.apache.org/jira/browse/TS-3022
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: bettydramit
>
> Centos 6 x86_64 gitmaster
> Enable ocsp
> config set
> {code}
> CONFIG proxy.config.ssl.ocsp.enabled INT 1
> CONFIG proxy.config.ssl.ocsp.update_period INT 60
> {code}
> {code}
> [E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
> [TrafficServer] using root directory '/usr'
> *** glibc detected *** /usr/bin/traffic_server: double free or corruption (!prev): 0x0000000002af8be0 ***
> ======= Backtrace: =========
> /lib64/libc.so.6(+0x76166)[0x2ac6c2294166]
> /lib64/libc.so.6(+0x78c93)[0x2ac6c2296c93]
> /usr/lib64/libcrypto.so.10(CRYPTO_free+0x1d)[0x2ac6bfb990ad]
> /usr/lib64/libcrypto.so.10(+0x68ada)[0x2ac6bfb9aada]
> /usr/lib64/libssl.so.10(SSL_CTX_free+0x6e)[0x2ac6bf907e7e]
> /usr/bin/traffic_server(_ZN17SSLContextStorageD1Ev+0x59)[0x72c489]
> /usr/bin/traffic_server(_ZN13SSLCertLookupD0Ev+0x29)[0x72c5f9]
> /usr/bin/traffic_server(_ZN18ConfigInfoReleaser12handle_eventEiPv+0x17)[0x665da7]
> /usr/bin/traffic_server(_ZN7EThread13process_eventEP5Eventi+0x8f)[0x73f7bf]
> /usr/bin/traffic_server(_ZN7EThread7executeEv+0x5c3)[0x740173]
> /usr/bin/traffic_server[0x73eb5a]
> /lib64/libpthread.so.0(+0x79d1)[0x2ac6c13109d1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)