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 2015/09/29 18:46:04 UTC

[jira] [Created] (TS-3953) When closing something from the active queue it uses the keep-alive queue

Bryan Call created TS-3953:
------------------------------

             Summary: When closing something from the active queue it uses the keep-alive queue
                 Key: TS-3953
                 URL: https://issues.apache.org/jira/browse/TS-3953
             Project: Traffic Server
          Issue Type: Bug
          Components: Core, Network
            Reporter: Bryan Call


{code}
Program received signal SIGSEGV, Segmentation fault.
_close_vc (total_idle_count=<synthetic pointer>, total_idle_time=<synthetic pointer>, closed=<synthetic pointer>, handle_event=<synthetic pointer>, now=1443545075935154000, vc=0x7fffe47bb340, this=0x7ffff2811c30) at UnixNet.cc:678
678	    keep_alive_queue.head->handleEvent(EVENT_IMMEDIATE, &event);
Missing separate debuginfos, use: dnf debuginfo-install hwloc-libs-1.11.0-1.fc22.x86_64 keyutils-libs-1.5.9-4.fc22.x86_64 krb5-libs-1.13.2-5.fc22.x86_64 libattr-2.4.47-9.fc22.x86_64 libcap-2.24-7.fc22.x86_64 libcom_err-1.42.12-4.fc22.x86_64 libgcc-5.1.1-4.fc22.x86_64 libselinux-2.3-10.fc22.x86_64 libstdc++-5.1.1-4.fc22.x86_64 libtool-ltdl-2.4.2-34.fc22.x86_64 libxml2-2.9.2-3.fc22.x86_64 nss-softokn-freebl-3.19.2-1.0.fc22.x86_64 numactl-libs-2.0.10-2.fc22.x86_64 openssl-libs-1.0.1k-12.fc22.x86_64 pcre-8.37-3.fc22.x86_64 tcl-8.6.4-1.fc22.x86_64 xz-libs-5.2.0-2.fc22.x86_64 zlib-1.2.8-7.fc22.x86_64
(gdb) bt
#0  _close_vc (total_idle_count=<synthetic pointer>, total_idle_time=<synthetic pointer>, closed=<synthetic pointer>, handle_event=<synthetic pointer>, now=1443545075935154000, vc=0x7fffe47bb340, this=0x7ffff2811c30)
    at UnixNet.cc:678
#1  NetHandler::manage_active_queue (this=0x7ffff2811c30) at UnixNet.cc:590
#2  0x0000000000783bda in InactivityCop::check_inactivity (this=0x11235b0, event=<optimized out>, e=0x113fe20) at UnixNet.cc:107
#3  0x00000000007c9e8a in handleEvent (data=0x113fe20, event=2, this=<optimized out>) at I_Continuation.h:146
#4  EThread::process_event (this=0x7ffff280e010, e=0x113fe20, calling_code=2) at UnixEThread.cc:128
#5  0x00000000007caf75 in EThread::execute (this=0x7ffff280e010) at UnixEThread.cc:207
#6  0x00000000004939c1 in main (argv=<optimized out>) at Main.cc:1816
{code}



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