https://bugs.kde.org/show_bug.cgi?id=417603
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> --- >My current guess is that somewhere in QML pointer to object deleted from C++ >code remains and is used at some point, leading to crash. That would be a very good guess. If you have a situation like this valgrind is your friend. It'll give you a stack trace of where the item used was first deleted. -- You are receiving this mail because: You are watching all bug changes.