https://bugs.kde.org/show_bug.cgi?id=385127
--- Comment #6 from Josef Weidendorfer <josef.weidendor...@gmx.de> --- BTW, the bug was due to going to std::sort instead of Qt's qSort in a few places. std::sort is more strict and requires strict ordering from the compare function. Otherwise, out-of-bound accesses could happen. I fixed this for just one case, but missed a few others... The issue with objdump using a wrong address (?) seems to be unrelated. If this still happens, can you open another bug report? -- You are receiving this mail because: You are watching all bug changes.