https://bugs.kde.org/show_bug.cgi?id=393335
Thomas Fischer <fisc...@unix-ag.uni-kl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |WAITINGFORINFO Status|RESOLVED |VERIFIED --- Comment #5 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- I still have problems to reproduce this problem, but thanks to your detailed backtrace I now have an idea what may caused the problem. In EntryConfiguredWidget::~EntryConfiguredWidget (src/gui/element/elementwidgets.cpp) the code deletes Qt Widgets that should/will be automatically deleted by the QObject hierarchy. This double delete may be the cause of the crash. Try to remove the for-loop in the constructor but keep delete[] listOfLabeledFieldInput; Deletion of gridLayout may be removed without harm, too. Keep me updated if that fixes the crash. If it works, I'll commit a fix. -- You are receiving this mail because: You are watching all bug changes.