https://bugs.kde.org/show_bug.cgi?id=363269
--- Comment #6 from Maciej Cencora <m.cenc...@gmail.com> --- The backtrace (generated by libc) is in the first comment. Now that I wanted to get the backtrace in gdb, I get crashes in other (unrelated) places. This is caused by heap corruption, that is detected usually in next free() or realloc() call that can happen in completely different code then the one that caused the memory corruption. I've recompiled kdevelop with address sanitizer, and now I get reliable bactraces (attached). Following added assertion in "cmListFileLexerSetToken" fails: assert(strlen(text) == length) -- You are receiving this mail because: You are watching all bug changes.