https://bugs.kde.org/show_bug.cgi?id=429424
Oliver Kellogg <okell...@users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |LATER Status|REPORTED |NEEDSINFO --- Comment #3 from Oliver Kellogg <okell...@users.sourceforge.net> --- I tried again with valgrind-3.17.0 on Tumbleweed 20211012 and the messages are different: > valgrind ./umbrello/umbrello5 == Memcheck, a memory error detector == Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. == Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info == Command: ./umbrello/umbrello5 == -- WARNING: unhandled amd64-linux syscall: 435 -- You may be able to write your own handler. -- Read the file README_MISSING_SYSCALL_OR_IOCTL. -- Nevertheless we consider this a bug. Please report -- it at http://valgrind.org/support/bug_reports.html. -- WARNING: unhandled amd64-linux syscall: 435 -- You may be able to write your own handler. -- Read the file README_MISSING_SYSCALL_OR_IOCTL. -- Nevertheless we consider this a bug. Please report -- it at http://valgrind.org/support/bug_reports.html. KCrash: Application 'umbrello5' crashing... KCrash: Attempting to start /usr/lib64/libexec/drkonqi [1]+ Stopped valgrind ./umbrello/umbrello5 okellogg@hyrix:~/tools/umbrello/build> QSocketNotifier: Invalid socket 8 and type 'Read', disabling... Unable to start Dr. Konqi Re-raising signal for core dump handling. == == Process terminating with default action of signal 11 (SIGSEGV): dumping core == at 0xAB5487C: __pthread_kill_implementation (pthread_kill.c:44) == by 0xAB076F5: raise (raise.c:26) == by 0x5AE8D65: KCrash::defaultCrashHandler(int) (kcrash.cpp:620) == by 0xAB0779F: ??? (in /usr/lib64/libc.so.6) == by 0x14664C40: ??? (in /memfd:sljit (deleted)) == by 0xDF02F87: ??? == == Process terminating with default action of signal 11 (SIGSEGV) == General Protection Fault == at 0xAB57D12: __pthread_once_slow (pthread_once.c:115) == by 0xAC13D92: __rpc_thread_variables (rpc_thread.c:59) == by 0xAC662EC: free_mem (in /usr/lib64/libc.so.6) == by 0xAC65E21: __libc_freeres (in /usr/lib64/libc.so.6) == by 0x483713E: _vgnU_freeres (vg_preloaded.c:74) == by 0x3D719799812DEA10: ??? == == HEAP SUMMARY: == in use at exit: 3,425,246 bytes in 59,116 blocks == total heap usage: 249,860 allocs, 190,744 frees, 105,118,313 bytes allocated == == LEAK SUMMARY: == definitely lost: 4,920 bytes in 21 blocks == indirectly lost: 1,053 bytes in 38 blocks == possibly lost: 2,368 bytes in 12 blocks == still reachable: 3,414,889 bytes in 59,024 blocks == of which reachable via heuristic: == newarray : 216 bytes in 7 blocks == suppressed: 0 bytes in 0 blocks == Rerun with --leak-check=full to see details of leaked memory == == For lists of detected and suppressed errors, rerun with: -s == ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) [1]+ Segmentation fault (core dumped) valgrind ./umbrello/umbrello5 I have not yet been able to create a stripped down reproducer. -- You are receiving this mail because: You are watching all bug changes.