https://bugs.kde.org/show_bug.cgi?id=453120
--- Comment #3 from Milian Wolff <m...@milianw.de> --- if you have problems with uninit memory then you are in UB land and everything can happen. So by definition the answer to your question is: yes. We don't do any specific ASLR related stuff though. You can try to run `heaptrack -d` which will then drop into a GDB shell after setting up heaptrack for your application. That way you can get a full backtrace when the crash occurs, if it points at heaptrack I'm interested, otherwise this sounds unrelated to what heaptrack itself is doing. -- You are receiving this mail because: You are watching all bug changes.