[Home]

Summary:ASTERISK-16290: Upgrade Asterisk from 1.4.x to latest 1.6 - - - starting asterisk 1.6 gives continuosly crash + restart
Reporter:Andrei Moraru (matagou)Labels:
Date Opened:2010-06-25 06:17:55Date Closed:2011-06-07 14:00:18
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have downloaded latest Asterisk 1.6 from digiumm compiled it, installed.
When starting asterisk 1.6, it crashes and try to start continuosly, with message at the console:

  (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARG                                                                             S} >&/dev/${TTY} < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal EXITSTATUS-128.
Automatically restarting Asterisk.

[root@elastix ~]# mpg123: no process killed
/usr/sbin/safe_asterisk: line 125:  3805 Segmentation fault      (core dumped) n                                                                             ice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} >&/dev/${TTY} <                                                                              /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal EXITSTATUS-128.
Automatically restarting Asterisk.



Info about machine:
[root@elastix ~]# uname -a
Linux elastix.example.com 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686 athlon i386 GNU/Linux


Andrei Moraru.

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

<removed inline backtrace>
Comments:By: Paul Belanger (pabelanger) 2010-06-25 06:51:48

Your backtrace was optimized (see below), also upload your bacetrace as an attachment, not a note.

Finally, drop safe_asterisk and trying starting asterisk directly (IE: asterisk -vvvvvcg
---
Thank you for your bug report. In order to move your issue forward, we require a backtrace from the core file produced after the crash. Please see the doc/backtrace.txt file in your Asterisk source directory.

Also, be sure you have DONT_OPTIMIZE enabled in menuselect within the Compiler Flags section, then:

make install

after enabling, reproduce the crash, and then execute the instructions in doc/backtrace.txt.

When complete, attach that file to this issue report. Thanks!

By: Andrei Moraru (matagou) 2010-06-25 13:19:04

when starting asterisk with suggested options, it shows errors about unknown modules. So i have deleted the modules from /usr/lib/asterisk/modules. Now Asterisk starts normally.

Thanks for help.