Summary: | DAHLIN-00084: core dump in local_queue_frame at chan_local.c:179 | ||
Reporter: | Igor Marques Carneiro da Silva (igorcarneiro) | Labels: | |
Date Opened: | 2009-03-25 11:54:43 | Date Closed: | 2009-03-25 12:01:57 |
Priority: | Critical | Regression? | No |
Status: | Closed/Complete | Components: | General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | #asterisk -V Asterisk 1.6.0.5 backtrace is: -------------------------------------------------------------- Core was generated by `/usr/sbin/asterisk -f -U asterisk -G asterisk -C /etc/asterisk/asterisk.conf -v'. Program terminated with signal 11, Segmentation fault. #0 0x0091c848 in local_queue_frame (p=0x897e1d8, isoutbound=1, f=0x8b72524, us=0x897c428, us_locked=1) at chan_local.c:179 179 if (us && us->generator && other->generator) (gdb) bt #0 0x0091c848 in local_queue_frame (p=0x897e1d8, isoutbound=1, f=0x8b72524, us=0x897c428, us_locked=1) at chan_local.c:179 #1 0x0091f4e4 in local_write (ast=0x897c428, f=0x8b72524) at chan_local.c:329 #2 0x080a0a57 in ast_write (chan=0x897c428, fr=<value optimized out>) at channel.c:3175 #3 0x080f6be3 in playtones_generator (chan=0x897c428, data=0x8a00228, len=320, samples=160) at indications.c:194 #4 0x080a1631 in generator_force (data=0x897c428) at channel.c:1786 ASTERISK-1 0x080a247d in __ast_read (chan=0x897c428, dropaudio=0) at channel.c:2471 ASTERISK-2 0x080a5218 in ast_safe_sleep_conditional (chan=0x897c428, ms=9981, cond=0, data=0x0) at channel.c:2793 ASTERISK-3 0x080a52c8 in ast_safe_sleep (chan=0x897c428, ms=10000) at channel.c:1239 ASTERISK-4 0x0811e9f8 in wait_for_hangup (chan=0x897c428, data=<value optimized out>) at pbx.c:7487 ASTERISK-5 0x0811ea3d in pbx_builtin_congestion (chan=0x897c428, data=0xb7437e28) at pbx.c:7549 ASTERISK-6 0x08121844 in pbx_exec (c=0x897c428, app=0x89473e0, data=0xb7437e28) at pbx.c:944 ASTERISK-7 0x08133416 in pbx_extension_helper (c=0x897c428, con=<value optimized out>, context=0x897c670 "macro-exten-vm", exten=0x897c6c0 "s-CONGESTION", priority=2, label=0x0, callerid=0x8988198 "2122673478", action=E_SPAWN, found=0xb743adf4, combined_find_spawn=1) at pbx.c:3113 ASTERISK-8 0x00224268 in _macro_exec (chan=0x897c428, data=<value optimized out>, exclusive=0) at app_macro.c:295 ASTERISK-9 0x08121844 in pbx_exec (c=0x897c428, app=0xb7e28c28, data=0xb743cea8) at pbx.c:944 ASTERISK-10 0x08133416 in pbx_extension_helper (c=0x897c428, con=<value optimized out>, context=0x897c670 "macro-exten-vm", exten=0x897c6c0 "s-CONGESTION", priority=1, label=0x0, callerid=0x8988198 "2122673478", action=E_SPAWN, found=0xb743f2b8, combined_find_spawn=1) at pbx.c:3113 ASTERISK-11 0x08135636 in __ast_pbx_run (c=0x897c428) at pbx.c:3606 ASTERISK-12 0x08137486 in pbx_thread (data=0x897c428) at pbx.c:3956 ASTERISK-13 0x08178d80 in dummy_start (data=0x8b68f30) at utils.c:917 ASTERISK-14 0x00c3250b in start_thread () from /lib/libpthread.so.0 ASTERISK-15 0x00b73b2e in clone () from /lib/libc.so.6 -------------------------------------------------------------- | ||
Comments: | By: Joshua C. Colp (jcolp) 2009-03-25 12:01:57 This issue has already been fixed. |