[jira] [Commented] (TS-834) Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57

2011-06-16 Thread John Plevyak (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13050605#comment-13050605
 ] 

John Plevyak commented on TS-834:
-

zym, do you still see this with the patch?

 Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57
 -

 Key: TS-834
 URL: https://issues.apache.org/jira/browse/TS-834
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Affects Versions: 3.1.0
 Environment: current trunk( the same time as v3.0), --enable-debug
Reporter: Zhao Yongming
  Labels: UnixNet
 Attachments: TS-834.diff


 bt #1
 {code}
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 146 return (this-*handler) (event, data);
 (gdb) bt
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 #1  0x006ce196 in InactivityCop::check_inactivity (this=0x4b3f780, 
 event=2, e=0x4b2d6d0) at UnixNet.cc:57
 #2  0x004d2c5f in Continuation::handleEvent (this=0x4b3f780, event=2, 
 data=0x4b2d6d0) at I_Continuation.h:146
 #3  0x006f5830 in EThread::process_event (this=0x2ae29010, 
 e=0x4b2d6d0, calling_code=2) at UnixEThread.cc:140
 #4  0x006f5b72 in EThread::execute (this=0x2ae29010) at 
 UnixEThread.cc:217
 #5  0x004ff37d in main (argc=3, argv=0x7fff6f447418) at Main.cc:1958
 (gdb) info f
 Stack level 0, frame at 0x7fff6f446cb0:
  rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
 (I_Continuation.h:146); saved rip 0x6ce196
  called by frame at 0x7fff6f446d00
  source language c++.
  Arglist at 0x7fff6f446ca0, args: this=0x2aaaf4091b70, event=1, data=0x4b2d6d0
  Locals at 0x7fff6f446ca0, Previous frame's sp is 0x7fff6f446cb0
  Saved registers:
   rbp at 0x7fff6f446ca0, rip at 0x7fff6f446ca8
 (gdb) x/80x this
 0x2aaaf4091b70: 0x0076a830  0x  0x006d1902  0x
 0x2aaaf4091b80: 0x  0x  0x0076a290  0x
 0x2aaaf4091b90: 0x  0x  0x  0x
 0x2aaaf4091ba0: 0x  0x  0x  0x
 0x2aaaf4091bb0: 0x  0x  0x  0x
 0x2aaaf4091bc0: 0x  0x  0x  0x
 0x2aaaf4091bd0: 0x  0x  0x  0x
 0x2aaaf4091be0: 0x  0x  0x  0x
 0x2aaaf4091bf0: 0x  0x  0x  0x
 0x2aaaf4091c00: 0x  0x  0x  0x
 0x2aaaf4091c10: 0x  0x  0x  0x
 0x2aaaf4091c20: 0x  0x  0x  0x
 0x2aaaf4091c30: 0x  0x  0x  0x
 0x2aaaf4091c40: 0x  0x  0x  0x
 0x2aaaf4091c50: 0x  0x  0x  0x
 0x2aaaf4091c60: 0x  0x  0x  0x
 0x2aaaf4091c70: 0x  0x  0x  0x
 0x2aaaf4091c80: 0x  0x  0x  0x
 0x2aaaf4091c90: 0x  0x  0x  0x
 0x2aaaf4091ca0: 0x  0x  0x  0x
 {code}
 bt #2
 {code}
 #0  0x004d2c5c in Continuation::handleEvent (this=0x11ed6000, 
 event=1, data=0x11cbc610) at I_Continuation.h:146
 146 return (this-*handler) (event, data);
 (gdb) bt
 #0  0x004d2c5c in Continuation::handleEvent (this=0x11ed6000, 
 event=1, data=0x11cbc610) at I_Continuation.h:146
 #1  0x006ce196 in InactivityCop::check_inactivity 
 (this=0x2c001f50, event=2, e=0x11cbc610) at UnixNet.cc:57
 #2  0x004d2c5f in Continuation::handleEvent (this=0x2c001f50, 
 event=2, data=0x11cbc610) at I_Continuation.h:146
 #3  0x006f5830 in EThread::process_event (this=0x2af2a010, 
 e=0x11cbc610, calling_code=2) at UnixEThread.cc:140
 #4  0x006f5b72 in EThread::execute (this=0x2af2a010) at 
 UnixEThread.cc:217
 #5  0x006f5181 in spawn_thread_internal (a=0x11cadae0) at Thread.cc:88
 #6  0x0030ec2064a7 in start_thread () from /lib64/libpthread.so.0
 #7  0x0030eb6d3c2d in clone () from /lib64/libc.so.6
 (gdb) info f
 Stack level 0, frame at 0x4198df60:
  rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
 (I_Continuation.h:146); saved rip 0x6ce196
  called by frame at 0x4198dfb0
  source language c++.
  Arglist at 0x4198df50, args: this=0x11ed6000, event=1, data=0x11cbc610
  Locals at 0x4198df50, Previous frame's sp is 0x4198df60
  Saved 

[jira] [Commented] (TS-834) Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57

2011-06-10 Thread Zhao Yongming (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13047064#comment-13047064
 ] 

Zhao Yongming commented on TS-834:
--

more
{code}
[New process 26202]
#0  0x004d2c5c in Continuation::handleEvent (this=0x1d3074f0, event=1, 
data=0x1ac943d0) at I_Continuation.h:146
146 return (this-*handler) (event, data);
(gdb) bt
#0  0x004d2c5c in Continuation::handleEvent (this=0x1d3074f0, event=1, 
data=0x1ac943d0) at I_Continuation.h:146
#1  0x006ce196 in InactivityCop::check_inactivity (this=0x1aca6960, 
event=2, e=0x1ac943d0) at UnixNet.cc:57
#2  0x004d2c5f in Continuation::handleEvent (this=0x1aca6960, event=2, 
data=0x1ac943d0) at I_Continuation.h:146
#3  0x006f5830 in EThread::process_event (this=0x2b22d010, 
e=0x1ac943d0, calling_code=2) at UnixEThread.cc:140
#4  0x006f5b72 in EThread::execute (this=0x2b22d010) at 
UnixEThread.cc:217
#5  0x006f5181 in spawn_thread_internal (a=0x1ac85a70) at Thread.cc:88
#6  0x003693e064a7 in start_thread () from /lib64/libpthread.so.0
#7  0x0036932d3c2d in clone () from /lib64/libc.so.6
(gdb) info f
Stack level 0, frame at 0x41bbbf60:
 rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
(I_Continuation.h:146); saved rip 0x6ce196
 called by frame at 0x41bbbfb0
 source language c++.
 Arglist at 0x41bbbf50, args: this=0x1d3074f0, event=1, data=0x1ac943d0
 Locals at 0x41bbbf50, Previous frame's sp is 0x41bbbf60
 Saved registers:
  rbp at 0x41bbbf50, rip at 0x41bbbf58
(gdb) p this-handler_name
$1 = 0x76a290 (NetVConnHandler)  UnixNetVConnection::startEvent
(gdb) quit

{code}

{code}
#0  0x004d2c5c in Continuation::handleEvent (this=0x1bdd3870, event=1, 
data=0x197f66d0) at I_Continuation.h:146
146 return (this-*handler) (event, data);
(gdb) bt
#0  0x004d2c5c in Continuation::handleEvent (this=0x1bdd3870, event=1, 
data=0x197f66d0) at I_Continuation.h:146
#1  0x006ce196 in InactivityCop::check_inactivity (this=0x198087a0, 
event=2, e=0x197f66d0) at UnixNet.cc:57
#2  0x004d2c5f in Continuation::handleEvent (this=0x198087a0, event=2, 
data=0x197f66d0) at I_Continuation.h:146
#3  0x006f5830 in EThread::process_event (this=0x2ae29010, 
e=0x197f66d0, calling_code=2) at UnixEThread.cc:140
#4  0x006f5b72 in EThread::execute (this=0x2ae29010) at 
UnixEThread.cc:217
#5  0x004ff37d in main (argc=3, argv=0x7fffe01781d8) at Main.cc:1958
(gdb) info f
Stack level 0, frame at 0x7fffe0177a70:
 rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
(I_Continuation.h:146); saved rip 0x6ce196
 called by frame at 0x7fffe0177ac0
 source language c++.
 Arglist at 0x7fffe0177a60, args: this=0x1bdd3870, event=1, data=0x197f66d0
 Locals at 0x7fffe0177a60, Previous frame's sp is 0x7fffe0177a70
 Saved registers:
  rbp at 0x7fffe0177a60, rip at 0x7fffe0177a68
(gdb) info args
this = (Continuation * const) 0x1bdd3870
event = 1
data = (void *) 0x197f66d0
(gdb) p this-handler_name
$1 = 0x76a290 (NetVConnHandler)  UnixNetVConnection::startEvent
(gdb) 

{code}

 Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57
 -

 Key: TS-834
 URL: https://issues.apache.org/jira/browse/TS-834
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Affects Versions: 3.1.0
 Environment: current trunk( the same time as v3.0), --enable-debug
Reporter: Zhao Yongming
  Labels: UnixNet

 bt #1
 {code}
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 146 return (this-*handler) (event, data);
 (gdb) bt
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 #1  0x006ce196 in InactivityCop::check_inactivity (this=0x4b3f780, 
 event=2, e=0x4b2d6d0) at UnixNet.cc:57
 #2  0x004d2c5f in Continuation::handleEvent (this=0x4b3f780, event=2, 
 data=0x4b2d6d0) at I_Continuation.h:146
 #3  0x006f5830 in EThread::process_event (this=0x2ae29010, 
 e=0x4b2d6d0, calling_code=2) at UnixEThread.cc:140
 #4  0x006f5b72 in EThread::execute (this=0x2ae29010) at 
 UnixEThread.cc:217
 #5  0x004ff37d in main (argc=3, argv=0x7fff6f447418) at Main.cc:1958
 (gdb) info f
 Stack level 0, frame at 0x7fff6f446cb0:
  rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
 (I_Continuation.h:146); saved rip 0x6ce196
  called by frame at 0x7fff6f446d00
  source language c++.
  Arglist at 0x7fff6f446ca0, args: this=0x2aaaf4091b70, event=1, data=0x4b2d6d0
  Locals at 0x7fff6f446ca0, Previous frame's sp is 0x7fff6f446cb0
  Saved registers:
   rbp at 0x7fff6f446ca0, rip at 0x7fff6f446ca8
 (gdb) x/80x this
 

[jira] [Commented] (TS-834) Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57

2011-06-10 Thread Zhao Yongming (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13047077#comment-13047077
 ] 

Zhao Yongming commented on TS-834:
--

more
{code}
#0  0x004d637c in Continuation::handleEvent (this=0x2aaab01ee820, 
event=1, data=0x185060a0) at I_Continuation.h:146
146 return (this-*handler) (event, data);
(gdb) bt
#0  0x004d637c in Continuation::handleEvent (this=0x2aaab01ee820, 
event=1, data=0x185060a0) at I_Continuation.h:146
#1  0x006dbe02 in InactivityCop::check_inactivity (this=0x18518260, 
event=2, e=0x185060a0) at UnixNet.cc:57
#2  0x004d637f in Continuation::handleEvent (this=0x18518260, event=2, 
data=0x185060a0) at I_Continuation.h:146
#3  0x0070349c in EThread::process_event (this=0x2af2a010, 
e=0x185060a0, calling_code=2) at UnixEThread.cc:140
#4  0x007037de in EThread::execute (this=0x2af2a010) at 
UnixEThread.cc:217
#5  0x00702ded in spawn_thread_internal (a=0x184f7060) at Thread.cc:88
#6  0x00371f4064a7 in start_thread () from /lib64/libpthread.so.0
#7  0x00371e8d3c2d in clone () from /lib64/libc.so.6
(gdb) info f
Stack level 0, frame at 0x40ed9f60:
 rip = 0x4d637c in Continuation::handleEvent(int, void*) 
(I_Continuation.h:146); saved rip 0x6dbe02
 called by frame at 0x40ed9fb0
 source language c++.
 Arglist at 0x40ed9f50, args: this=0x2aaab01ee820, event=1, data=0x185060a0
 Locals at 0x40ed9f50, Previous frame's sp is 0x40ed9f60
 Saved registers:
  rbp at 0x40ed9f50, rip at 0x40ed9f58
(gdb) info arg
this = (Continuation * const) 0x2aaab01ee820
event = 1
data = (void *) 0x185060a0
(gdb) p this-handler_name
$1 = 0x779740 (NetVConnHandler)  UnixNetVConnection::mainEvent
{code}

 Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57
 -

 Key: TS-834
 URL: https://issues.apache.org/jira/browse/TS-834
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Affects Versions: 3.1.0
 Environment: current trunk( the same time as v3.0), --enable-debug
Reporter: Zhao Yongming
  Labels: UnixNet

 bt #1
 {code}
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 146 return (this-*handler) (event, data);
 (gdb) bt
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 #1  0x006ce196 in InactivityCop::check_inactivity (this=0x4b3f780, 
 event=2, e=0x4b2d6d0) at UnixNet.cc:57
 #2  0x004d2c5f in Continuation::handleEvent (this=0x4b3f780, event=2, 
 data=0x4b2d6d0) at I_Continuation.h:146
 #3  0x006f5830 in EThread::process_event (this=0x2ae29010, 
 e=0x4b2d6d0, calling_code=2) at UnixEThread.cc:140
 #4  0x006f5b72 in EThread::execute (this=0x2ae29010) at 
 UnixEThread.cc:217
 #5  0x004ff37d in main (argc=3, argv=0x7fff6f447418) at Main.cc:1958
 (gdb) info f
 Stack level 0, frame at 0x7fff6f446cb0:
  rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
 (I_Continuation.h:146); saved rip 0x6ce196
  called by frame at 0x7fff6f446d00
  source language c++.
  Arglist at 0x7fff6f446ca0, args: this=0x2aaaf4091b70, event=1, data=0x4b2d6d0
  Locals at 0x7fff6f446ca0, Previous frame's sp is 0x7fff6f446cb0
  Saved registers:
   rbp at 0x7fff6f446ca0, rip at 0x7fff6f446ca8
 (gdb) x/80x this
 0x2aaaf4091b70: 0x0076a830  0x  0x006d1902  0x
 0x2aaaf4091b80: 0x  0x  0x0076a290  0x
 0x2aaaf4091b90: 0x  0x  0x  0x
 0x2aaaf4091ba0: 0x  0x  0x  0x
 0x2aaaf4091bb0: 0x  0x  0x  0x
 0x2aaaf4091bc0: 0x  0x  0x  0x
 0x2aaaf4091bd0: 0x  0x  0x  0x
 0x2aaaf4091be0: 0x  0x  0x  0x
 0x2aaaf4091bf0: 0x  0x  0x  0x
 0x2aaaf4091c00: 0x  0x  0x  0x
 0x2aaaf4091c10: 0x  0x  0x  0x
 0x2aaaf4091c20: 0x  0x  0x  0x
 0x2aaaf4091c30: 0x  0x  0x  0x
 0x2aaaf4091c40: 0x  0x  0x  0x
 0x2aaaf4091c50: 0x  0x  0x  0x
 0x2aaaf4091c60: 0x  0x  0x  0x
 0x2aaaf4091c70: 0x  0x  0x  0x
 0x2aaaf4091c80: 0x  0x  0x  0x
 0x2aaaf4091c90: 

[jira] [Commented] (TS-834) Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57

2011-06-10 Thread Zhao Yongming (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13047080#comment-13047080
 ] 

Zhao Yongming commented on TS-834:
--

{code}
#0  0x004d2c5c in Continuation::handleEvent (this=0x1e0ede90, event=1, 
data=0x18c74610) at I_Continuation.h:146
146 return (this-*handler) (event, data);
(gdb) bt
#0  0x004d2c5c in Continuation::handleEvent (this=0x1e0ede90, event=1, 
data=0x18c74610) at I_Continuation.h:146
#1  0x006ce196 in InactivityCop::check_inactivity (this=0x18c86810, 
event=2, e=0x18c74610) at UnixNet.cc:57
#2  0x004d2c5f in Continuation::handleEvent (this=0x18c86810, event=2, 
data=0x18c74610) at I_Continuation.h:146
#3  0x006f5830 in EThread::process_event (this=0x2af2a010, 
e=0x18c74610, calling_code=2) at UnixEThread.cc:140
#4  0x006f5b72 in EThread::execute (this=0x2af2a010) at 
UnixEThread.cc:217
#5  0x006f5181 in spawn_thread_internal (a=0x18c65ae0) at Thread.cc:88
#6  0x0032e8a064a7 in start_thread () from /lib64/libpthread.so.0
#7  0x0032e7ed3c2d in clone () from /lib64/libc.so.6
(gdb) info f
Stack level 0, frame at 0x409c6f60:
 rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
(I_Continuation.h:146); saved rip 0x6ce196
 called by frame at 0x409c6fb0
 source language c++.
 Arglist at 0x409c6f50, args: this=0x1e0ede90, event=1, data=0x18c74610
 Locals at 0x409c6f50, Previous frame's sp is 0x409c6f60
 Saved registers:
  rbp at 0x409c6f50, rip at 0x409c6f58
(gdb) info arg
this = (Continuation * const) 0x1e0ede90
event = 1
data = (void *) 0x18c74610
(gdb) p this-handler_name
$1 = 0x76a740 (NetVConnHandler)  UnixNetVConnection::mainEvent
{code}

while this crash will led to a cop crash too:
{code}
Program terminated with signal 6, Aborted.
[New process 8713]
#0  0x0032e7e30265 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x0032e7e30265 in raise () from /lib64/libc.so.6
#1  0x0032e7e31d10 in abort () from /lib64/libc.so.6
#2  0x0032e7e6a84b in __libc_message () from /lib64/libc.so.6
#3  0x0032e7e722ef in _int_free () from /lib64/libc.so.6
#4  0x0032e7e7273b in free () from /lib64/libc.so.6
#5  0x003b5ac18da7 in ink_free (ptr=Could not find the frame base for 
ink_free.
) at ink_memory.cc:175
#6  0x003b5ac1d251 in _xfree (mem=Could not find the frame base for 
_xfree(void*).
) at ink_resource.cc:710
#7  0x003b5b03242b in _TSfree (ptr=Could not find the frame base for 
_TSfree.
) at ../INKMgmtAPI.cc:88
#8  0x00403b17 in test_mgmt_cli_port () at TrafficCop.cc:1180
#9  0x00404fa7 in heartbeat_manager () at TrafficCop.cc:1265
#10 0x004052fb in check_programs () at TrafficCop.cc:1500
#11 0x00405879 in check (arg=0x0) at TrafficCop.cc:1670
#12 0x00405a87 in main (argc=1, argv=0x7fff89d76fd8) at 
TrafficCop.cc:1942
(gdb) info f
Stack level 0, frame at 0x7fff89d74250:
 rip = 0x32e7e30265 in raise; saved rip 0x32e7e31d10
 called by frame at 0x7fff89d74390
 Arglist at 0x7fff89d74240, args: 
 Locals at 0x7fff89d74240, Previous frame's sp is 0x7fff89d74250
 Saved registers:
  rip at 0x7fff89d74248
(gdb) info arg
No symbol table info available.
(gdb) 
{code}


 Crash Report: InactivityCop::check_inactivity, event=2, UnixNet.cc:57
 -

 Key: TS-834
 URL: https://issues.apache.org/jira/browse/TS-834
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Affects Versions: 3.1.0
 Environment: current trunk( the same time as v3.0), --enable-debug
Reporter: Zhao Yongming
  Labels: UnixNet

 bt #1
 {code}
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 146 return (this-*handler) (event, data);
 (gdb) bt
 #0  0x004d2c5c in Continuation::handleEvent (this=0x2aaaf4091b70, 
 event=1, data=0x4b2d6d0) at I_Continuation.h:146
 #1  0x006ce196 in InactivityCop::check_inactivity (this=0x4b3f780, 
 event=2, e=0x4b2d6d0) at UnixNet.cc:57
 #2  0x004d2c5f in Continuation::handleEvent (this=0x4b3f780, event=2, 
 data=0x4b2d6d0) at I_Continuation.h:146
 #3  0x006f5830 in EThread::process_event (this=0x2ae29010, 
 e=0x4b2d6d0, calling_code=2) at UnixEThread.cc:140
 #4  0x006f5b72 in EThread::execute (this=0x2ae29010) at 
 UnixEThread.cc:217
 #5  0x004ff37d in main (argc=3, argv=0x7fff6f447418) at Main.cc:1958
 (gdb) info f
 Stack level 0, frame at 0x7fff6f446cb0:
  rip = 0x4d2c5c in Continuation::handleEvent(int, void*) 
 (I_Continuation.h:146); saved rip 0x6ce196
  called by frame at 0x7fff6f446d00
  source language c++.
  Arglist at 0x7fff6f446ca0, args: this=0x2aaaf4091b70, event=1, data=0x4b2d6d0
  Locals at 0x7fff6f446ca0, Previous frame's sp is