Summary: | KOrganizer DAV Groupware manual selection crashes | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | accounts |
Component: | DAV Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | hello+kde, myviolinsings, schwarzer, winter |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kdepim-runtime/-/commit/89948fef00a72866207604fa2041a9e7ce7cf5cf | Version Fixed In: | 6.3.3 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
accounts
2022-06-22 12:48:41 UTC
Created attachment 151873 [details]
New crash information added by DrKonqi
akonadi_davgroupware_resource (5.20.3 (22.04.3)) using Qt 5.15.4
I have the same problem on Debian with Kalendar. Trying to connect to my own Nextcloud server, the first try I get a HTTP error (0) and the second try crashes.
-- Backtrace (Reduced):
#4 0x00007fca3da4cba7 in KDAV::DavCollectionsFetchJob::start() () from /lib/x86_64-linux-gnu/libKF5DAV.so.5
[...]
#7 0x00007fca3ce54c72 in QAbstractButton::clicked(bool) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
[...]
#10 0x00007fca3ce56c87 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x00007fca3cda4cb8 in QWidget::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x00007fca3cd62f4e in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
*** Bug 461211 has been marked as a duplicate of this bug. *** Created attachment 157629 [details]
New crash information added by DrKonqi
akonadi_davgroupware_resource (5.22.3 (22.12.3)) using Qt 5.15.8
While adding a carddav resource, the crash occurred when fetching the address books after entering the screen name and the url.
-- Backtrace (Reduced):
#4 0x00007f40ec6b373c in KDAV::DavCollectionsFetchJob::start() () at /usr/lib/libKF5DAV.so.5
[...]
#7 0x00007f40ebc5c757 in QAbstractButton::clicked(bool) () at /usr/lib/libQt5Widgets.so.5
[...]
#10 0x00007f40ebc606a0 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () at /usr/lib/libQt5Widgets.so.5
#11 0x00007f40ebbaf837 in QWidget::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5
#12 0x00007f40ebb78b5c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
A possibly relevant merge request was started @ https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/196 Git commit 80003866748c0e0adf3497e83470f58bd515378c by Allen Winter. Committed on 22/02/2025 at 12:32. Pushed by winterz into branch 'master'. urlconfigurationdialog.ui - move the protocol buttons into a QButtonGroup Put the radio buttons for CalDav, CardDav and GroupDav into a QButtonGroup, thereby always setting one DAV protocol. Previously, it was possible (and by default) to have no protocols selected when the user pressed Ok. And that caused a crash in DavProtocolBase *DavManager::davProtocol when indexing the d->mProtocols[protocol] array. M +16 -5 resources/dav/resource/urlconfigurationdialog.ui https://invent.kde.org/pim/kdepim-runtime/-/commit/80003866748c0e0adf3497e83470f58bd515378c Git commit 89948fef00a72866207604fa2041a9e7ce7cf5cf by Allen Winter. Committed on 22/02/2025 at 20:06. Pushed by winterz into branch 'release/24.12'. urlconfigurationdialog.ui - move the protocol buttons into a QButtonGroup Put the radio buttons for CalDav, CardDav and GroupDav into a QButtonGroup, thereby always setting one DAV protocol. Previously, it was possible (and by default) to have no protocols selected when the user pressed Ok. And that caused a crash in DavProtocolBase *DavManager::davProtocol when indexing the d->mProtocols[protocol] array. M +16 -5 resources/dav/resource/urlconfigurationdialog.ui https://invent.kde.org/pim/kdepim-runtime/-/commit/89948fef00a72866207604fa2041a9e7ce7cf5cf |