[asterisk-bugs] [Asterisk 0017225]: Asterisk crashed somtimes
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 22 02:00:22 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17225
======================================================================
Reported By: robtor
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17225
Category: PBX/General
Reproducibility: sometimes
Severity: crash
Priority: normal
Status: feedback
Asterisk Version: 1.4.30
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-04-21 15:22 CDT
Last Modified: 2010-04-22 02:00 CDT
======================================================================
Summary: Asterisk crashed somtimes
Description:
i have made an gdb dump
https://issues.asterisk.org/view.php?id=1 0x080c2079 in pbx_find_extension
(chan=0x0, bypass=0x0, q=0xb7f42b28,
context=0x6f430a0d <Address 0x6f430a0d out of bounds>,
exten=0x30386539 <Address 0x30386539 out of bounds>, priority=-1,
label=0x0, callerid=0x8121404 "", action=E_MATCH) at pbx.c:968
968 if (!strcmp(tmp->name, context))
(gdb) up
https://issues.asterisk.org/view.php?id=2 0x080c223b in ast_get_hint
(hint=0xb7f451b6 "SIP/1559", hintsize=80,
name=0x0, namesize=0, c=0x0,
context=0x6f430a0d <Address 0x6f430a0d out of bounds>,
exten=0x30386539 <Address 0x30386539 out of bounds>) at pbx.c:1881
1881 e = pbx_find_extension(c, NULL, &q, context, exten, PRIORITY_HINT,
NULL, "", E_MATCH);
(gdb) up
https://issues.asterisk.org/view.php?id=3 0x039f9af5 in transmit_state_notify
(p=0x9dd85f8, state=1, full=1,
timeout=0, cid_num=0x3a20df2 "unknown", cid_name=0x3a20df2 "unknown")
at chan_sip.c:6937
6937 if (ast_get_hint(hint, sizeof(hint), NULL, 0, NULL, p->context,
p->exten)) {
(gdb) up
https://issues.asterisk.org/view.php?id=4 0x039fad17 in cb_extensionstate
(context=0x9c99474 "ext-local",
exten=0x9ca7318 "1559", state=1, data=0x9dd85f8, cid_num=0xa38041c "",
cid_name=0xa38046c "") at chan_sip.c:8254
8254 transmit_state_notify(p, state, 1, FALSE, cid_num, cid_name);
(gdb) up
https://issues.asterisk.org/view.php?id=5 0x080bdb65 in ast_hint_state_changed
(device=0xa3804bc "SIP/1559",
cid_num=0xa38041c "", cid_name=0xa38046c "") at pbx.c:2031
2031 cblist->callback(hint->exten->parent->name, hint->exten->exten,
state, cblist->data, cid_num, cid_name);
(gdb) up
https://issues.asterisk.org/view.php?id=6 0x08091479 in do_state_change
(device=0xa3804bc "SIP/1559",
cid_num=0xa38041c "", cid_name=0xa38046c "") at devicestate.c:301
301 ast_hint_state_changed(device, cid_num, cid_name);
(gdb) up
https://issues.asterisk.org/view.php?id=7 0x08091522 in do_devstate_changes
(data=0x0) at devicestate.c:390
390 do_state_change(cur->device, cur->cid_num, cur->cid_name);
(gdb) up
https://issues.asterisk.org/view.php?id=8 0x080f260b in dummy_start
(data=0x9babf7 at utils.c:545
545 ret = a.start_routine(a.data);
(gdb) up
https://issues.asterisk.org/view.php?id=9 0x00c6073b in start_thread () from
/lib/libpthread.so.0
(gdb) up
https://issues.asterisk.org/view.php?id=10 0x00bb5cfe in clone () from
/lib/libc.so.6
(gdb) up
Initial frame selected; you cannot go up.
(gdb)
can sombody help me?
======================================================================
----------------------------------------------------------------------
(0120736) robtor (reporter) - 2010-04-22 02:00
https://issues.asterisk.org/view.php?id=17225#c120736
----------------------------------------------------------------------
so, i have upload the files and i hope it`s right!
thank you for help!
Issue History
Date Modified Username Field Change
======================================================================
2010-04-22 02:00 robtor Note Added: 0120736
======================================================================
More information about the asterisk-bugs
mailing list