[Home]

Summary:ASTERISK-17434: Crash on chan local
Reporter:Joel Vandal (jvandal)Labels:
Date Opened:2011-02-18 09:49:49.000-0600Date Closed:2011-06-07 14:00:59
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Channels/chan_local
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bt.txt
Description:Tested using Asterisk 1.4.39, 1.4.39.1 and latest SVN of 1.4.

I dial a Zap interface that forward to a Local channel, then Asterisk crash.

If I change the Dial to an IAX2 or SIP account instead of Local, then all work as expected.

****** ADDITIONAL INFORMATION ******

(gdb) bt
#0  0x04b26a10 in ?? ()
#1  0x0016d1de in local_setoption (chan=0x915bd70, option=9, data=0xb7b0146a, datalen=24) at chan_local.c:188
#2  0x0807e10c in ast_channel_setoption (chan=0x0, option=9, data=0xb7b0146a, datalen=24, block=0) at channel.c:5023
#3  0x00dd5238 in ast_bridge_call (chan=0x915bd70, peer=0x9174268, config=0xb7735cd4) at res_features.c:2336
#4  0x002b6a43 in dial_exec_full (chan=0x915bd70, data=<value optimized out>, peerflags=0xb7735e64, continue_exec=0x0) at app_dial.c:1891
ASTERISK-1  0x002b7b82 in dial_exec (chan=0x915bd70, data=0xb7737ed8) at app_dial.c:1939
ASTERISK-2  0x080ce23b in pbx_exec (c=0x915bd70, con=0x0, context=0x915bef0 "macro-default-dial-scopservdr-000202", exten=0x915bf40 "s",
   priority=73, label=0x0, callerid=0x9171b58 "1 514 373 8102", action=E_SPAWN) at pbx.c:550
ASTERISK-3  pbx_extension_helper (c=0x915bd70, con=0x0, context=0x915bef0 "macro-default-dial-scopservdr-000202", exten=0x915bf40 "s",
   priority=73, label=0x0, callerid=0x9171b58 "1 514 373 8102", action=E_SPAWN) at pbx.c:1893
ASTERISK-4  0x005102d9 in _macro_exec (chan=0x915bd70, data=0xb773cf38, exclusive=0) at app_macro.c:352
ASTERISK-5  0x080ce23b in pbx_exec (c=0x915bd70, con=0x0, context=0x915bef0 "macro-default-dial-scopservdr-000202", exten=0x915bf40 "s",
   priority=1, label=0x0, callerid=0x91705f0 "p\275\025\t\030\313 \t", action=E_SPAWN) at pbx.c:550
ASTERISK-6 pbx_extension_helper (c=0x915bd70, con=0x0, context=0x915bef0 "macro-default-dial-scopservdr-000202", exten=0x915bf40 "s", priority=1,
   label=0x0, callerid=0x91705f0 "p\275\025\t\030\313 \t", action=E_SPAWN) at pbx.c:1893
ASTERISK-7 0x080d0afb in ast_spawn_extension (c=0x915bd70) at pbx.c:2367
ASTERISK-8 __ast_pbx_run (c=0x915bd70) at pbx.c:2461
ASTERISK-9 0x080d1bee in pbx_thread (data=0x915bd70) at pbx.c:2688
ASTERISK-10 0x0810295b in dummy_start (data=0x9170750) at utils.c:856
ASTERISK-11 0x00ad9832 in start_thread () from /lib/libpthread.so.0
ASTERISK-12 0x00a18f6e in clone () from /lib/libc.so.6
Comments:By: David Brillert (aragon) 2011-02-18 12:20:05.000-0600

Hi Joel:  Can you attach non optimized backtrace to ticket?

By: Leif Madsen (lmadsen) 2011-03-09 14:10:19.000-0600

Suspended. No response from the reporter.