Summary: | Kontact crashes often, e.g. when going to Settings → Configure Kontact | ||
---|---|---|---|
Product: | [Applications] kontact | Reporter: | Thorsten Glaser <t.glaser> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | bugs.kde, chrisjohntapp, jackkyonsmith, wbauer1 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.2.3 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Thorsten Glaser
2017-03-20 11:47:21 UTC
Can confirm this. Kontact crashes every time we I go to Settings -> Configure Kontact. This was not happening before updating to Plasma 5.18. Operating System: Arch Linux KDE Plasma Version: 5.18.0 KDE Frameworks Version: 5.67.0 Qt Version: 5.14.1 Kernel Version: 5.4.19-1-lts (In reply to JKS from comment #1) > Can confirm this. Kontact crashes every time we I go to Settings -> > Configure Kontact. This was not happening before updating to Plasma 5.18. That's likely unrelated, as this bug report is nearly 2 years old... You probably experience bug#415634, which I suppose is caused by a change in KDE Frameworks 5.67.0 (kxmlgui). The originally reported crash here cannot possibly happen anymore, it was crashing in Qt5Script but the latest grantlee version doesn't even use that at all anymore a it has been ported to Qt5QML. https://github.com/steveire/grantlee/commit/49709e3cff820b76bee66759e7437b63ac1f76cb (In reply to Wolfgang Bauer from comment #2) > You probably experience bug#415634, which I suppose is caused by a change in > KDE Frameworks 5.67.0 (kxmlgui). Erm, I mean kcmutils. At least that's where the crash from bug#415634 is located. Created attachment 126370 [details]
New crash information added by DrKonqi
kontact (5.11.3) using Qt 5.13.2
- What I was doing when the application crashed:
Open Kontact, go to settings > configure kontact.
-- Backtrace (Reduced):
#6 0x00007f282cdfa62a in KCModuleProxy::realModule() const () from /lib64/libKF5KCMUtils.so.5
#7 0x00007f282cdfab9d in KCModuleProxy::buttons() const () from /lib64/libKF5KCMUtils.so.5
#8 0x00007f282cdf7ca0 in KCMultiDialogPrivate::_k_clientChanged() () from /lib64/libKF5KCMUtils.so.5
#9 0x00007f282cdf8947 in KCMultiDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () from /lib64/libKF5KCMUtils.so.5
[...]
#11 0x00007f282cac045f in KPageDialog::currentPageChanged(KPageWidgetItem*, KPageWidgetItem*) () from /lib64/libKF5WidgetsAddons.so.5
(In reply to chrisjohntapp from comment #4) > Created attachment 126370 [details] > New crash information added by DrKonqi > > kontact (5.11.3) using Qt 5.13.2 > > - What I was doing when the application crashed: > > Open Kontact, go to settings > configure kontact. > > -- Backtrace (Reduced): > #6 0x00007f282cdfa62a in KCModuleProxy::realModule() const () from > /lib64/libKF5KCMUtils.so.5 > #7 0x00007f282cdfab9d in KCModuleProxy::buttons() const () from > /lib64/libKF5KCMUtils.so.5 > #8 0x00007f282cdf7ca0 in KCMultiDialogPrivate::_k_clientChanged() () from > /lib64/libKF5KCMUtils.so.5 > #9 0x00007f282cdf8947 in KCMultiDialog::qt_static_metacall(QObject*, > QMetaObject::Call, int, void**) () from /lib64/libKF5KCMUtils.so.5 > [...] > #11 0x00007f282cac045f in KPageDialog::currentPageChanged(KPageWidgetItem*, > KPageWidgetItem*) () from /lib64/libKF5WidgetsAddons.so.5 That is bug#417396, a regression in KDE Frameworks 5.67.0 that's already fixed (to be in 5.68.0). Totally unrelated to this bug report though, which is 2 years old. |