| Summary: | Kalendar crashes when deleting a single occurrance of a recurring event | ||
|---|---|---|---|
| Product: | [Applications] Merkuro | Reporter: | stphnhmltn26 |
| Component: | general | Assignee: | Claudio Cambra <claudio.cambra> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | carl, peter.frohberg, zamfir.viorel12 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 22.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
||
|
Description
stphnhmltn26
2023-03-30 13:56:23 UTC
Created attachment 158259 [details]
New crash information added by DrKonqi
kalendar (22.12.3) using Qt 5.15.8
The calender crashes when attaching a file to an event.
-- Backtrace (Reduced):
#4 0x00007fb0d51a8b40 in QDateTime::operator=(QDateTime const&) () from /lib64/libQt5Core.so.5
#5 0x0000555f0c0e93d8 in IncidenceOccurrenceModel::slotSourceDataChanged(QModelIndex const&, QModelIndex const&) ()
#6 0x00007fb0d52d0e96 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#7 0x00007fb0d524dcd0 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /lib64/libQt5Core.so.5
#8 0x00007fb0d527f778 in QSortFilterProxyModelPrivate::_q_sourceDataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /lib64/libQt5Core.so.5
This was fixed yesterday and the fix will be available with 23.04.1 which will be released tomorrow Created attachment 160107 [details]
New crash information added by DrKonqi
kalendar (22.12.3) using Qt 5.15.8
Right click on a recurring event, select delete and then select only delete current crashes the app. After restarting, the event is delete successfully.
On the notification tray if the option Restart app is selected and another recurring event is deleted, the app freezes and doesn't respond for a while and then crashes.
This bug occurs every time.
-- Backtrace (Reduced):
#4 0x00007f71e679a980 in QDateTime::operator=(QDateTime const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#7 0x00007f71e68537c0 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#10 0x00007f71e68537c0 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#13 0x00007f71e68537c0 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#16 0x00007f71e68537c0 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
|