[Home]

Summary:ASTERISK-18840: double free or corruption crash with musiconhold
Reporter:Paul Mathews (p_mathews)Labels:
Date Opened:2011-11-08 10:37:59.000-0600Date Closed:2011-11-29 14:05:03.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Resources/res_musiconhold
Versions:1.8.3 Frequency of
Occurrence
Occasional
Related
Issues:
Environment:CentOS 6Attachments:( 0) backtrace.txt
Description:Asterisk will crash while playing musiconhold to callers in a queue.

musiconhold config:
mode=custom
directory=/var/lib/asterisk/mohmp3/
application=/usr/local/bin/alphaplay

contents of alphaplay script:
#!/usr/bin/perl
@alpha = sort {uc($a) cmp uc($b)} @ARGV;
binmode STREAM;
binmode STDOUT;
open STREAM, "/usr/local/bin/mpg123 --quiet --mono --rate 8000 --scale 8192 --stdout @alpha |";
while (<STREAM>) {
         print STDOUT;
}
close STREAM;
Comments:By: Paul Mathews (p_mathews) 2011-11-08 10:40:10.129-0600

backtrace attached.

By: Leif Madsen (lmadsen) 2011-11-10 14:21:26.125-0600

I see you've opened this against 1.8.3. Could you try reproducing on the latest checkout from the 1.8 branch on a test box and see if you still have the issue? Thanks!

By: Leif Madsen (lmadsen) 2011-11-29 14:04:59.058-0600

Suspended due to lack of activity. Please request a bug marshal in #asterisk-bugs on the IRC network irc.freenode.net to reopen the issue should you have the additional information requested.  Further information can be found at http://www.asterisk.org/developers/bug-guidelines