]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
NEWS: add bug 511461 Darwin 17 (MacOS X 10.13) memcheck issues
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 22 Mar 2026 16:18:41 +0000 (17:18 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 22 Mar 2026 16:18:41 +0000 (17:18 +0100)
I think I've done about as much as I can reasonably do for this.

Will open new issues if necessary.

Remaining regtest faulures are due to:
many many many Darwin leaks
debuginfo differences
unsupported x86 opcodes
libpthread race in stack teardown (?) - fixed in macOS 10.14
Darwin has different output of v.info monitor request

NEWS

diff --git a/NEWS b/NEWS
index 64bafc1e5f0b8d42756fac2621f5006018403178..ff78f4b2b74548ce13a46872837e210cc59aec9c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 510864  Add SSE4.1 PMAXSD and PMINSD instructions support for 32-bit x86
 511329  Darwin and FreeBSD: Move setting of carry flag out of
         ML_(do_syscall_for_client_WRK)
+511461  Darwin 17 (MacOS X 10.13) memcheck issues
 511713  Refactor syscall argument handling
 511717  gdbserver (valgrind_read_memory) the 'impossible' happened:
         Killed by fatal signal (SIGSEGV)