[Home]

Summary:ASTERISK-10598: Segfault in channel_spy() / __ast_pthread_mutex_unlock
Reporter:Atis Lezdins (atis)Labels:
Date Opened:2007-10-23 05:45:43Date Closed:2011-06-07 14:00:52
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_chanspy
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bt.core.32112.txt
Description:Happened once (probably very rare). Backtrace attached

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

#0  0x00002aaab04224c4 in __ast_pthread_mutex_unlock
(filename=0x2aaab0424b13 "app_chanspy.c", lineno=396,
func=0x2aaab0425e41 "channel_spy", mutex_name=0x2aaab0425ea7 "&csth.spy.
 res = -1^
 canlog = -1^
 __PRETTY_FUNCTION__ = "__ast_pthread_mutex_unlock"^
#1  0x00002aaab0423276 in channel_spy (chan=0x2aaac4032c00,
spyee=0x2aaac40a0740, volfactor=0x406c60ec, fd=0, flags=0x406c6770)
from /usr/lib/asterisk/modules/app_chanspy.so^
 csth = {spy = {list = {next = 0x0}, lock = {mutex = {__data = {__lock = 0,
__count = 0, __owner = 0, __nusers = 0, __kind = 1, __spins = 0, __list =
{__prev = 0x0, __next = 0x0}
 running = -1^
 res = 1^
 x = 0^
 inp = '\0' <repeats 23 times>^
 name = 0x406c5d30 "SIP/90172-c812e010"^
 f = (struct ast_frame *) 0x0^
 silgen = (struct ast_silence_generator *) 0x0^
 __PRETTY_FUNCTION__ = "channel_spy"^
Comments:By: Joshua C. Colp (jcolp) 2007-10-31 13:43:25

Please give the branch located at http://svn.digium.com/svn/asterisk/team/file/audiohooks-1.4 a try and report back. Thanks!

By: Tilghman Lesher (tilghman) 2007-12-06 18:36:08.000-0600

No response from reporter