[asterisk-commits] mmichelson: branch 1.6.0 r125134 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 25 17:25:56 CDT 2008
Author: mmichelson
Date: Wed Jun 25 17:25:56 2008
New Revision: 125134
URL: http://svn.digium.com/view/asterisk?view=rev&rev=125134
Log:
Blocked revisions 125133 via svnmerge
........
r125133 | mmichelson | 2008-06-25 17:25:20 -0500 (Wed, 25 Jun 2008) | 11 lines
Fix a bug in the rwlock tracking. ast_rwlock_unlock did not take into
account that multiple threads could hold the same rdlock at the same time.
As such, it expected that when a thread released a lock that it must have
been the last to acquire the lock as well. Erroneous error messages would
be sent to the console stating that a thread was attempting to unlock a lock
it did not own.
Now all threads are examined to be sure that the message is only printed
when it is supposed to be printed.
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list