[asterisk-bugs] [Asterisk 0013400]: [patch] POSIX thread operations errors
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Oct 1 09:39:53 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-10-01 09:39 CDT
======================================================================
Summary: [patch] 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.
======================================================================
----------------------------------------------------------------------
(0093014) Corydon76 (administrator) - 2008-10-01 09:39
http://bugs.digium.com/view.php?id=13400#c93014
----------------------------------------------------------------------
The POSIX standard says no such thing about the use of the thread ID for
use with pthread_cancel or pthread_kill, only for the use of pthread_join.
See
http://opengroup.org/onlinepubs/007908799/xsh/pthread_attr_setdetachstate.html
If you can find a source for your assertions within the opengroup.org
website, I'd be happy to see it.
Issue History
Date Modified Username Field Change
======================================================================
2008-10-01 09:39 Corydon76 Note Added: 0093014
======================================================================
More information about the asterisk-bugs
mailing list