[
https://issues.apache.org/jira/browse/TS-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655742#comment-13655742
]
weijin commented on TS-1601:
----------------------------
(gdb) bt
#0 0x00000000006560d7 in operator IOBufferBlock* (nh=0x2b06bc845bc0,
vc=0x2b08315f41c0, thread=<value optimized out>)
at ../../lib/ts/Ptr.h:318
#1 read_from_net (nh=0x2b06bc845bc0, vc=0x2b08315f41c0, thread=<value
optimized out>) at UnixNetVConnection.cc:243
#2 0x000000000064d74a in NetHandler::mainNetEvent (this=0x2b06bc845bc0,
event=<value optimized out>, e=<value optimized out>)
at UnixNet.cc:377
#3 0x0000000000674806 in handleEvent (this=0x2b06bc842010, e=0x2b06bf576cc0,
calling_code=5) at I_Continuation.h:146
#4 EThread::process_event (this=0x2b06bc842010, e=0x2b06bf576cc0,
calling_code=5) at UnixEThread.cc:141
#5 0x0000000000675833 in EThread::execute (this=0x2b06bc842010) at
UnixEThread.cc:265
#6 0x00000000006739ba in spawn_thread_internal (a=0x1742160) at Thread.cc:88
#7 0x0000003e878077f1 in start_thread () from /lib64/libpthread.so.0
#8 0x0000003e86ce5ccd in clone () from /lib64/libc.so.6
(gdb) f 1
#1 read_from_net (nh=0x2b06bc845bc0, vc=0x2b08315f41c0, thread=<value
optimized out>) at UnixNetVConnection.cc:243
243 IOBufferBlock *b = buf.mbuf->_writer;
(gdb) p vc->read.vio
$2 = {_cont = 0x182da78, nbytes = 0, ndone = 0, op = 1, buffer = {mbuf = 0x0,
entry = 0x0, name = 0x0}, vc_server = 0x2b08315f41c0,
mutex = {m_ptr = 0x2b06bc63ea00}}
(gdb) p vc->read.vio._cont->handler
$3 = (int (Continuation::*)(Continuation *, int, void *)) 0x50ba30
<SessionBucket::session_handler(int, void*)>
> HttpServerSession::release don't close ServerSession if ServerSessionPool
> locking contention
> --------------------------------------------------------------------------------------------
>
> Key: TS-1601
> URL: https://issues.apache.org/jira/browse/TS-1601
> Project: Traffic Server
> Issue Type: Improvement
> Components: Network
> Affects Versions: 3.2.0
> Reporter: Bin Chen
> Assignee: Bin Chen
> Priority: Minor
> Fix For: 3.3.1
>
> Attachments: TS-1601.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira