[Heaptrack] [Bug 378765] New: Invoke glibc cleanup when present (__libc_freeres)

2017-04-14 Thread Maksim Golov
https://bugs.kde.org/show_bug.cgi?id=378765 Bug ID: 378765 Summary: Invoke glibc cleanup when present (__libc_freeres) Product: Heaptrack Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED

[Heaptrack] [Bug 378494] Debugee terminates on any signal

2017-04-07 Thread Maksim Golov
https://bugs.kde.org/show_bug.cgi?id=378494 --- Comment #8 from Maksim Golov --- Confirm that it works for my case. One thing to note, the proposed patch introduces a dependency on pthreads, which is probably quite safe in practice, and I'd expect CMake can probe for pthreads being availab

[Heaptrack] [Bug 378494] Debugee terminates on any signal

2017-04-07 Thread Maksim Golov
https://bugs.kde.org/show_bug.cgi?id=378494 --- Comment #5 from Maksim Golov --- What the code in the reproduce does is to ensure that all signals are handled by a single dedicated thread only, and all other threads have them disabled. This ensures that the signals are handled in well-defined

[Heaptrack] [Bug 378494] Debugee terminates on any signal

2017-04-07 Thread Maksim Golov
https://bugs.kde.org/show_bug.cgi?id=378494 --- Comment #4 from Maksim Golov --- I was not aware of timer thread, must have missed it in my reading of heaptrack code. Likely it has the signals enabled and gets to handle the signal instead of the signal thread. Not sure how this can be addressed

[Heaptrack] [Bug 378494] New: Debugee terminates on any signal

2017-04-06 Thread Maksim Golov
https://bugs.kde.org/show_bug.cgi?id=378494 Bug ID: 378494 Summary: Debugee terminates on any signal Product: Heaptrack Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal