From: Paul F. <pa...@so...> - 2025-04-18 17:32:59
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=e2aa12c84e662cbe1966c61408323f1a4d589f6e commit e2aa12c84e662cbe1966c61408323f1a4d589f6e Author: Paul Floyd <pj...@wa...> Date: Fri Apr 18 19:32:05 2025 +0200 Add 3.25 highlights to NEWS for FreeBSD. Diff: --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index b6b822202d..e5be7f53a9 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,12 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * Numerous bug fixes for Illumos, in particular fixed a Valgrind crash whenever a signal handler was called. +* On FreeBSD, a change to the libc code that runs atexit handlers was + causing Helgrind to produce an extra error about exiting threads + still holding locks for. This applied to every multithreaded application. + The extra error is now filtered out. A syscall wrapper had been added + for getrlimitusage. + * ==================== TOOL CHANGES =================== * The --track-fds=yes and --track-fds=all options now treat all |