[Home]

Summary:ASTERISK-16166: It crashes randomly
Reporter:Private Name (falves11)Labels:
Date Opened:2010-05-28 12:18:58Date Closed:2010-06-03 13:59:26
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) crash_162.txt
( 1) crash_2.txt
Description:I cannot determine what is the source or the conditions for this crash. Please look at the trace.

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

I cannot use valgrind or run in debug mode,since It have more than 200 simultaneous calls. Also, Valgrind does not understand the SSE instructions used by my codecs.
Comments:By: Private Name (falves11) 2010-05-28 12:20:42

My machine is open to inspection via SSH for a bug marshal. I am not an engineer and I have spent a a lot of money hiring "community" developers that actually catch a bug and then another one pops up.

By: Russell Bryant (russell) 2010-05-28 13:47:35

"used by my codecs" - what codecs are you talking about?

By: Clodoaldo Antunes (wilkemann) 2010-05-28 14:20:51

Utilizo a versão Asterisk 1.4.31 esta ocorrendo o mesmo crash random

Segue o mesmo em anexo

(gdb) bt full
#0  0x00007fe5650a2ed5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007fe5650a43f3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fe5650df3a8 in ?? () from /lib/libc.so.6
No symbol table info available.
#3  0x00007fe5650e4948 in ?? () from /lib/libc.so.6
No symbol table info available.
#4  0x00007fe5650e6a56 in free () from /lib/libc.so.6
No symbol table info available.
ASTERISK-1  0x000000000043e8de in ast_set_callerid (chan=0x1ea71c0, callerid=0x7fe55c047d60 "", calleridname=0x0, ani=0x0) at channel.c:4106
       __PRETTY_FUNCTION__ = "ast_set_callerid"
ASTERISK-2  0x00007fe55b264f3d in event_handler () from /usr/lib/asterisk/modules/chan_dgv.so
No locals.
ASTERISK-3  0x00007fe55a442d34 in RaiseEvents_ThreadSafe () from /usr/lib/libdigivoice.so
No locals.
ASTERISK-4  0x00007fe55a4407d2 in Signal_GSM_Thread () from /usr/lib/libdigivoice.so
No locals.
ASTERISK-5  0x00007fe565aa0fc7 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
ASTERISK-6 0x00007fe5651405ad in clone () from /lib/libc.so.6
No symbol table info available.
ASTERISK-7 0x0000000000000000 in ?? ()
No symbol table info available.



By: Leif Madsen (lmadsen) 2010-06-02 10:12:29

wilkemann: your issue is separate of this one -- please open a new issue.

By: Leif Madsen (lmadsen) 2010-06-02 10:13:04

Waiting on feedback after a question asked by russell.

By: Private Name (falves11) 2010-06-02 10:30:12

I use the free codecs based on the Intel libraries. Valgrind cannot handle the SSE instructions.

By: Leif Madsen (lmadsen) 2010-06-03 13:59:10

Thanks for the submission, but per a discussion on our meeting today, we are unable to move your issues forward simply with the backtrace file. You will need to be able to provide additional debugging information, and in some cases valgrind output in order to move issues forward.

If you are unable to provide this information from either your production system or by reproducing on a development system, there is nothing we can do to resolve this issue.