Summary: | Kmail crash when trying to write recipent address in the new mail window | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Sławek <slawek> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | akselmo, kde, kde, kitt997, kloecker |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Sławek
2022-09-18 17:29:23 UTC
I just found out that problem is fixed when I downgraded libs: gpgme-1.17.0-4.fc36.x86_64 to gpgme-1.15.1-6.fc36.x86_64 gpgme-devel-1.17.0-4.fc36.x86_64 to gpgme-devel-1.15.1-6.fc36.x86_64 gpgmepp-1.17.0-4.fc36.x86_64 to gpgmepp-1.15.1-6.fc36.x86_64 gpgmepp-devel-1.17.0-4.fc36.x86_64 to qgpgme-devel-1.15.1-6.fc36.x86_64 python3-gpg-1.17.0-4.fc36.x86_64 to python3-gpg-1.15.1-6.fc36.x86_64 qgpgme-1.17.0-4.fc36.x86_64 to qgpgme-1.15.1-6.fc36.x86_64 gpgmepp-devel-1.17.0-4.fc36.x86_64 to gpgmepp-devel-1.15.1-6.fc36.x86_64 So bug is probably in one of those packages in 1.17 version Created attachment 152539 [details]
New crash information added by DrKonqi
kmail (5.20.1 (22.04.1)) using Qt 5.15.6
Every time I try to type anything in the To: field in the new mail window, the application crashes.
Same happens when trying to reply to someone as well.
-- Backtrace (Reduced):
#4 0x00007fe56cae60a4 in QString::QString(QString const&) () from /lib64/libqgpgme.so.7
#5 0x00007fe56cae6231 in QGpgME::QGpgMEAddUserIDJob::start(GpgME::Key const&, QString const&, QString const&, QString const&) () from /lib64/libqgpgme.so.7
#6 0x00007fe57718fe11 in KMComposerWin::slotRecipientAdded(MessageComposer::RecipientLineNG*) () from /lib64/libkmailprivate.so.5
#7 0x00007fe56e1c59a6 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#8 0x00007fe56d2ca541 in MessageComposer::RecipientLineNG::analyzeLine(QString const&) () from /lib64/libKF5MessageComposer.so.5
Created attachment 152540 [details]
New crash information added by DrKonqi
kmail (5.20.1 (22.04.1)) using Qt 5.15.6
Here is the same crash as before but (hopefully) with debug data
-- Backtrace (Reduced):
#4 0x00007fe391dba0a4 in QString::QString (this=<optimized out>, other=..., this=<optimized out>, other=...) at /usr/include/qt5/QtCore/qstring.h:1093
#5 0x00007fe391dba231 in std::_Head_base<4ul, QString, false>::_Head_base (__h=..., this=0x7ffc433b9978) at /usr/include/c++/12/tuple:192
#6 std::_Tuple_impl<4ul, QString>::_Tuple_impl (__head=..., this=0x7ffc433b9978) at /usr/include/c++/12/tuple:435
#7 std::_Tuple_impl<3ul, QString, QString>::_Tuple_impl (__tail#0=..., __head=..., this=0x7ffc433b9978) at /usr/include/c++/12/tuple:284
#8 std::_Tuple_impl<2ul, QString, QString, QString>::_Tuple_impl (__tail#1=..., __tail#0=..., __head=..., this=0x7ffc433b9978) at /usr/include/c++/12/tuple:284
qgpgme 1.17.0 was binary incompatible. Please file a bug with Fedora that they need to skip 1.17.0 and use at least 1.17.1. See https://dev.gnupg.org/T5872. (In reply to Ingo Klöcker from comment #4) > qgpgme 1.17.0 was binary incompatible. Please file a bug with Fedora that > they need to skip 1.17.0 and use at least 1.17.1. See > https://dev.gnupg.org/T5872. yup, can confirm `sudo dnf downgrade qgpgme` solves the issue. |