Bug 491902 - akonadi_ews_resource crashes whenever a calendar item is created
Summary: akonadi_ews_resource crashes whenever a calendar item is created
Status: RESOLVED UNMAINTAINED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: EWS Resource (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-08-19 13:24 UTC by Roland Brand
Modified: 2024-08-20 10:18 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Brand 2024-08-19 13:24:32 UTC
Application: akonadi_ews_resource (5.22.3 (22.12.3))

Qt Version: 5.15.13
Frameworks Version: 5.115.0
Operating System: Linux 6.10.4-amd64 x86_64
Windowing System: X11
Distribution: Debian GNU/Linux trixie/sid
DrKonqi: 5.27.11 [KCrashBackend]

-- Information about the crash:
Whenever a calendar item is created via Office 365 web interface, the connected akonadi_ews_crashes. It also crashes if an invitation is sent to me.

The crash can be reproduced every time.

-- Backtrace:
Application: Ergon (akonadi_ews_resource), signal: Segmentation fault

[KCrash Handler]
#4  0x0000563bfb35511b in ?? ()
#5  0x00007f847d118cbe in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007f8486b65ce9 in KJob::result(KJob*, KJob::QPrivateSignal) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#7  0x00007f8486b6bb2b in ?? () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#8  0x00007f847d118cbe in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007f8486b65ce9 in KJob::result(KJob*, KJob::QPrivateSignal) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#10 0x00007f8486b6bb2b in ?? () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#11 0x00007f847d118cbe in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f8486cb04b0 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#13 0x00007f8486cab09a in KIO::SlaveInterface::dispatch() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#14 0x00007f8486cada81 in KIO::Slave::gotInput() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#15 0x00007f847d118cbe in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007f847d10bf40 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007f847dd63092 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x00007f847d0de398 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f847d0e1899 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007f847d13bb57 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007f8479f0b79f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f8479f0d9d7 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f8479f0e140 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007f847d13b1ed in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x00007f847d0dcd02 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x00007f847d0e5722 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x0000563bfb3aab16 in ?? ()
#28 0x00007f847c840c8a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#29 0x00007f847c840d45 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#30 0x0000563bfb34a351 in ?? ()
[Inferior 1 (process 100586) detached]

Reported using DrKonqi
This report was filed against 'kde' because the product 'akonadi_ews_resource' could not be located in Bugzilla. Add it to drkonqi's mappings file!
Comment 1 Carl Schwan 2024-08-20 10:18:29 UTC
This crashes seems to point out to a crash in KIO which the Qt5 version of the EWS resource was using as network implementation but the Qt6 version of akonadi_ews_resource is now using QtNetwork instead. Akonadi 22.12 is not supported anymore, please update your installation.