https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #9 from ulte...@gmail.com --- Guess I should have picked this out when reading the journal, but got it finally. This happens right after I clicked the menu button: kdevplatform.shell: populateContextMenu() called while we still handled another menu. KCrash: Application 'kdevelop' crashing... crashRecursionCounter = 2 My guesses are: 1. Either the Keyboard button press event or the 'request context menu' event has been passed on to the parent widget, causing 2x context menu 2. For some reason, the context menu is requested twice, when using the keyboard menu key I am unable to use the debugger for this case, because that causes a break at: kpluginfactory.h: function: template<typename T> inline T *KPluginFactory::create(QObject *parent, const QVariantList &args) Leading to "Unable to continue debugged process", which should probably be another bug. -- You are receiving this mail because: You are watching all bug changes.