[asterisk-bugs] [Asterisk 0015428]: asterisk crashes in voicemail
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 6 15:42:39 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15428
======================================================================
Reported By: novazur
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15428
Category: Applications/app_voicemail
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.6.1.1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-06-30 18:30 CDT
Last Modified: 2009-07-06 15:42 CDT
======================================================================
Summary: asterisk crashes in voicemail
Description:
I've first reported to freepbx, but I think the problem is more with
asterisk.
On my gentoo (x86_64), with fresh install asterisk 1.6.1.1 and freepbx
2.5.1.7 just updated, no module added, each time I try to put a message in
a voicemail, I have asterisk crashing
======================================================================
----------------------------------------------------------------------
(0107425) novazur (reporter) - 2009-07-06 15:42
https://issues.asterisk.org/view.php?id=15428#c107425
----------------------------------------------------------------------
I always have the problem, and can't find why.
I attach gdb bt and gdb full bt of the crash.
I want to add that :
1) english is not my language, sorry.
2) before installing freepbx, I don't have the problem with sample config
like :
14:39:28 root at serveur2 /etc/asterisk # cat sip.conf
[1000]
type=friend
context=internal
host=dynamic
[1001]
type=friend
context=internal
host=dynamic
14:39:30 root at serveur2 /etc/asterisk # cat extensions.conf
[internal]
exten => 1001,1,Verbose(1,Extension 1001)
exten => 1001,n,Dial(SIP/1001,5)
exten => 1001,n,GotoIf($["${DIALSTATUS}" = "BUSY"]?busy:unavail)
exten => 1001,n(unavail),Voicemail(1001 at default,u)
exten => 1001,n,Hangup()
exten => 1001,n(busy),VoiceMail(1001 at default,b)
exten => 1001,n,Hangup()
3) here is what I get when starting asterisk with freepbx script
start_asterisk and asterisk crashes :
-- <SIP/200-022ca6f8> Playing 'vm-intro.gsm' (language 'en')
-- <SIP/200-022ca6f8> Playing 'beep.gsm' (language 'en')
serveur2*CLI> /usr/sbin/safe_asterisk: line 146: 19778 Erreur de
segmentation (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f
${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Disconnected from Asterisk server
Executing last minute cleanups
Asterisk ending (0).
Automatically restarting Asterisk.
I can here the beep, and asterisk crashes.
4) before crashing, the file starts to be created :
# ls -la /var/spool/asterisk/voicemail/default/201/tmp/
total 8
drwxr-xr-x 2 asterisk asterisk 4096 juin 30 16:39 .
drwxr-xr-x 4 asterisk asterisk 4096 juin 30 16:19 ..
-rw-r--r-- 1 asterisk asterisk 0 juin 30 16:29 M4ukXu
-rw-r--r-- 1 asterisk asterisk 0 juin 30 16:39 xIdmT0
-rw-r--r-- 1 asterisk asterisk 0 juin 30 16:19 y7aulh
Issue History
Date Modified Username Field Change
======================================================================
2009-07-06 15:42 novazur Note Added: 0107425
======================================================================
More information about the asterisk-bugs
mailing list