[asterisk-bugs] [Asterisk 0013400]: POSIX thread operations errors
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Aug 30 00:28:36 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13400
======================================================================
Reported By: Matti
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13400
Category: Channels/chan_h323
Reproducibility: unable to reproduce
Severity: crash
Priority: normal
Status: feedback
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-08-29 09:50 CDT
Last Modified: 2008-08-30 00:28 CDT
======================================================================
Summary: POSIX thread operations errors
Description:
POSIX thread functions pthread_cancel, pthread_kill and pthread_join are
called with thread IDs belonging to monitor threads that (may) have ended.
======================================================================
----------------------------------------------------------------------
(0091932) Matti (reporter) - 2008-08-30 00:28
http://bugs.digium.com/view.php?id=13400#c91932
----------------------------------------------------------------------
A hardware or compiler failure could make do_monitor function thread end
prematurely. Detachment and pthread_cancel allow the dynamic memory
associated with the thread ID to be freed, after which the POSIX thread
functions pthread_kill and pthread_join calls with the thread ID in
function restart_monitor are errors.
Issue History
Date Modified Username Field Change
======================================================================
2008-08-30 00:28 Matti Note Added: 0091932
======================================================================
More information about the asterisk-bugs
mailing list