[Home]

Summary:ASTERISK-13867: Asterisk crashed
Reporter:Giedrius (voipas)Labels:
Date Opened:2009-03-31 01:56:03Date Closed:2011-06-07 14:00:56
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) core.voip-gw
( 1) core.voip-gw-2
Description:Hello,

  This morning I noticed that my asterisk was crashed and safe_asterisk after couple seconds restarted it. Also I've attached you gdb debug.
I hope this helps you.
Thanks
Comments:By: David Woolley (davidw) 2009-03-31 05:31:33

You need to run gdb against the (unstripped) binaries that you are running.  The file you specified didn't even exist:

"callcenter: No such file or directory"

Also, unless the binaries were built with the NOOPTIMIZE build option, the back trace will be of limited value.

By: Giedrius (voipas) 2009-03-31 05:53:19

My apologies. I've retached good file.

By: Leif Madsen (lmadsen) 2009-04-09 11:00:31

Sorry, I'm still seeing values optimized out. Make sure you enable DONT_OPTIMIZE from menuselect in the Compiler Flags section, then you have to do a 'make install' to rebuild Asterisk and install the modules with the optimization turned off.

By: Leif Madsen (lmadsen) 2009-05-22 12:31:16

Closed due to lack of response. Please reopen if you can provide the necessary information to move this forward. Thanks!