[asterisk-bugs] [Asterisk 0014086]: Address out of bounds in queue_log using transfer

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jan 13 10:57:13 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14086 
====================================================================== 
Reported By:                ZX81
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   14086
Category:                   Applications/app_queue
Reproducibility:            random
Severity:                   crash
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 131480 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-12-15 20:31 CST
Last Modified:              2009-01-13 10:57 CST
====================================================================== 
Summary:                    Address out of bounds in queue_log using transfer
Description: 
This system has been up without problems for around 100 days until this
week at which stage it has crashed twice:

http://bugs.digium.com/view.php?id=0  0xb7dcd463 in strlen () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=1  0xb7da1164 in vfprintf () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=2  0xb7da62e2 in fprintf () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=3  0x080aff57 in ast_queue_log
(queuename=0x18 <Address 0x18 out of
bounds>, callid=0xb7e8 <Address 0xb7e8 out of bounds>, 
    agent=0x8cfd518 "SIP/8780", event=0xb749ffee "TRANSFER",
fmt=0xb749ffe0 "%s|%s|%ld|%ld") at logger.c:359
http://bugs.digium.com/view.php?id=4  0xb7491933 in queue_transfer_fixup
(data=0x8c9bf90,
old_chan=0xb5fbb868, new_chan=0xb5f9fef0) at app_queue.c:2582
http://bugs.digium.com/view.php?id=5  0x0808428d in ast_do_masquerade
(original=0xb5f9fef0) at
channel.c:3537
http://bugs.digium.com/view.php?id=6  0x080867d9 in __ast_read (chan=0xb5f9fef0,
dropaudio=0) at
channel.c:1971
http://bugs.digium.com/view.php?id=7  0x08089822 in ast_channel_bridge
(c0=0xb5f9fef0, c1=0xb5f9fef0,
config=0xb6af8e7c, fo=0xb6af7f88, rc=0xb6af7f84)
    at channel.c:2366
http://bugs.digium.com/view.php?id=8  0xb7c5659d in ast_bridge_call
(chan=0xb5f9fef0, peer=0x8d830c0,
config=0xb6af8e7c) at res_features.c:1486
http://bugs.digium.com/view.php?id=9  0xb7b4d37d in dial_exec_full
(chan=0xb5f9fef0, data=<value optimized
out>, peerflags=0xb6af8f44, continue_exec=0x0)
    at app_dial.c:1775
http://bugs.digium.com/view.php?id=10 0xb7b4d7e2 in dial_exec (chan=0xb5f9fef0,
data=0xb6afafb8) at
app_dial.c:1829
http://bugs.digium.com/view.php?id=11 0x080cd947 in pbx_extension_helper
(c=0xb5f9fef0, con=0x0,
context=0xb5fa0070 "internal", exten=0xb5fa00c0 "10800226440", 
    priority=1, label=0x0, callerid=0xb678e7d0 "8721", action=E_SPAWN) at
pbx.c:537
http://bugs.digium.com/view.php?id=12 0x080cf931 in __ast_pbx_run (c=0xb5f9fef0)
at pbx.c:2317
http://bugs.digium.com/view.php?id=13 0x080d098e in pbx_thread (data=0xb5f9fef0)
at pbx.c:2621
http://bugs.digium.com/view.php?id=14 0x080ff5d0 in dummy_start
(data=0xb64b1070) at utils.c:912
http://bugs.digium.com/view.php?id=15 0xb7f12240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=16 0xb7e2d49e in clone () from
/lib/tls/i686/cmov/libc.so.6

and

http://bugs.digium.com/view.php?id=0  0xb7ddb43b in strlen () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=1  0xb7daf164 in vfprintf () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=2  0xb7db42e2 in fprintf () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=3  0x080aff57 in ast_queue_log
(queuename=0x20c62e <Address 0x20c62e out
of bounds>, 
    callid=0x493ece85 <Address 0x493ece85 out of bounds>, agent=0xcd87eb0
"SIP/8846", event=0xb74e9fee "TRANSFER", 
    fmt=0xb74e9fe0 "%s|%s|%ld|%ld") at logger.c:359
http://bugs.digium.com/view.php?id=4  0xb74db933 in queue_transfer_fixup
(data=0xd2b21b0,
old_chan=0xdc9d218, new_chan=0xdc73aa8) at app_queue.c:2582
http://bugs.digium.com/view.php?id=5  0x0808428d in ast_do_masquerade
(original=0xdc73aa8) at
channel.c:3537
http://bugs.digium.com/view.php?id=6  0x080867d9 in __ast_read (chan=0xdc73aa8,
dropaudio=0) at
channel.c:1971
http://bugs.digium.com/view.php?id=7  0x08089822 in ast_channel_bridge
(c0=0xdc73aa8, c1=0xdc73aa8,
config=0xb4efae7c, fo=0xb4ef9fa8, rc=0xb4ef9fa4)
    at channel.c:2366
http://bugs.digium.com/view.php?id=8  0xb7c6459d in ast_bridge_call
(chan=0xdc73aa8, peer=0xdc79a50,
config=0xb4efae7c) at res_features.c:1486
http://bugs.digium.com/view.php?id=9  0xb7b9737d in dial_exec_full
(chan=0xdc73aa8, data=<value optimized
out>, peerflags=0xb4efaf44, continue_exec=0x0)
    at app_dial.c:1775
http://bugs.digium.com/view.php?id=10 0xb7b977e2 in dial_exec (chan=0xdc73aa8,
data=0xb4efcfb8) at
app_dial.c:1829
http://bugs.digium.com/view.php?id=11 0x080cd947 in pbx_extension_helper
(c=0xdc73aa8, con=0x0,
context=0xdc73c28 "internal", exten=0xdc73c78 "5765", priority=1, 
    label=0x0, callerid=0xdc00e90 "8897", action=E_SPAWN) at pbx.c:537
http://bugs.digium.com/view.php?id=12 0x080cf931 in __ast_pbx_run (c=0xdc73aa8)
at pbx.c:2317
http://bugs.digium.com/view.php?id=13 0x080d098e in pbx_thread (data=0xdc73aa8)
at pbx.c:2621
http://bugs.digium.com/view.php?id=14 0x080ff5d0 in dummy_start (data=0x91d8e50)
at utils.c:912
http://bugs.digium.com/view.php?id=15 0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=16 0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0014060 [patch] Astrerisk crashes using the app...
====================================================================== 

---------------------------------------------------------------------- 
 (0097581) ZX81 (reporter) - 2009-01-13 10:57
 http://bugs.digium.com/view.php?id=14086#c97581 
---------------------------------------------------------------------- 
(gdb) thread apply all bt

Thread 40 (process 26850):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xbfec2a88 in ?? ()
http://bugs.digium.com/view.php?id=2  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=3  0xbfec2bdb in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7f2582b in __read_nocancel () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=5  0x0810a0c1 in read_char (el=0x817d1d8,
cp=0xbfec2bdb "\b") at
read.c:298
http://bugs.digium.com/view.php?id=6  0x08105232 in el_getc (el=0x817d1d8,
cp=0xbfec2bdb "\b") at
read.c:350
http://bugs.digium.com/view.php?id=7  0x0810563b in el_gets (el=0x817d1d8,
nread=0xbfec2fd4) at read.c:243
http://bugs.digium.com/view.php?id=8  0x08071ed9 in main (argc=4,
argv=0xbfec3234) at asterisk.c:3212
http://bugs.digium.com/view.php?id=9  0xb7d84ea8 in __libc_start_main () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=10 0x08058131 in ?? () at
../sysdeps/i386/elf/start.S:119

Thread 39 (process 26855):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7d6e338 in ?? ()
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x0806b577 in listener (unused=0x0) at
asterisk.c:1000
http://bugs.digium.com/view.php?id=6  0x08100ac9 in dummy_start (data=0x817f1c0)
at utils.c:850
http://bugs.digium.com/view.php?id=7  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=8  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 38 (process 26856):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7d32408 in ?? ()
http://bugs.digium.com/view.php?id=2  0xb7f29ff4 in ?? () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 37 (process 26857):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7cf63f8 in ?? ()
http://bugs.digium.com/view.php?id=2  0x000001cd in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 36 (process 26858):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7c990c8 in ?? ()
http://bugs.digium.com/view.php?id=2  0x00000000 in ?? ()

Thread 35 (process 26859):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7b9c3a8 in ?? ()
http://bugs.digium.com/view.php?id=2  0x000003e8 in ?? ()
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080ac6ca in ast_io_wait (ioc=0x8187400,
howlong=1000) at io.c:266
http://bugs.digium.com/view.php?id=6  0xb7bbe056 in do_monitor (data=0x0) at
chan_mgcp.c:3514
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x819cc78)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 34 (process 26860):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7aa5f38 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000270f in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0xb7b2d25b in pri_dchannel
(vpri=0xb7b476e0) at chan_dahdi.c:8686
http://bugs.digium.com/view.php?id=6  0x08100ac9 in dummy_start (data=0x819e180)
at utils.c:850
http://bugs.digium.com/view.php?id=7  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=8  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 33 (process 26861):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7a69f98 in ?? ()
http://bugs.digium.com/view.php?id=2  0x000003e8 in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000017 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0xb7b26b18 in do_monitor (data=0x0) at
chan_dahdi.c:6999
http://bugs.digium.com/view.php?id=6  0x08100ac9 in dummy_start (data=0x819e240)
at utils.c:850
http://bugs.digium.com/view.php?id=7  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=8  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 32 (process 26862):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7a29418 in ?? ()
http://bugs.digium.com/view.php?id=2  0xb7a2e108 in ?? () from
/usr/lib/asterisk/modules/pbx_spool.so
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 31 (process 26863):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb79cb298 in ?? ()
http://bugs.digium.com/view.php?id=2  0x00000000 in ?? ()

Thread 30 (process 26864):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb77173a8 in ?? ()
http://bugs.digium.com/view.php?id=2  0x000003e8 in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080ac6ca in ast_io_wait (ioc=0x81ca7d8,
howlong=1000) at io.c:266
http://bugs.digium.com/view.php?id=6  0xb7722f28 in network_thread (ignore=0x0)
at pbx_dundi.c:2161
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x81c7078)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 29 (process 26865):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb76db1e8 in ?? ()
http://bugs.digium.com/view.php?id=2  0xb7e9cff4 in ?? () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=3  0xb76db1d4 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7dfdab6 in nanosleep () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0xb7dfd8db in sleep () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=6  0xb7723217 in process_precache (ign=0x0)
at pbx_dundi.c:2239
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x81c7208)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 28 (process 26866):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb769f3c8 in ?? ()
http://bugs.digium.com/view.php?id=2  0xb7e9cff4 in ?? () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=3  0xb769f3b4 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7dfdab6 in nanosleep () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0xb7dfd8db in sleep () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=6  0xb77230bb in process_clearcache
(ignore=0x0) at pbx_dundi.c:2202
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x81cbdc0)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 27 (process 26867):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb75d3358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080ac6ca in ast_io_wait (ioc=0x81e44c0,
howlong=1) at io.c:266
http://bugs.digium.com/view.php?id=6  0xb761e67c in do_monitor (data=0x0) at
chan_sip.c:16222
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x81e90b0)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 26 (process 26868):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb757e2b8 in ?? ()
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=2  0xb757e2ec in ?? ()
http://bugs.digium.com/view.php?id=3  0xb757e36c in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e34131 in select () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0xb75823e9 in ast_select (nfds=43,
rfds=0xb757e36c, wfds=0xb757e2ec,
efds=0x0, tvp=0x0)
    at /usr/src/asterisk/include/asterisk/channel.h:1349
http://bugs.digium.com/view.php?id=6  0xb7582159 in sound_thread (arg=0x81f49d8)
at chan_oss.c:629
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x81f9bc0)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 25 (process 26869):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb75422b8 in ?? ()
http://bugs.digium.com/view.php?id=2  0xb75422ec in ?? ()
http://bugs.digium.com/view.php?id=3  0xb754236c in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e34131 in select () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0xb75823e9 in ast_select (nfds=45,
rfds=0xb754236c, wfds=0xb75422ec,
efds=0x0, tvp=0x0)
    at /usr/src/asterisk/include/asterisk/channel.h:1349
http://bugs.digium.com/view.php?id=6  0xb7582159 in sound_thread (arg=0x81f5090)
at chan_oss.c:629
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x81e8c38)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 24 (process 26870):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb74de3e8 in ?? ()
http://bugs.digium.com/view.php?id=2  0x000001c9 in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 23 (process 26871):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7420418 in ?? ()
http://bugs.digium.com/view.php?id=2  0xb74326c8 in ?? () from
/usr/lib/asterisk/modules/chan_skinny.so
http://bugs.digium.com/view.php?id=3  0xb74203a0 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7f25a48 in accept () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=5  0xb742d47e in accept_thread (ignore=0x0)
at chan_skinny.c:4585
http://bugs.digium.com/view.php?id=6  0x08100ac9 in dummy_start (data=0x82455b0)
at utils.c:850
http://bugs.digium.com/view.php?id=7  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=8  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 22 (process 26872):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb73e43a8 in ?? ()
http://bugs.digium.com/view.php?id=2  0x000003e8 in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

---Type <return> to continue, or q <return> to quit---
Thread 21 (process 26873):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb71fc358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002f in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 20 (process 26874):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb71c0358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002f in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 19 (process 26875):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7184358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002f in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 18 (process 26876):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7148358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002f in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 17 (process 26877):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb710c358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002f in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 16 (process 26878):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb70d0358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002f in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 15 (process 26879):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7094358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002d in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 14 (process 26880):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb7058358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002d in ?? ()
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 13 (process 26881):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb701c358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002d in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 12 (process 26882):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6fe0358 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000002d in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 11 (process 26883):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6fa43f0 in ?? ()
http://bugs.digium.com/view.php?id=2  0x0000065b in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 10 (process 26884):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6f68388 in ?? ()
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000002 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080ac6ca in ast_io_wait (ioc=0x8247930,
howlong=-1) at io.c:266
http://bugs.digium.com/view.php?id=6  0xb7269998 in network_thread (ignore=0x0)
at chan_iax2.c:9236
http://bugs.digium.com/view.php?id=7  0x08100ac9 in dummy_start (data=0x8254568)
at utils.c:850
http://bugs.digium.com/view.php?id=8  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=9  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 9 (process 26885):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6e4a368 in ?? ()
http://bugs.digium.com/view.php?id=2  0x00001388 in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080b9c44 in accept_thread (ignore=0x0)
at manager.c:2419
http://bugs.digium.com/view.php?id=6  0x08100ac9 in dummy_start (data=0x82748c0)
at utils.c:850
http://bugs.digium.com/view.php?id=7  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=8  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 8 (process 26886):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6e0e3e8 in ?? ()
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080702dc in monitor_sig_flags
(unused=0x0) at asterisk.c:2661
http://bugs.digium.com/view.php?id=6  0x08100ac9 in dummy_start (data=0x8276380)
at utils.c:850
http://bugs.digium.com/view.php?id=7  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=8  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 7 (process 26893):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6d574a8 in ?? ()
http://bugs.digium.com/view.php?id=2  0x00000297 in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000000 in ?? ()

Thread 6 (process 26894):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6dd1d28 in ?? ()
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000001 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080b9569 in get_input (s=0x8254f80,
output=0xb6dd1db4 "") at
manager.c:2275
http://bugs.digium.com/view.php?id=6  0x080b9749 in do_message (s=0x8254f80) at
manager.c:2312
http://bugs.digium.com/view.php?id=7  0x080b9909 in session_do (data=0x8254f80)
at manager.c:2337
http://bugs.digium.com/view.php?id=8  0x08100ac9 in dummy_start (data=0x825a158)
at utils.c:850
http://bugs.digium.com/view.php?id=9  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=10 0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 5 (process 27600):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6af9858 in ?? ()
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000002 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080827e9 in ast_waitfor_nandfds
(c=0xb6af9ad4, n=2, fds=0x0, nfds=0,
exception=0x0, outfd=0x0, ms=0xb6af9ad0)
    at channel.c:1760
http://bugs.digium.com/view.php?id=6  0x08082b19 in ast_waitfor_n (c=0xb6af9ad4,
n=2, ms=0xb6af9ad0) at
channel.c:1822
http://bugs.digium.com/view.php?id=7  0x080893be in ast_generic_bridge
(c0=0x82c9f90, c1=0x829f720,
config=0xb6afa27c, fo=0xb6afa000, rc=0xb6af9ffc, bridge_end=
      {tv_sec = 0, tv_usec = 0}) at channel.c:3948
http://bugs.digium.com/view.php?id=8  0x0808a8c0 in ast_channel_bridge
(c0=0x82c9f90, c1=0x829f720,
config=0xb6afa27c, fo=0xb6afa000, rc=0xb6af9ffc)
    at channel.c:4286
http://bugs.digium.com/view.php?id=9  0xb7ca1bbb in ast_bridge_call
(chan=0x82c9f90, peer=0x829f720,
config=0xb6afa27c) at res_features.c:1570
http://bugs.digium.com/view.php?id=10 0xb7bd8376 in dial_exec_full
(chan=0x82c9f90, data=0xb6afd008,
peerflags=0xb6afaed4, continue_exec=0x0) at app_dial.c:1835
http://bugs.digium.com/view.php?id=11 0xb7bd85c2 in dial_exec (chan=0x82c9f90,
data=0xb6afd008) at
app_dial.c:1882
http://bugs.digium.com/view.php?id=12 0x080bdbe8 in pbx_exec (c=0x82c9f90,
app=0x819ae70, data=0xb6afd008)
at pbx.c:537
http://bugs.digium.com/view.php?id=13 0x080c1000 in pbx_extension_helper
(c=0x82c9f90, con=0x0,
context=0x82ca110 "internal", exten=0x82ca160 "10800750750", 
    priority=1, label=0x0, callerid=0x82563d8 "393", action=E_SPAWN) at
pbx.c:1863
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=14 0x080c20b2 in ast_spawn_extension
(c=0x82c9f90, context=0x82ca110
"internal", exten=0x82ca160 "10800750750", priority=1, 
    callerid=0x82563d8 "393") at pbx.c:2318
http://bugs.digium.com/view.php?id=15 0x080c24b8 in __ast_pbx_run (c=0x82c9f90)
at pbx.c:2407
http://bugs.digium.com/view.php?id=16 0x080c328a in pbx_thread (data=0x82c9f90)
at pbx.c:2622
http://bugs.digium.com/view.php?id=17 0x08100ac9 in dummy_start (data=0x8257360)
at utils.c:850
http://bugs.digium.com/view.php?id=18 0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=19 0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 4 (process 27873):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6c4b788 in ?? ()
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000004 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080827e9 in ast_waitfor_nandfds
(c=0xb6c4ba04, n=2, fds=0x0, nfds=0,
exception=0x0, outfd=0x0, ms=0xb6c4ba00)
    at channel.c:1760
http://bugs.digium.com/view.php?id=6  0x08082b19 in ast_waitfor_n (c=0xb6c4ba04,
n=2, ms=0xb6c4ba00) at
channel.c:1822
http://bugs.digium.com/view.php?id=7  0x080893be in ast_generic_bridge
(c0=0x82557f8, c1=0x82c2a50,
config=0xb6c4c19c, fo=0xb6c4bf30, rc=0xb6c4bf2c, bridge_end=
      {tv_sec = 0, tv_usec = 0}) at channel.c:3948
http://bugs.digium.com/view.php?id=8  0x0808a8c0 in ast_channel_bridge
(c0=0x82557f8, c1=0x82c2a50,
config=0xb6c4c19c, fo=0xb6c4bf30, rc=0xb6c4bf2c)
    at channel.c:4286
http://bugs.digium.com/view.php?id=9  0xb7ca1bbb in ast_bridge_call
(chan=0x82557f8, peer=0x82c2a50,
config=0xb6c4c19c) at res_features.c:1570
http://bugs.digium.com/view.php?id=10 0xb7bd8376 in dial_exec_full
(chan=0x82557f8, data=0xb6c4ef28,
peerflags=0xb6c4cdf4, continue_exec=0x0) at app_dial.c:1835
http://bugs.digium.com/view.php?id=11 0xb7bd85c2 in dial_exec (chan=0x82557f8,
data=0xb6c4ef28) at
app_dial.c:1882
http://bugs.digium.com/view.php?id=12 0x080bdbe8 in pbx_exec (c=0x82557f8,
app=0x819ae70, data=0xb6c4ef28)
at pbx.c:537
http://bugs.digium.com/view.php?id=13 0x080c1000 in pbx_extension_helper
(c=0x82557f8, con=0x0,
context=0x8255978 "macro-vis-incoming", exten=0x82559c8 "s", 
    priority=3, label=0x0, callerid=0x82fead8 "021585404", action=E_SPAWN)
at pbx.c:1863
http://bugs.digium.com/view.php?id=14 0x080c20b2 in ast_spawn_extension
(c=0x82557f8, context=0x8255978
"macro-vis-incoming", exten=0x82559c8 "s", priority=3, 
    callerid=0x82fead8 "021585404") at pbx.c:2318
http://bugs.digium.com/view.php?id=15 0xb6f091d6 in _macro_exec (chan=0x82557f8,
data=0xb6c54008,
exclusive=0) at app_macro.c:308
http://bugs.digium.com/view.php?id=16 0xb6f09eef in macro_exec (chan=0x82557f8,
data=0xb6c54008) at
app_macro.c:486
http://bugs.digium.com/view.php?id=17 0x080bdbe8 in pbx_exec (c=0x82557f8,
app=0x826cba0, data=0xb6c54008)
at pbx.c:537
http://bugs.digium.com/view.php?id=18 0x080c1000 in pbx_extension_helper
(c=0x82557f8, con=0x0,
context=0x8255978 "macro-vis-incoming", exten=0x82559c8 "s", 
    priority=1, label=0x0, callerid=0x82fead8 "021585404", action=E_SPAWN)
at pbx.c:1863
http://bugs.digium.com/view.php?id=19 0x080c20b2 in ast_spawn_extension
(c=0x82557f8, context=0x8255978
"macro-vis-incoming", exten=0x82559c8 "s", priority=1, 
    callerid=0x82fead8 "021585404") at pbx.c:2318
http://bugs.digium.com/view.php?id=20 0x080c24b8 in __ast_pbx_run (c=0x82557f8)
at pbx.c:2407
http://bugs.digium.com/view.php?id=21 0x080c328a in pbx_thread (data=0x82557f8)
at pbx.c:2622
http://bugs.digium.com/view.php?id=22 0x08100ac9 in dummy_start (data=0x81e3ce8)
at utils.c:850
http://bugs.digium.com/view.php?id=23 0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=24 0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 3 (process 27949):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6d13788 in ?? ()
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=3  0x00000004 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080827e9 in ast_waitfor_nandfds
(c=0xb6d13a04, n=2, fds=0x0, nfds=0,
exception=0x0, outfd=0x0, ms=0xb6d13a00)
    at channel.c:1760
http://bugs.digium.com/view.php?id=6  0x08082b19 in ast_waitfor_n (c=0xb6d13a04,
n=2, ms=0xb6d13a00) at
channel.c:1822
http://bugs.digium.com/view.php?id=7  0x080893be in ast_generic_bridge
(c0=0x830fd08, c1=0x82e8608,
config=0xb6d1419c, fo=0xb6d13f30, rc=0xb6d13f2c, bridge_end=
      {tv_sec = 0, tv_usec = 0}) at channel.c:3948
http://bugs.digium.com/view.php?id=8  0x0808a8c0 in ast_channel_bridge
(c0=0x830fd08, c1=0x82e8608,
config=0xb6d1419c, fo=0xb6d13f30, rc=0xb6d13f2c)
    at channel.c:4286
http://bugs.digium.com/view.php?id=9  0xb7ca1bbb in ast_bridge_call
(chan=0x830fd08, peer=0x82e8608,
config=0xb6d1419c) at res_features.c:1570
http://bugs.digium.com/view.php?id=10 0xb7bd8376 in dial_exec_full
(chan=0x830fd08, data=0xb6d16f28,
peerflags=0xb6d14df4, continue_exec=0x0) at app_dial.c:1835
http://bugs.digium.com/view.php?id=11 0xb7bd85c2 in dial_exec (chan=0x830fd08,
data=0xb6d16f28) at
app_dial.c:1882
http://bugs.digium.com/view.php?id=12 0x080bdbe8 in pbx_exec (c=0x830fd08,
app=0x819ae70, data=0xb6d16f28)
at pbx.c:537
http://bugs.digium.com/view.php?id=13 0x080c1000 in pbx_extension_helper
(c=0x830fd08, con=0x0,
context=0x830fe88 "macro-vis-incoming", exten=0x830fed8 "s", 
    priority=4, label=0x0, callerid=0x82c9f80 "073789093", action=E_SPAWN)
at pbx.c:1863
http://bugs.digium.com/view.php?id=14 0x080c20b2 in ast_spawn_extension
(c=0x830fd08, context=0x830fe88
"macro-vis-incoming", exten=0x830fed8 "s", priority=4, 
    callerid=0x82c9f80 "073789093") at pbx.c:2318
http://bugs.digium.com/view.php?id=15 0xb6f091d6 in _macro_exec (chan=0x830fd08,
data=0xb6d1c008,
exclusive=0) at app_macro.c:308
http://bugs.digium.com/view.php?id=16 0xb6f09eef in macro_exec (chan=0x830fd08,
data=0xb6d1c008) at
app_macro.c:486
http://bugs.digium.com/view.php?id=17 0x080bdbe8 in pbx_exec (c=0x830fd08,
app=0x826cba0, data=0xb6d1c008)
at pbx.c:537
http://bugs.digium.com/view.php?id=18 0x080c1000 in pbx_extension_helper
(c=0x830fd08, con=0x0,
context=0x830fe88 "macro-vis-incoming", exten=0x830fed8 "s", 
    priority=1, label=0x0, callerid=0x82c9f80 "073789093", action=E_SPAWN)
at pbx.c:1863
http://bugs.digium.com/view.php?id=19 0x080c20b2 in ast_spawn_extension
(c=0x830fd08, context=0x830fe88
"macro-vis-incoming", exten=0x830fed8 "s", priority=1, 
    callerid=0x82c9f80 "073789093") at pbx.c:2318
http://bugs.digium.com/view.php?id=20 0x080c24b8 in __ast_pbx_run (c=0x830fd08)
at pbx.c:2407
http://bugs.digium.com/view.php?id=21 0x080c328a in pbx_thread (data=0x830fd08)
at pbx.c:2622
http://bugs.digium.com/view.php?id=22 0x08100ac9 in dummy_start (data=0x82c9ae8)
at utils.c:850
http://bugs.digium.com/view.php?id=23 0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=24 0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 2 (process 27964):
http://bugs.digium.com/view.php?id=0  0xb7f3c410 in ?? ()
http://bugs.digium.com/view.php?id=1  0xb6d8f3c8 in ?? ()
http://bugs.digium.com/view.php?id=2  0xffffffff in ?? ()
http://bugs.digium.com/view.php?id=3  0x00000004 in ?? ()
http://bugs.digium.com/view.php?id=4  0xb7e318f3 in poll () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=5  0x080827e9 in ast_waitfor_nandfds
(c=0xb6d8f644, n=2, fds=0x0, nfds=0,
exception=0x0, outfd=0x0, ms=0xb6d8f640)
    at channel.c:1760
http://bugs.digium.com/view.php?id=6  0x08082b19 in ast_waitfor_n (c=0xb6d8f644,
n=2, ms=0xb6d8f640) at
channel.c:1822
http://bugs.digium.com/view.php?id=7  0x080893be in ast_generic_bridge
(c0=0x82cae80, c1=0x829ebd8,
config=0xb6d9151c, fo=0xb6d8fb70, rc=0xb6d8fb6c, bridge_end=
      {tv_sec = 0, tv_usec = 0}) at channel.c:3948
http://bugs.digium.com/view.php?id=8  0x0808a8c0 in ast_channel_bridge
(c0=0x82cae80, c1=0x829ebd8,
config=0xb6d9151c, fo=0xb6d8fb70, rc=0xb6d8fb6c)
    at channel.c:4286
http://bugs.digium.com/view.php?id=9  0xb7ca1bbb in ast_bridge_call
(chan=0x82cae80, peer=0x829ebd8,
config=0xb6d9151c) at res_features.c:1570
http://bugs.digium.com/view.php?id=10 0xb74eaed5 in try_calling (qe=0xb6d91850,
options=0xb6d917fc "",
announceoverride=0x0, url=0x0, tries=0xb6d919f0, 
    noption=0xb6d919ec, agi=0x0) at app_queue.c:3154
---Type <return> to continue, or q <return> to quit---
http://bugs.digium.com/view.php?id=11 0xb74ee0b9 in queue_exec (chan=0x82cae80,
data=0xb6d91b1c) at
app_queue.c:3999
http://bugs.digium.com/view.php?id=12 0x080bdbe8 in pbx_exec (c=0x82cae80,
app=0x81e8c08, data=0xb6d91b1c)
at pbx.c:537
http://bugs.digium.com/view.php?id=13 0xb6e5474f in realtime_exec
(chan=0x82cae80, context=0x82cb000
"routing", exten=0x82cb050 "queue-IRD_Help", priority=3, 
    callerid=0x82cb3e8 "0", data=0x82a55ad "routing at extensions") at
pbx_realtime.c:216
http://bugs.digium.com/view.php?id=14 0x080c10dc in pbx_extension_helper
(c=0x82cae80, con=0x0,
context=0x82cb000 "routing", exten=0x82cb050 "queue-IRD_Help", 
    priority=3, label=0x0, callerid=0x82cb3e8 "0", action=E_SPAWN) at
pbx.c:1874
http://bugs.digium.com/view.php?id=15 0x080c20b2 in ast_spawn_extension
(c=0x82cae80, context=0x82cb000
"routing", exten=0x82cb050 "queue-IRD_Help", priority=3, 
    callerid=0x82cb3e8 "0") at pbx.c:2318
http://bugs.digium.com/view.php?id=16 0x080c24b8 in __ast_pbx_run (c=0x82cae80)
at pbx.c:2407
http://bugs.digium.com/view.php?id=17 0x080c328a in pbx_thread (data=0x82cae80)
at pbx.c:2622
http://bugs.digium.com/view.php?id=18 0x08100ac9 in dummy_start (data=0x8276870)
at utils.c:850
http://bugs.digium.com/view.php?id=19 0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=20 0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6

Thread 1 (process 27734):
http://bugs.digium.com/view.php?id=0  0x0808157c in ast_channel_datastore_free
(datastore=0x82ca388) at
channel.c:1341
http://bugs.digium.com/view.php?id=1  0x08081122 in ast_channel_free
(chan=0x82e6378) at channel.c:1243
http://bugs.digium.com/view.php?id=2  0x08081ec6 in ast_hangup (chan=0x82e6378)
at channel.c:1553
http://bugs.digium.com/view.php?id=3  0x080c30be in __ast_pbx_run (c=0x82e6378)
at pbx.c:2562
http://bugs.digium.com/view.php?id=4  0x080c328a in pbx_thread (data=0x82e6378)
at pbx.c:2622
http://bugs.digium.com/view.php?id=5  0x08100ac9 in dummy_start (data=0x8296660)
at utils.c:850
http://bugs.digium.com/view.php?id=6  0xb7f20240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=7  0xb7e3b49e in clone () from
/lib/tls/i686/cmov/libc.so.6 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-13 10:57 ZX81           Note Added: 0097581                          
======================================================================




More information about the asterisk-bugs mailing list