[asterisk-bugs] [Asterisk 0012038]: Asterisk crash when Paging
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Feb 27 10:18:20 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12038
======================================================================
Reported By: jvandal
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12038
Category: PBX/General
Reproducibility: always
Severity: major
Priority: normal
Status: ready for testing
Asterisk Version: 1.4.18
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-20-2008 13:14 CST
Last Modified: 02-27-2008 10:18 CST
======================================================================
Summary: Asterisk crash when Paging
Description:
We using latest Asterisk SVN 1.4 branches and when paging we got coredump.
======================================================================
----------------------------------------------------------------------
putnopvut - 02-27-08 10:18
----------------------------------------------------------------------
One interesting piece of information in the latest backtrace which was not
present in the first is that the ast_channel structure on which the lock is
attempted is NULL. This would point to a different race condition, one
where the channel is hung up but we still think the channel is running an
application. There's a really simple solution to this problem, check to see
if the channel is NULL before attempting to lock it. The problem is that
I'm not sure yet if this is a symptom of a deeper problem or not. I will
look more closely and try to get a patch uploaded as soon as I can.
Issue History
Date Modified Username Field Change
======================================================================
02-27-08 10:18 putnopvut Note Added: 0083037
======================================================================
More information about the asterisk-bugs
mailing list