| Summary: | Darwin 17 (MacOS X 10.13) memcheck issues | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Paul Floyd <pjfloyd> |
| Component: | memcheck | Assignee: | Paul Floyd <pjfloyd> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.26 GIT | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=383811 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Paul Floyd
2025-11-01 12:26:56 UTC
I'm seeing some flaky tests threadname leak-cases-possible leak-delta leak-tree nanoleak2 Otherwise, tests consistently failing are now down to 25. libc leaks ======= memcheck/tests/accounting (stderr) memcheck/tests/big_blocks_freed_list (stderr) memcheck/tests/leak-cases-exit-on-definite (stderr) memcheck/tests/lks (stderr) extra LEAK SUMMARY (all zero???) ============================ memcheck/tests/leak-autofreepool-2 (stderr) memcheck/tests/leak-autofreepool-6 (stderr) leak category =========== memcheck/tests/leak-cases-full (stderr) memcheck/tests/leak-cases-summary (stderr) memcheck/tests/leak_cpp_interior (stderr) several diffs then SIGBUS ===================== memcheck/tests/descr_belowsp (stderr) debuginfo diffs (including inlining) ============================ memcheck/tests/dw4 (stderr) memcheck/tests/inlinfo (stderr) memcheck/tests/inlinfosupp (stderr) memcheck/tests/inlinfosuppobj (stderr) memcheck/tests/origin5-bz2 (stderr) memcheck/tests/supponlyobj (stderr) memcheck/tests/varinfo2 (stderr) memcheck/tests/varinfo3 (stderr) memcheck/tests/varinfo5 (stderr) memcheck/tests/varinfo6 (stderr) missing stack =========== memcheck/tests/gone_abrt_xml (stderr) failed to interrupt =============== memcheck/tests/post-syscall (stderr) failed redir in exe ============== memcheck/tests/static_malloc (stderr) memcheck/tests/wrapmalloc (stdout) memcheck/tests/wrapmallocstatic (stdout) EXEC FAILED ========== memcheck/tests/execve2 (stderr) memcheck/tests/thread_alloca (stderr) The ones that I consider important are the exec failures, SIGBUS in descr_belowsp (does that mean that the stack info in Valgrind is wrong?), and the missing interrupt in post-syscall. memcheck/tests/leak-autofreepool-2 and 6 don't really have all zero leak summaries. ==18683== suppressed: 17,749 bytes in 151 blocks gets filtered to be zero for other tests, but it is still there. And the execve failure in thread_alloca is with errno 2 no such file or directory. execve2 fixed, will create another item for thread_alloca |