Bug 435910 - KDevelop crashed on close [ProblemInlineNoteProvider]
Summary: KDevelop crashed on close [ProblemInlineNoteProvider]
Status: RESOLVED DUPLICATE of bug 432248
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 5.6.2
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-04-19 09:56 UTC by Andreas Nordal
Modified: 2021-04-19 13:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Nordal 2021-04-19 09:56:09 UTC
Application: kdevelop (5.6.2)

Qt Version: 5.15.2
Frameworks Version: 5.80.0
Operating System: Linux 5.11.6-1-default x86_64
Windowing System: X11
Drkonqi Version: 5.21.3
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:

I closed KDevelop (from the task manager (right-click → "Close")).

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f7d227dd2e8 in ProblemInlineNoteProvider::~ProblemInlineNoteProvider (this=<optimized out>, this=<optimized out>) at /usr/src/debug/kdevelop5-5.6.2-1.3.x86_64/plugins/problemreporter/probleminlinenoteprovider.cpp:85
#5  0x00007f7d227e3ab5 in ProblemInlineNoteProvider::~ProblemInlineNoteProvider (this=<optimized out>, this=<optimized out>) at /usr/src/debug/kdevelop5-5.6.2-1.3.x86_64/plugins/problemreporter/probleminlinenoteprovider.cpp:83
#6  qDeleteAll<QHash<KDevelop::IndexedString, ProblemInlineNoteProvider*>::const_iterator> (end=..., begin=...) at /usr/include/qt5/QtCore/qalgorithms.h:320
#7  qDeleteAll<QHash<KDevelop::IndexedString, ProblemInlineNoteProvider*> > (c=..., c=...) at /usr/include/qt5/QtCore/qalgorithms.h:328
#8  ProblemReporterPlugin::~ProblemReporterPlugin (this=<optimized out>, this=<optimized out>) at /usr/src/debug/kdevelop5-5.6.2-1.3.x86_64/plugins/problemreporter/problemreporterplugin.cpp:111
#9  0x00007f7d227e3bf9 in ProblemReporterPlugin::~ProblemReporterPlugin (this=<optimized out>, this=<optimized out>) at /usr/src/debug/kdevelop5-5.6.2-1.3.x86_64/plugins/problemreporter/problemreporterplugin.cpp:112
#10 0x00007f7d68258d35 in KDevelop::PluginController::unloadPlugin(KDevelop::IPlugin*, KDevelop::PluginController::PluginDeletion) () from /usr/lib64/libKDevPlatformShell.so.56
#11 0x00007f7d68258e12 in KDevelop::PluginController::cleanup() () from /usr/lib64/libKDevPlatformShell.so.56
#12 0x00007f7d68266781 in KDevelop::Core::cleanup() () from /usr/lib64/libKDevPlatformShell.so.56
#13 0x00007f7d68266b84 in KDevelop::Core::shutdown() () from /usr/lib64/libKDevPlatformShell.so.56
#14 0x00007f7d6824685f in KDevelop::MainWindow::~MainWindow() () from /usr/lib64/libKDevPlatformShell.so.56
#15 0x00007f7d682468c9 in KDevelop::MainWindow::~MainWindow() () from /usr/lib64/libKDevPlatformShell.so.56
#16 0x00007f7d6693b10f in QObject::event(QEvent*) () from /usr/lib64/libQt5Core.so.5
#17 0x00007f7d64abb969 in KXmlGuiWindow::event(QEvent*) () from /usr/lib64/libKF5XmlGui.so.5
#18 0x00007f7d6768d4ff in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#19 0x00007f7d6690f32a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5
#20 0x00007f7d66911d61 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/libQt5Core.so.5
#21 0x00007f7d66967233 in ?? () from /usr/lib64/libQt5Core.so.5
#22 0x00007f7d62f8af57 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#23 0x00007f7d62f8b2d8 in ?? () from /usr/lib64/libglib-2.0.so.0
#24 0x00007f7d62f8b38f in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#25 0x00007f7d669668bf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5
#26 0x00007f7d6690dceb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5
#27 0x00007f7d66915f60 in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5
#28 0x000055d28c50a6e6 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kdevelop5-5.6.2-1.3.x86_64/app/main.cpp:850
[Inferior 1 (process 13193) detached]

Possible duplicates by query: bug 435427, bug 434725, bug 434602, bug 434236, bug 434205.

Reported using DrKonqi
Comment 1 Milian Wolff 2021-04-19 13:26:26 UTC
*** This bug has been marked as a duplicate of bug 432248 ***