]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 509406 - FreeBSD 15 issues
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 4 Oct 2025 18:46:58 +0000 (18:46 +0000)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 4 Oct 2025 18:46:58 +0000 (18:46 +0000)
This is the last of a series of fixes and bodges.

I now get the following results.

On arm64
== 793 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/thread_alloca             (stderr)

(which is not a new failure) and

== 947 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/nlvgdbsigqueue           (stderr)
gdbserver_tests/nlvgdbsigqueue           (stdoutB)

(again a test that fails regularly)

NEWS
memcheck/tests/freebsd/pdfork_pdkill.supp

diff --git a/NEWS b/NEWS
index eebbf4fabdba3bd51b1d7e3d131a48d9b18461d3..b1b27e815b7d04ab3fed5016dea3c84783a59ff0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -70,7 +70,7 @@ There is a workaround. Run the following command (as root).
   "UnsafeZeroSize".
 
   Checks for C23 free_sized and free_aligned_sized have been added to
-  Linux. Almost no libraries support these functions yes, with
+  Linux. Almost no libraries support these functions yet, with
   the exception being Google tcmalloc.
 
 * ==================== FIXED BUGS ====================
@@ -156,6 +156,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 509107  memcheck/tests/duplicate_align_size_errors.cpp fails
 509139  Update BadSize error messages
 509258  FreeBSD: add jail_attach_jd and jail_remove_jd syscall wrappers
+509406  FreeBSD 15 issues
 509517  s390x: Even/odd lane confusion in various vector insns
 509566  Wrap amd64-linux syscall: 442 (mount_setattr)
 509572  s390x: Overhaul BFP testsuite
index cd3ad7479862e9165a58b096303d69fb3c154b89..47a836de9211e91b56e794fb99838f6b1d3ce3d7 100644 (file)
@@ -7,7 +7,7 @@
 {
    arm64 suppression 2
    Memcheck:Cond
-   fun:__sys_pdfork
+   fun:_*pdfork
 }