Summary: | Crash when trying to uninstall an item (after reopening the dialog) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-knewstuff | Reporter: | Friedrich W. H. Kossebau <kossebau> |
Component: | general | Assignee: | Dan Leinir Turthra Jensen <admin> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | alexander.lohnau, kdelibs-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.76.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Friedrich W. H. Kossebau
2020-11-26 09:16:07 UTC
Created attachment 133662 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
First reported and reproduced today with Konversation for the nick icon GHNS feature upcoming with RS 20.12, when using KF 5.76. Then reproduced in KDevelop, Konversation and other places also for today's master of KNewStuff. Seems a regression in KF 5.76, as I cannot remember to have hit this when I developed and tested a lot the support in Konversation. Alex, any chance some of your commits during 5.76 development to KNewStuff might be the culprit here? >Alex, any chance some of your commits during 5.76 development to KNewStuff might be the culprit here? It might be, because the timer logic got refactored, there is a separate bug about this. This part of the stacktrace is relevant. >#9 0x00007f5de9fea28b in QObject::killTimer(int) (this=this@entry=0x64ff4b0, id=7274604) at kernel/qobject.cpp:1795 >#10 0x00007f5de9ff4c99 in QTimer::stop() (this=this@entry=0x64ff4b0) at >kernel/qtimer.cpp:243 >#11 0x00007f5de9ff4d0f in QTimer::start() (this=0x64ff4b0) at >kernel/qtimer.cpp:211 >#12 0x00007f5de90ecfec in >KNSCore::Cache::registerChangedEntry(KNSCore::EntryInternal const&) >(this=0x6582170, entry=...) at /home/koder/Kode/kdegit/kf5/frameworks/knewstuff/src/core/cache.cpp:294 Also it is known that it can cause issues when the dialog gets opened, but closed before being done with the initializing and then reopened. (Just the QWidgets one). *** This bug has been marked as a duplicate of bug 429442 *** |