[asterisk-bugs] [Asterisk 0017240]: startup fails with libspeex.so.1.2.0
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Apr 23 20:37:35 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17240
======================================================================
Reported By: seandarcy
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17240
Category: General
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.6.2.7-rc2
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-23 20:01 CDT
Last Modified: 2010-04-23 20:37 CDT
======================================================================
Summary: startup fails with libspeex.so.1.2.0
Description:
I'm upgrading from 1.6.1.18 to 1.6.2.6. configure, make, make menuselect,
and make install all work without error. I've rm'd
/usr/lib/asterisk/modules. On startup 1.6.2.6 (and 1.6.2.7-rc2) hangs
here:
-- CODEC SPEEX: Setting preprocessor Dereverb Level to 0.300000
== Registered translator 'speextolin' from format speex to slin, cost 1
I can asterisk -r, but it's just hung. You can't even shut it down:
CLI> core stop now
No such command 'core stop now'
Deselecting speex func and codec in menuselect makes it work.
======================================================================
----------------------------------------------------------------------
(0120848) pabelanger (manager) - 2010-04-23 20:37
https://issues.asterisk.org/view.php?id=17240#c120848
----------------------------------------------------------------------
Sounds like a lock (see below)
---
Debugging deadlocks:
Please select DEBUG_THREADS and DONT_OPTIMIZE in the Compiler Flags
section of menuselect. Recompile and install Asterisk (i.e. make install)
This will then give you the console command:
core show locks
When the symptoms of the deadlock present themselves again, please provide
output of the deadlock via:
# asterisk -rx \"core show locks\" | tee /tmp/core-show-locks.txt
# gdb -se \"asterisk\" <pid of asterisk> | tee /tmp/backtrace.txt
gdb> bt
gdb> bt full
gdb> thread apply all bt
Then attach the core-show-locks.txt and backtrace.txt files to this issue.
Thanks!
Issue History
Date Modified Username Field Change
======================================================================
2010-04-23 20:37 pabelanger Note Added: 0120848
======================================================================
More information about the asterisk-bugs
mailing list