[asterisk-bugs] [Asterisk 0014930]: [patch] Detect pthread_rwlock_timedwrlock() before usage
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Apr 19 11:22:45 CDT 2009
The issue 0014933 has been set as DUPLICATE OF the following issue.
======================================================================
http://bugs.digium.com/view.php?id=14930
======================================================================
Reported By: tilghman
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 14930
Category: Core/ManagerInterface
Reproducibility: N/A
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 189137
Request Review:
======================================================================
Date Submitted: 2009-04-18 09:11 CDT
Last Modified: 2009-04-19 11:22 CDT
======================================================================
Summary: [patch] Detect pthread_rwlock_timedwrlock() before
usage
Description:
On Saturday 18 April 2009 05:48:40 Michiel van Baak wrote:
> Tilghman recently committed a fix for bug 14705.
> This patch uses pthread_rwlock_timed[(wr)|(rd)]lock
>
> Those functions are not available on OpenBSD.
> Now we have no version of asterisk that compiles anymore.
>
> Any idea how to fix this other then reverting this one revision (which
> makes asterisk compile fine again on OpenBSD)
Possibly. We could do a detection for this function in autoconf and
implement
a poor man's busy-loop using pthread_rwlock_trywrlock, assuming you have
that
function.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0014933 SVN Trunk fails to link on Mac OS X
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-04-19 11:22 tilghman Relationship added has duplicate 0014933
======================================================================
More information about the asterisk-bugs
mailing list