|
From: <sv...@va...> - 2011-10-13 18:57:10
|
Author: bart Date: 2011-10-13 19:52:25 +0100 (Thu, 13 Oct 2011) New Revision: 12150 Log: Add 3.7.0 drd items to NEWS Modified: trunk/NEWS Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2011-10-13 18:51:47 UTC (rev 12149) +++ trunk/NEWS 2011-10-13 18:52:25 UTC (rev 12150) @@ -35,6 +35,11 @@ where one thread accesses heap memory but another one frees it, without any coordinating synchronisation event +- DRD: enabled XML output; added support for delayed thread deletion in order + to detect races that occur close to the end of a thread (--join-list-vol); + fixed a memory leak triggered by repeated client memory allocatation and + deallocation; improved Darwin support. + * IBM z/Architecture (s390x) running Linux Valgrind can analyse 64-bit programs running on z/Architecture. Most user space instructions up to and including z10 are supported. |