https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #17 from Igor Kushnir <igor...@gmail.com> --- (In reply to ulterno from comment #16) > QMenu(0x5eed0f858a50) Still exists --1 > GitJob::GitJob(const QDir&, KDevelop::IPlugin*, > KDevelop::OutputJob::OutputJobVerbosity) > KCrash: Application 'kdevelop' crashing... crashRecursionCounter = 2 > zsh: segmentation fault (core dumped) ./bin/kdevelop I think a segfault now occurs at the line `qDebug() << menu << " stashes hashed";`. You cannot dereference (debug-printing does that) a dangling menu pointer without checking the menuGuard for null first. -- You are receiving this mail because: You are watching all bug changes.