https://bugs.kde.org/show_bug.cgi?id=445032
--- Comment #5 from Paul Floyd <pjfl...@wanadoo.fr> --- paulf@freebsd:~/scratch/sigreturn $ clang -o pthread_sigreturn_clang -pthread sigreturn.c paulf@freebsd:~/scratch/sigreturn $ valgrind ./pthread_sigreturn_clang ==1910== Memcheck, a memory error detector ==1910== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1910== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info ==1910== Command: ./pthread_sigreturn_clang ==1910== ==1910== ==1910== HEAP SUMMARY: ==1910== in use at exit: 728 bytes in 2 blocks ==1910== total heap usage: 2 allocs, 0 frees, 728 bytes allocated ==1910== ==1910== LEAK SUMMARY: ==1910== definitely lost: 0 bytes in 0 blocks ==1910== indirectly lost: 0 bytes in 0 blocks ==1910== possibly lost: 0 bytes in 0 blocks ==1910== still reachable: 728 bytes in 2 blocks ==1910== suppressed: 0 bytes in 0 blocks ==1910== Rerun with --leak-check=full to see details of leaked memory ==1910== ==1910== For lists of detected and suppressed errors, rerun with: -s ==1910== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) Time to build myself an i386 kernel -- You are receiving this mail because: You are watching all bug changes.