https://bugs.kde.org/show_bug.cgi?id=446429
--- Comment #4 from Tom Hughes <[email protected]> --- Well you've got an invalid write reported there so the first thing you should do is fix that - once an invalid write has happened the state of your program is undefined because something somewhere was been overwritten with something unintended. There's also an indication of something odd happening to your stack pointer - are you using some sort of user space threading to context switch? or creating very large arrays on the stack? Does adding the switch it suggested help? -- You are receiving this mail because: You are watching all bug changes.
