[asterisk-bugs] [Asterisk 0017297]: [patch] [regression] 1.6.2.7 hangs during initial module load on Darwin
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 10 11:38:46 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17297
======================================================================
Reported By: jcovert
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17297
Category: Core/Portability
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: 1.6.2.7
JIRA: SWP-1421
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-05-06 11:48 CDT
Last Modified: 2010-05-10 11:38 CDT
======================================================================
Summary: [patch] [regression] 1.6.2.7 hangs during initial
module load on Darwin
Description:
1.6.2.7 hangs in the loader when loading the first module. It doesn't
matter whether a module is specified as pre-load or not; whatever module is
loaded first deadlocks.
I have isolated this to the call to AST_LIST_LOCK(&module_list) which
occurs in routine ast_module_register, called back from the module itself
during the call to dlopen in routine load_dynamic_module.
1.6.2.6 does not exhibit this problem.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0017302 [patch] Eliminate compiler warning in a...
======================================================================
----------------------------------------------------------------------
(0121665) svnbot (reporter) - 2010-05-10 11:38
https://issues.asterisk.org/view.php?id=17297#c121665
----------------------------------------------------------------------
Repository: asterisk
Revision: 262153
_U branches/1.6.0/
U branches/1.6.0/Makefile.rules
------------------------------------------------------------------------
r262153 | tilghman | 2010-05-10 11:38:46 -0500 (Mon, 10 May 2010) | 24
lines
Merged revisions 262152 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r262152 | tilghman | 2010-05-10 11:36:25 -0500 (Mon, 10 May 2010) | 17
lines
Merged revisions 262151 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r262151 | tilghman | 2010-05-10 11:34:21 -0500 (Mon, 10 May 2010) | 10
lines
Allow compilation on Mac OS X 10.4 (Tiger)
(closes issue https://issues.asterisk.org/view.php?id=17297)
Reported by: jcovert
Patches:
20100506__issue17297.diff.txt uploaded by tilghman (license 14)
(closes issue https://issues.asterisk.org/view.php?id=17302)
Reported by: jcovert
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=262153
Issue History
Date Modified Username Field Change
======================================================================
2010-05-10 11:38 svnbot Checkin
2010-05-10 11:38 svnbot Note Added: 0121665
======================================================================
More information about the asterisk-bugs
mailing list