[Home]

Summary:ASTERISK-10839: Issue in recordthread
Reporter:Rady (rady)Labels:
Date Opened:2007-11-20 13:11:46.000-0600Date Closed:2007-11-21 13:07:45.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello,
This is my first time bug report, so possible I have missed to give some info.

So once in 3-5 days the asterisk which is used for conference is crashing.
We use ztdummy for timming as there isn't any card.  The conference calls is dropping in the middle of the call. Asterisk saved core files, so I have attached the bt and bt full of them.

Meetme app is called in dialplan with options:
Meetme(....|dpqr)
or
Meetme(...|Mdp)
or
Meetme(...|dp)



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

show version:
Asterisk 1.2.16 built by root @ ..... on a x86_64 running Linux on 2007-11-15 23:18:05 UTC

zap show status:
Description                              Alarms     IRQ        bpviol     CRC4      
ZTDUMMY/1 1                              UNCONFIGUR 0          0          0        

gdb bt:
#0  0x00000030cad721b2 in strcmp () from /lib64/libc.so.6
#1  0x0000000000425519 in exts_compare (exts=Variable "exts" is not available.
) at file.c:337
#2  0x0000000000427009 in ast_writefile (filename=0x0, type=0x0, comment=0x0,
   flags=577, check=Variable "check" is not available.
) at file.c:902
#3  0x00002aaab0bf2b13 in recordthread (args=Variable "args" is not available.
) at app_meetme.c:2154
#4  0x00000030cb80683c in start_thread () from /lib64/libpthread.so.0
ASTERISK-1  0x00000030cadca4ee in clone () from /lib64/libc.so.6
ASTERISK-2  0x0000000000000000 in ?? ()

gdb bt full:
#0  0x00000030cad721b2 in strcmp () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000000000425519 in exts_compare (exts=Variable "exts" is not available.
) at file.c:337
       __r0 = Variable "__r0" is not available.

For another core file:
(gdb) bt
#0  ast_stopstream (tmp=0x3544533d6761743b) at file.c:187
#1  0x00002aaab0bf2af0 in recordthread (args=Variable "args" is not available.
) at app_meetme.c:2152
#2  0x00000030cb80683c in start_thread () from /lib64/libpthread.so.0
#3  0x00000030cadca4ee in clone () from /lib64/libc.so.6
#4  0x0000000000000000 in ?? ()
(gdb) bt full
#0  ast_stopstream (tmp=0x3544533d6761743b) at file.c:187
       __PRETTY_FUNCTION__ = "ast_stopstream"
#1  0x00002aaab0bf2af0 in recordthread (args=Variable "args" is not available.
) at app_meetme.c:2152
       cnf = (struct ast_conference *) 0x870700
       f = Variable "f" is not available.
(gdb) thread apply all bt

If you need more info, I will post it asap.
Comments:By: Russell Bryant (russell) 2007-11-21 13:07:45.000-0600

Asterisk 1.2 is no longer supported.