[asterisk-bugs] [Asterisk 0017209]: Crash on Park execute
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 20 10:58:53 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17209
======================================================================
Reported By: vmarrone
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17209
Category: Resources/res_features
Reproducibility: random
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.6.2.6
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-04-20 09:09 CDT
Last Modified: 2010-04-20 10:58 CDT
======================================================================
Summary: Crash on Park execute
Description:
When the channel is redirect on this exten:
exten => _X.,9,Park(6000000,someContext,${EXTEN},2,s)
( with the option 's' for silence the message)
sometimes asterisk Crashes.
This is the Back Trace of the core dump:
https://issues.asterisk.org/view.php?id=0 0x00a177dc in memcpy () from
/lib/libc.so.6
https://issues.asterisk.org/view.php?id=1 0x080d32d4 in ast_frdup (f=0x910bf50)
at frame.c:527
https://issues.asterisk.org/view.php?id=2 0x080cea7c in ast_readframe
(s=0x910bf20) at file.c:707
https://issues.asterisk.org/view.php?id=3 0x00139bec in moh_files_generator
(chan=0x8da95a0, data=0x8d43ee8,
len=0, samples=160) at res_musiconhold.c:311
https://issues.asterisk.org/view.php?id=4 0x0809a5d1 in generator_force
(data=0x8da95a0) at channel.c:1968
https://issues.asterisk.org/view.php?id=5 0x0809b69e in __ast_read
(chan=0x8da95a0, dropaudio=0) at
channel.c:2678
https://issues.asterisk.org/view.php?id=6 0x080cc8ab in manage_parkinglot
(curlot=0x86a9330, rfds=0xb7dc4298,
efds=0xb7dc4218, nrfds=0xb7dc4198, nefds=0xb7dc4118, ms=0xb7dc433c,
max=0xb7dc4338) at features.c:3116
https://issues.asterisk.org/view.php?id=7 0x080cd997 in do_parking_thread
(ignore=0x0) at features.c:3197
https://issues.asterisk.org/view.php?id=8 0x081516bb in dummy_start
(data=0x8823df0) at utils.c:968
https://issues.asterisk.org/view.php?id=9 0x00af973b in start_thread () from
/lib/libpthread.so.0
https://issues.asterisk.org/view.php?id=10 0x00a77cfe in clone () from
/lib/libc.so.6
======================================================================
----------------------------------------------------------------------
(0120642) pabelanger (manager) - 2010-04-20 10:58
https://issues.asterisk.org/view.php?id=17209#c120642
----------------------------------------------------------------------
We'll need a full backtrace.
http://svn.asterisk.org/svn/asterisk/trunk/doc/backtrace.txt
---
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!
Issue History
Date Modified Username Field Change
======================================================================
2010-04-20 10:58 pabelanger Note Added: 0120642
======================================================================
More information about the asterisk-bugs
mailing list