[asterisk-bugs] [Asterisk 0015915]: crash when calling ao2_unlock inside pthread_timer_disable_continuous

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jan 4 16:17:12 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15915 
====================================================================== 
Reported By:                keiron
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15915
Category:                   Resources/res_timing_pthread
Reproducibility:            random
Severity:                   crash
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
JIRA:                       SWP-307 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 no change required
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-09-18 01:03 CDT
Last Modified:              2010-01-04 16:17 CST
====================================================================== 
Summary:                    crash when calling ao2_unlock inside
pthread_timer_disable_continuous
Description: 
When under heavy load we have experienced random crashes (6 times in a day)
at the same point in the code. The load is with about 200 channels, 70
users and making a lot of calls. It was very stable until we started
reaching a certain level of usage.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0016494 1.6.1.12-rc1 crash around 100 SIP call ...
====================================================================== 

---------------------------------------------------------------------- 
 (0116020) tilghman (administrator) - 2010-01-04 16:17
 https://issues.asterisk.org/view.php?id=15915#c116020 
---------------------------------------------------------------------- 
Oh, if you're wondering what the error means, it's that the dynamic linker
failed to find the symbol called "ao2_unlock" in the PLT (procedure lookup
table).  Given that the symbol is clearly there, there is a problem in the
dynamic linker.  We cannot solve this problem within Asterisk, as the
problem is within the dynamic linking tools.

You might try statically linking Asterisk (see Compiler Flags / Static
Build) as a temporary workaround, though since it uses some of the same
tools, that isn't guaranteed to work. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-01-04 16:17 tilghman       Note Added: 0116020                          
======================================================================




More information about the asterisk-bugs mailing list