[Home]

Summary:ASTERISK-10536: new app_queue crashes
Reporter:Andrew Lindh (andrew)Labels:
Date Opened:2007-10-15 19:33:31Date Closed:2007-10-16 10:01:16
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 10987.patch
Description:
branch 1.4 r85717
/branches/1.4/apps/app_queue.c
crashes...
Comments:By: Andrew Lindh (andrew) 2007-10-15 19:33:51

##0  0xb7e32947 in raise () from /lib/tls/libc.so.6
##1  0xb7e340c9 in abort () from /lib/tls/libc.so.6
##2  0xb7e6816a in __fsetlocking () from /lib/tls/libc.so.6
##3  0xb7e6fa2f in mallopt () from /lib/tls/libc.so.6
##4  0xb7e6fad2 in free () from /lib/tls/libc.so.6
##5  0xb7203ec3 in device_state_thread (data=0x0) at app_queue.c:660
##6  0x080f8290 in dummy_start (data=0x81b92a8) at utils.c:831
##7  0xb7fbb0bd in start_thread () from /lib/tls/libpthread.so.0
##8  0xb7ed5ace in clone () from /lib/tls/libc.so.6



By: Dmitry Andrianov (dimas) 2007-10-15 19:42:33

Looks like we filled the same issue simultaneously :)
Mine is 10988 just for reference

By: Digium Subversion (svnbot) 2007-10-16 10:01:16

Repository: asterisk
Revision: 85852

U   branches/1.4/apps/app_queue.c

------------------------------------------------------------------------
r85852 | mmichelson | 2007-10-16 10:01:15 -0500 (Tue, 16 Oct 2007) | 5 lines

Fixing a double free which happens in the statechange thread.

(closes issue ASTERISK-10536, reported by andrew)


------------------------------------------------------------------------