[asterisk-bugs] [Asterisk 0009299]: segfault after a while of operation (maybe a month)
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Feb 20 19:32:32 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=9299
======================================================================
Reported By: vazir
Assigned To: PCadach
======================================================================
Project: Asterisk
Issue ID: 9299
Category: Channels/chan_h323
Reproducibility: sometimes
Severity: crash
Priority: normal
Status: acknowledged
Asterisk Version: 1.4.1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: No
Request Review:
======================================================================
Date Submitted: 03-16-2007 03:08 CDT
Last Modified: 02-20-2008 19:32 CST
======================================================================
Summary: segfault after a while of operation (maybe a month)
Description:
Subj.
Asterisk 1.4.1
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0010018 h323 crash on high volumn calls
======================================================================
----------------------------------------------------------------------
danpwi - 02-20-08 19:32
----------------------------------------------------------------------
Any updates on this one? I can confirm that it's still present in 1.4.18:
(gdb) bt
http://bugs.digium.com/view.php?id=0 0x00c060d8 in strcmp () from
/lib/tls/libc.so.6
http://bugs.digium.com/view.php?id=1 0x04df484c in find_call_locked
(call_reference=27138,
token=0xb7326a88 "ip$localhost/27138") at chan_h323.c:1148
http://bugs.digium.com/view.php?id=2 0x04df8b88 in cleanup_connection
(call_reference=27138,
call_token=0xb7326a88 "ip$localhost/27138") at chan_h323.c:2290
http://bugs.digium.com/view.php?id=3 0x04dfdf79 in
MyH323EndPoint::OnConnectionCleared ()
from /usr/lib/asterisk/modules/chan_h323.so
http://bugs.digium.com/view.php?id=4 0x005cd18d in H323Connection::OnCleared
(this=0xb7326a88) at
h323.cxx:2110
http://bugs.digium.com/view.php?id=5 0x005e0194 in
H323EndPoint::CleanUpConnections (this=0xa099a98)
at h323ep.cxx:2193
http://bugs.digium.com/view.php?id=6 0x005dde9d in H323ConnectionsCleaner::Main
(this=0xa09a068)
at h323ep.cxx:929
http://bugs.digium.com/view.php?id=7 0x01020b1f in PThread::PX_ThreadStart
(arg=0xa09a068) at
tlibthrd.cxx:1340
http://bugs.digium.com/view.php?id=8 0x00d7a3cc in start_thread () from
/lib/tls/libpthread.so.0
http://bugs.digium.com/view.php?id=9 0x00c65c3e in clone () from
/lib/tls/libc.so.6
(gdb) up
http://bugs.digium.com/view.php?id=1 0x04df484c in find_call_locked
(call_reference=27138,
token=0xb7326a88 "ip$localhost/27138") at chan_h323.c:1148
1148 if ((token != NULL) &&
(!strcmp(pvt->cd.call_token, token))) {
(gdb) print pvt->cd
$1 = {call_reference = 27138, call_token = 0x0, call_source_aliases = 0x0,
call_dest_alias = 0x0, call_source_name = 0x0, call_source_e164 = 0x0,
call_dest_e164 = 0x0, redirect_number = 0x0, redirect_reason = -1,
presentation = 0, type_of_number = 0, transfer_capability = -1,
sourceIp = 0x0}
Issue History
Date Modified Username Field Change
======================================================================
02-20-08 19:32 danpwi Note Added: 0082707
======================================================================
More information about the asterisk-bugs
mailing list