https://bugs.kde.org/show_bug.cgi?id=409386
Bug ID: 409386 Summary: KDevelop crashes when starting debugging Product: kdevelop Version: git master Platform: Gentoo Packages OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: CPP Debugger Assignee: kdevelop-bugs-n...@kde.org Reporter: eugene.shalygin+bugzilla....@gmail.com CC: niko.s...@gmail.com Target Milestone: --- SUMMARY Also crashes when trying to remove all breakpoints Thread 1 "kdevelop" received signal SIGSEGV, Segmentation fault. x00007ffff66bb113 in QHashData::nextNode(QHashData::Node*) () from /usr/lib64/libQt5Core.so.5 (gdb) bt #0 0x00007ffff66bb113 in QHashData::nextNode(QHashData::Node*) () from /usr/lib64/libQt5Core.so.5 #1 0x00007ffff5145a3a in KDevelop::BreakpointModel::updateMarks() () from /usr/lib64/libKDevPlatformDebugger.so.54 #2 0x00007ffff5145d9c in KDevelop::BreakpointModel::removeRows(int, int, QModelIndex const&) () from /usr/lib64/libKDevPlatformDebugger.so.54 #3 0x00007ffff51428e2 in KDevelop::BreakpointWidget::slotRemoveAllBreakpoints() () from /usr/lib64/libKDevPlatformDebugger.so.54 #4 0x00007ffff6564395 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #5 0x00007ffff753c932 in QAction::triggered(bool) () from /usr/lib64/libQt5Widgets.so.5 #6 0x00007ffff75466cc in QAction::activate(QAction::ActionEvent) () from /usr/lib64/libQt5Widgets.so.5 #7 0x00007ffff73c9a0a in QMenuPrivate::activateCausedStack(QVector<QPointer<QWidget> > const&, QAction*, QAction::ActionEvent, bool) () from /usr/lib64/libQt5Widgets.so.5 #8 0x00007ffff73cecc2 in QMenuPrivate::activateAction(QAction*, QAction::ActionEvent, bool) () from /usr/lib64/libQt5Widgets.so.5 #9 0x00007ffff750b36d in QWidget::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #10 0x00007ffff73c7d3b in QMenu::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #11 0x00007ffff75373c2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #12 0x00007ffff7539b68 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #13 0x00007ffff6586050 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #14 0x00007ffff7537635 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /usr/lib64/libQt5Widgets.so.5 #15 0x00007ffff74ee0f0 in QWidgetWindow::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #16 0x00007ffff75373c2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #17 0x00007ffff75399f8 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #18 0x00007ffff6586050 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #19 0x00007ffff6adad8b in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib64/libQt5Gui.so.5 #20 0x00007ffff6e39f93 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib64/libQt5Gui.so.5 #21 0x00007ffff6e44c9a in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Gui.so.5 SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: git master KDE Frameworks Version: git master Qt Version: 5.12.4 How can I remove all the breakpoints without using KDevelop (i.e. what file shall I delete)? -- You are receiving this mail because: You are watching all bug changes.