|
From: <sv...@va...> - 2014-07-29 20:19:12
|
Author: philippe
Date: Tue Jul 29 20:19:04 2014
New Revision: 14205
Log:
Announce now in NEWS that now all locks are announced.
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Jul 29 20:19:04 2014
@@ -20,6 +20,8 @@
* Helgrind:
- Race condition error message with allocated blocks also show
the thread nr that allocated the racy block.
+ - All locks referenced by an error message are now announced.
+ Previously, some error messages were just showing the lock addresses.
- The message indicating where a lock was first observed now also
describes the address/location of the lock.
- Helgrind now understands the Ada task termination rules
|