Summary: | Kalendar crashes when tasks are edited | ||
---|---|---|---|
Product: | [Applications] Merkuro | Reporter: | fake.name |
Component: | general | Assignee: | Claudio Cambra <claudio.cambra> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | achilleas.k, carl, dario.dag, ep1cm1n10n123, jpalecek |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
fake.name
2023-04-24 21:39:25 UTC
Created attachment 158609 [details]
New crash information added by DrKonqi
kalendar (23.04.0) using Qt 5.15.9
The application crash every time I try to save
-- Backtrace (Reduced):
#4 0x00007eff96da1250 in QDateTime::operator=(QDateTime const&) () at /usr/lib/libQt5Core.so.5
[...]
#7 0x00007eff96e46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
[...]
#10 0x00007eff96e46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
[...]
#13 0x00007eff96e46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
[...]
#16 0x00007eff96e46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
Created attachment 159380 [details]
New crash information added by DrKonqi
kalendar (23.04.0) using Qt 5.15.9
Happen consistently every time i edit any task in Kalendar
-- Backtrace (Reduced):
#4 0x00007fa3b1ba1250 in QDateTime::operator=(QDateTime const&) () at /usr/lib/libQt5Core.so.5
[...]
#7 0x00007fa3b1c46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
[...]
#10 0x00007fa3b1c46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
[...]
#13 0x00007fa3b1c46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
[...]
#16 0x00007fa3b1c46c41 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib/libQt5Core.so.5
Hi! (In reply to Beyley Thomas from comment #2) > Happen consistently every time i edit any task in Kalendar > > -- Backtrace (Reduced): > #4 0x00007fa3b1ba1250 in QDateTime::operator=(QDateTime const&) () at > /usr/lib/libQt5Core.so.5 > [...] > #7 0x00007fa3b1c46c41 in QAbstractItemModel::dataChanged(QModelIndex > const&, QModelIndex const&, QVector<int> const&) () at > /usr/lib/libQt5Core.so.5 These are unfortunately not very interesting, but if you can reproduce the crash, can you please install the debugging info for kf5itemmodels (libkf5itemmodels5 or somesuch) and libkpim5akonadicore and post the backtrace? These are probably the culprits. |