Summary: | ASTERISK-06371: crash using IAX client connected to SpyChannel,IAX2 | ||
Reporter: | Martin Vit (festr) | Labels: | |
Date Opened: | 2006-02-20 02:48:08.000-0600 | Date Closed: | 2008-01-15 17:01:08.000-0600 |
Priority: | Critical | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | backtrace: #0 ast_frdup (f=0x0) at frame.c:351 #1 0x08068901 in queue_frame_to_spies (chan=0x85b6c70, f=0x85b6ae8, dir=SPY_READ) at channel.c:1186 #2 0x08061a53 in ast_read (chan=0x85b6c70) at channel.c:1911 #3 0x08069273 in ast_generic_bridge (c0=0x8501240, c1=0x85b6c70, config=0x427a2eb0, fo=0x427a2978, rc=0x427a297c, bridge_end={tv_sec = 0, tv_usec = 0}) at channel.c:3261 #4 0x0806560d in ast_channel_bridge (c0=0x8501240, c1=0x85b6c70, config=0x427a2eb0, fo=0x427a2978, rc=0x427a297c) at channel.c:3525 ASTERISK-1 0x404c1ce9 in ast_bridge_call (chan=0x8501240, peer=0x85b6c70, config=0x427a2eb0) at res_features.c:1316 ASTERISK-2 0x41c12305 in dial_exec_full (chan=0x8501240, data=0x427a2eb0, peerflags=0x427a3568) at app_dial.c:1559 ASTERISK-3 0x41c10dc5 in dial_exec (chan=0x0, data=0x0) at app_dial.c:1601 ASTERISK-4 0x0808e1e5 in pbx_extension_helper (c=0x8501240, con=0x0, context=0x8501390 "outRouteGr-1", exten=0x8501484 "1111", priority=18, label=0x0, callerid=0x0, action=0) at pbx.c:544 ASTERISK-5 0x0808ed8a in __ast_pbx_run (c=0x8501240) at pbx.c:2218 ASTERISK-6 0x0808fa7f in pbx_thread (data=0x0) at pbx.c:2505 ASTERISK-7 0x40025b63 in start_thread () from /lib/tls/libpthread.so.0 ASTERISK-8 0x401ad18a in clone () from /lib/tls/libc.so.6 | ||
Comments: | By: adomjan (adomjan) 2006-02-20 08:09:22.000-0600 * crash when using chanspy/mixmonitor. Many related patches has been commited, many related bugnote has been closed, but * still crash... Look at the 6028 bug and the other closed bugs. By: Matt O'Gorman (mogorman) 2006-02-22 14:12:36.000-0600 Please do not open duplicate bugs... If you think its related to 6028 reopen 6028 with more info do not simply open a new bug it makes it much harder to resolve. Mog By: Kevin P. Fleming (kpfleming) 2006-02-24 21:23:02.000-0600 Fixed in branch-1.2 and trunk. By: Digium Subversion (svnbot) 2008-01-15 17:01:06.000-0600 Repository: asterisk Revision: 11058 U branches/1.2/channel.c ------------------------------------------------------------------------ r11058 | kpfleming | 2008-01-15 17:01:06 -0600 (Tue, 15 Jan 2008) | 2 lines ensure that spy frame queueing is able to deal with translation failing for any reason (issue ASTERISK-6371) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=11058 By: Digium Subversion (svnbot) 2008-01-15 17:01:08.000-0600 Repository: asterisk Revision: 11060 _U trunk/ U trunk/channel.c ------------------------------------------------------------------------ r11060 | kpfleming | 2008-01-15 17:01:07 -0600 (Tue, 15 Jan 2008) | 10 lines Merged revisions 11058 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11058 | kpfleming | 2006-02-24 22:23:48 -0600 (Fri, 24 Feb 2006) | 2 lines ensure that spy frame queueing is able to deal with translation failing for any reason (issue ASTERISK-6371) ........ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=11060 |