| Summary: | Crash in KDevelop::TypeSystem::ensureFactoryLoaded | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Francis Herne <mail> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.5.80 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=448166 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Francis Herne
2020-08-30 14:46:46 UTC
Oops, I somehow managed to paste the first non-obviously-irrelevant thread of the backtrace twice...
Meant to include
#1 0x00007f65e34f2819 in () at /usr/lib/libxcb.so.1
#2 0x00007f65e34f408f in () at /usr/lib/libxcb.so.1
#3 0x00007f65e34f41a2 in xcb_wait_for_reply () at /usr/lib/libxcb.so.1
#4 0x00007f65d3803d2e in () at /usr/lib/libQt5XcbQpa.so.5
#5 0x00007f65d3803e5c in () at /usr/lib/libQt5XcbQpa.so.5
#6 0x00007f65e4ecccea in QCursor::pos(QScreen const*) () at /usr/lib/libQt5Gui.so.5
#7 0x00007f65e56c21d8 in QApplicationPrivate::sendSyntheticEnterLeave(QWidget*) () at /usr/lib/libQt5Widgets.so.5
#8 0x00007f65e56fc7ec in QWidgetPrivate::setVisible(bool) () at /usr/lib/libQt5Widgets.so.5
#9 0x00007f65e57dad11 in () at /usr/lib/libQt5Widgets.so.5
#10 0x00007f65e57dbb93 in QDockWidget::setFloating(bool) () at /usr/lib/libQt5Widgets.so.5
#11 0x00007f65e57e9546 in () at /usr/lib/libQt5Widgets.so.5
#12 0x00007f65e57e9770 in () at /usr/lib/libQt5Widgets.so.5
#13 0x00007f65e58175dd in () at /usr/lib/libQt5Widgets.so.5
#14 0x00007f65e5817a64 in () at /usr/lib/libQt5Widgets.so.5
#15 0x00007f65e580e980 in QMainWindow::restoreState(QByteArray const&, int) () at /usr/lib/libQt5Widgets.so.5
#16 0x00007f65e62cb64c in KMainWindow::applyMainWindowSettings(KConfigGroup const&) () at /usr/lib/libKF5XmlGui.so.5
#17 0x00007f65e62fc208 in KXmlGuiWindow::applyMainWindowSettings(KConfigGroup const&) () at /usr/lib/libKF5XmlGui.so.5
#18 0x00007f65e85d797c in KDevelop::MainWindow::applyMainWindowSettings(KConfigGroup const&) (this=0x5589140c67c0, config=...) at /home/flh/projects/kdevelop/kdevplatform/shell/mainwindow.cpp:92
#19 0x00007f65e62fc1c4 in KXmlGuiWindow::finalizeGUI(bool) () at /usr/lib/libKF5XmlGui.so.5
#20 0x00007f65e62efdaf in KXMLGUIFactory::addClient(KXMLGUIClient*) () at /usr/lib/libKF5XmlGui.so.5
#21 0x00007f65e85e13c7 in KDevelop::MainWindowPrivate::addPlugin(KDevelop::IPlugin*) (this=0x55891417f8d0, plugin=0x558918506950) at /home/flh/projects/kdevelop/kdevplatform/shell/mainwindow_p.cpp:94
#22 0x00007f65e85e07b0 in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<KDevelop::IPlugin*>, void, void (KDevelop::MainWindowPrivate::*)(KDevelop::IPlugin*)>::call(void (KDevelop::MainWindowPrivate::*)(KDevelop::IPlugin*), KDevelop::MainWindowPrivate*, void**) (f=(void (KDevelop::MainWindowPrivate::*)(KDevelop::MainWindowPrivate * const, KDevelop::IPlugin *)) 0x7f65e85e11c0 <KDevelop::MainWindowPrivate::addPlugin(KDevelop::IPlugin*)>, o=0x55891417f8d0, arg=0x7fff685cf7d0) at /usr/include/qt/QtCore/qobjectdefs_impl.h:152
#23 0x00007f65e85dfd72 in QtPrivate::FunctionPointer<void (KDevelop::MainWindowPrivate::*)(KDevelop::IPlugin*)>::call<QtPrivate::List<KDevelop::IPlugin*>, void>(void (KDevelop::MainWindowPrivate::*)(KDevelop::IPlugin*), KDevelop::MainWindowPrivate*, void**) (f=(void (KDevelop::MainWindowPrivate::*)(KDevelop::MainWindowPrivate * const, KDevelop::IPlugin *)) 0x7f65e85e11c0 <KDevelop::MainWindowPrivate::addPlugin(KDevelop::IPlugin*)>, o=0x55891417f8d0, arg=0x7fff685cf7d0) at /usr/include/qt/QtCore/qobjectdefs_impl.h:185
#24 0x00007f65e85deedc in QtPrivate::QSlotObject<void (KDevelop::MainWindowPrivate::*)(KDevelop::IPlugin*), QtPrivate::List<KDevelop::IPlugin*>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x5589146214f0, r=0x55891417f8d0, a=0x7fff685cf7d0, ret=0x0) at /usr/include/qt/QtCore/qobjectdefs_impl.h:418
#25 0x00007f65e4876a06 in () at /usr/lib/libQt5Core.so.5
#26 0x00007f65e716369e in KDevelop::IPluginController::pluginLoaded(KDevelop::IPlugin*) (this=0x55891426a1b0, _t1=0x558918506950) at kdevplatform/interfaces/KDevPlatformInterfaces_autogen/EWIEGA46WW/moc_iplugincontroller.cpp:199
#27 0x00007f65e85edb78 in KDevelop::PluginController::loadPluginInternal(QString const&) (this=0x55891426a1b0, pluginId=...) at /home/flh/projects/kdevelop/kdevplatform/shell/plugincontroller.cpp:629
#28 0x00007f65e85ee648 in operator()(KPluginMetaData const&) const (__closure=0x7fff685cf9b0, info=...) at /home/flh/projects/kdevelop/kdevplatform/shell/plugincontroller.cpp:727
#29 0x00007f65e85f03fa in KDevelop::PluginControllerPrivate::foreachEnabledPlugin<KDevelop::PluginController::allPluginsForExtension(const QString&, const QVariantMap&)::<lambda(const KPluginMetaData&)> >(struct {...}, const QString &, const QVariantMap &, const QString &) const (this=0x5589142e8bb0, func=..., extension=..., constraints=..., pluginName=...) at /home/flh/projects/kdevelop/kdevplatform/shell/plugincontroller.cpp:237
#30 0x00007f65e85ee74f in KDevelop::PluginController::allPluginsForExtension(QString const&, QMap<QString, QVariant> const&) (this=0x55891426a1b0, extension=..., constraints=...) at /home/flh/projects/kdevelop/kdevplatform/shell/plugincontroller.cpp:722
#31 0x00007f65e8648e84 in KDevelop::LanguageController::languagesForMimetype(QString const&) (this=0x558914595b10, mimetype=...) at /home/flh/projects/kdevelop/kdevplatform/shell/languagecontroller.cpp:337
#32 0x00007f65e8648c67 in KDevelop::LanguageController::languagesForUrl(QUrl const&) (this=0x558914595b10, url=...) at /home/flh/projects/kdevelop/kdevplatform/shell/languagecontroller.cpp:319
#33 0x00007f65e73ef9ce in KDevelop::BackgroundParserPrivate::createParseJob(KDevelop::IndexedString const&, DocumentParsePlan const&) (this=0x5589145924c0, url=..., parsePlan=...) at /home/flh/projects/kdevelop/kdevplatform/language/backgroundparser/backgroundparser.cpp:360
#34 0x00007f65e73ef3e9 in KDevelop::BackgroundParserPrivate::parseDocumentsInternal() (this=0x5589145924c0) at /home/flh/projects/kdevelop/kdevplatform/language/backgroundparser/backgroundparser.cpp:308
#35 0x00007f65e73ebddb in KDevelop::BackgroundParser::parseDocuments() (this=0x558914595a90) at /home/flh/projects/kdevelop/kdevplatform/language/backgroundparser/backgroundparser.cpp:680
#36 0x00007f65e73c3c63 in KDevelop::BackgroundParser::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=0x558914595a90, _c=QMetaObject::InvokeMetaMethod, _id=19, _a=0x7f64a00081f8) at kdevplatform/language/KDevPlatformLanguage_autogen/7BZAXZBZPZ/moc_backgroundparser.cpp:249
#37 0x00007f65e486c1b2 in QObject::event(QEvent*) () at /usr/lib/libQt5Core.so.5
#38 0x00007f65e56bb702 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
#39 0x00007f65e483f79a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5
#40 0x00007f65e4842283 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#41 0x00007f65e4898cd4 in () at /usr/lib/libQt5Core.so.5
#42 0x00007f65e271d43c in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0
#43 0x00007f65e276b1d9 in () at /usr/lib/libglib-2.0.so.0
#44 0x00007f65e271c221 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#45 0x00007f65e4898311 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#46 0x00007f65e483e11c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#47 0x00007f65e48465a4 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5
#48 0x00005589134e781f in main(int, char**) (argc=3, argv=0x7fff685d0868) at /home/flh/projects/kdevelop/app/main.cpp:850
[Inferior 1 (process 724875) detached]
|