Bug 459236 - accountwizard crashes when addind an account
Summary: accountwizard crashes when addind an account
Status: RESOLVED DUPLICATE of bug 449891
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: Account Wizard (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-09-16 19:41 UTC by Artem Trokhymchuk
Modified: 2022-09-16 20:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Trokhymchuk 2022-09-16 19:41:43 UTC
Application: accountwizard (0.2)

Qt Version: 5.15.5
Frameworks Version: 5.97.0
Operating System: Linux 5.19.8-200.fc36.x86_64 x86_64
Windowing System: X11
Distribution: Fedora Linux 36 (KDE Plasma)
DrKonqi: 5.25.5 [KCrashBackend]

-- Information about the crash:
accountwizard crashes on fedora 36 when addin an account (gmail imap) in kmail. If I jus ran accountwizard, it works, so problem only when adding account (pressing "Add account" button in the account assistant).  Also it prints `QObject::connect(QGpgME::WKSPublishJob, CryptoPage): invalid nullptr parameter` to the terminal.

The crash can be reproduced every time.

-- Backtrace:
Application: Account Assistant (accountwizard), signal: Segmentation fault

[KCrash Handler]
#4  0x000055866abffe4f in CryptoPage::enterPageNext() ()
#5  0x000055866ac02fc0 in Dialog::slotNextOk() ()
#6  0x00007f82307fc8b6 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#7  0x000055866ac1689b in PersonalDataPage::slotCreateAccountClicked() ()
#8  0x00007f82307fc8b6 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#9  0x00007f82313791c6 in QAbstractButton::clicked(bool) () from /lib64/libQt5Widgets.so.5
#10 0x00007f823137943e in QAbstractButtonPrivate::emitClicked() () from /lib64/libQt5Widgets.so.5
#11 0x00007f823137b07c in QAbstractButtonPrivate::click() () from /lib64/libQt5Widgets.so.5
#12 0x00007f823137b29b in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /lib64/libQt5Widgets.so.5
#13 0x00007f82312c7828 in QWidget::event(QEvent*) () from /lib64/libQt5Widgets.so.5
#14 0x00007f8231284d22 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#15 0x00007f823128d392 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#16 0x00007f82307c9218 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#17 0x00007f823128b492 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /lib64/libQt5Widgets.so.5
#18 0x00007f82312e0b8c in QWidgetWindow::handleMouseEvent(QMouseEvent*) () from /lib64/libQt5Widgets.so.5
#19 0x00007f82312e3f50 in QWidgetWindow::event(QEvent*) () from /lib64/libQt5Widgets.so.5
#20 0x00007f8231284d22 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#21 0x00007f82307c9218 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#22 0x00007f8230c06df5 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /lib64/libQt5Gui.so.5
#23 0x00007f8230be5fbc in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Gui.so.5
#24 0x00007f821cacde6e in xcbSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5XcbQpa.so.5
#25 0x00007f822d45ffaf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#26 0x00007f822d4b52c8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0
#27 0x00007f822d45d940 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#28 0x00007f8230819f4a in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#29 0x00007f82307c7c6a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#30 0x00007f82307cfd32 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#31 0x000055866abf2447 in main ()
[Inferior 1 (process 10119) detached]

Reported using DrKonqi
Comment 1 Artem Trokhymchuk 2022-09-16 20:59:31 UTC
So apparently the problem is with gpgme 1.17.0.

Duplicate of https://bugs.kde.org/show_bug.cgi?id=449891.
Comment 2 Artem Trokhymchuk 2022-09-16 20:59:40 UTC

*** This bug has been marked as a duplicate of bug 449891 ***