https://bugs.kde.org/show_bug.cgi?id=352021
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Paul Floyd <[email protected]> --- This now works on macOS 10.14. Valgrind wasn't handling signal masks properly. Code from Louis Brunner fixed that (Greg Parker left comments saying what needed to be done). Running the "sleep 60" test. ==11841== Memcheck, a memory error detector ==11841== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. ==11841== Using Valgrind-3.27.0.GIT and LibVEX; rerun with -h for copyright info ==11841== Command: sleep 60 ==11841== ^C==11841== ==11841== Process terminating with default action of signal 2 (SIGINT) ==11841== at 0x1004F3F32: __semwait_signal (in /usr/lib/system/libsystem_kernel.dylib) ==11841== by 0x100000E72: _mh_execute_header (in /bin/sleep) ==11841== by 0x1002633D4: start (in /usr/lib/system/libdyld.dylib) ==11841== by 0x1: ??? ==11841== by 0x1048CFCFB: ??? ==11841== by 0x1048CFD01: ??? ==11841== ==11841== HEAP SUMMARY: ==11841== in use at exit: 18,514 bytes in 153 blocks ==11841== total heap usage: 174 allocs, 21 frees, 26,962 bytes allocated ==11841== ==11841== LEAK SUMMARY: ==11841== definitely lost: 0 bytes in 0 blocks ==11841== indirectly lost: 0 bytes in 0 blocks ==11841== possibly lost: 0 bytes in 0 blocks ==11841== still reachable: 0 bytes in 0 blocks ==11841== suppressed: 18,514 bytes in 153 blocks ==11841== ==11841== For lists of detected and suppressed errors, rerun with: -s ==11841== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 398 from 10) -- You are receiving this mail because: You are watching all bug changes.
