Summary: | KOrganizer crashes right after running | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | coolvita4 |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | f.alexander.wilms, jpalecek, lauriej, sjlopezb, teles.ltds |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/akonadi/commit/0ab418bacdaf8322771e41452a87d062a2449869 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi Screenshot of KOrganizer right before crash |
Description
coolvita4
2022-11-23 13:51:40 UTC
Created attachment 154256 [details]
New crash information added by DrKonqi
korganizer (5.21.3 (22.08.3)) using Qt 5.15.7
This crash occured on login, after reboot following the latest tumbleweed update notification.
-- Backtrace (Reduced):
#4 0x00007f559b12a7b0 in KJob::setError(int) () from /lib64/libKF5CoreAddons.so.5
#5 0x00007f559b55e744 in Akonadi::SessionPrivate::serverStateChanged(Akonadi::ServerManager::State) () from /lib64/libKF5AkonadiCore.so.5
[...]
#7 0x00007f559b555b41 in Akonadi::ServerManager::stateChanged(Akonadi::ServerManager::State) () from /lib64/libKF5AkonadiCore.so.5
[...]
#9 0x00007f5599d07c40 in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5
#10 0x00007f559a9a53fe in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
Created attachment 155028 [details]
New crash information added by DrKonqi
korganizer (5.22.0 (22.12.0)) using Qt 5.15.7
KOrganizer always crashes at start.
-- Backtrace (Reduced):
#6 KJob::setError (this=this@entry=0x0, errorCode=errorCode@entry=100) at /usr/src/debug/kcoreaddons/kcoreaddons-5.101.0/src/lib/jobs/kjob.cpp:254
#7 0x00007fddb97e046d in Akonadi::SessionPrivate::serverStateChanged (this=<optimized out>, state=<optimized out>) at /usr/src/debug/akonadi/akonadi-22.12.0/src/core/session.cpp:297
#8 0x00007fddb80bda51 in QtPrivate::QSlotObjectBase::call (a=<optimized out>, r=<optimized out>, this=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#9 doActivate<false> (sender=0x563e05830830, signal_index=5, argv=0x7ffd3b767ac0) at kernel/qobject.cpp:3919
#10 0x00007fddb97d6fd6 in Akonadi::ServerManager::stateChanged (this=<optimized out>, _t1=<optimized out>, _t1@entry=Akonadi::ServerManager::Broken) at /usr/src/debug/akonadi/build/src/core/KF5AkonadiCore_autogen/include/moc_servermanager.cpp:180
Created attachment 155669 [details]
New crash information added by DrKonqi
korganizer (5.22.0 (22.12.0)) using Qt 5.15.8
Crash only aperture aplication.
-- Backtrace (Reduced):
#4 0x00007fab2d294560 in KJob::setError(int) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#5 0x00007fab2d716da4 in Akonadi::SessionPrivate::serverStateChanged(Akonadi::ServerManager::State) () from /lib/x86_64-linux-gnu/libKF5AkonadiCore.so.5abi2
[...]
#7 0x00007fab2d711ce1 in Akonadi::ServerManager::stateChanged(Akonadi::ServerManager::State) () from /lib/x86_64-linux-gnu/libKF5AkonadiCore.so.5abi2
[...]
#9 0x00007fab2bedd6f0 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007fab2cb62fae in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
Created attachment 155866 [details]
Screenshot of KOrganizer right before crash
Git commit eca4fdbdf328883ae564b568c9ba13697cc90c4a by Carl Schwan, on behalf of Jiří Paleček. Committed on 22/04/2023 at 04:54. Pushed by carlschwan into branch 'master'. Fix wrong for clause in Akonadi::Session Related: bug 468343, bug 465245, bug 464275, bug 462213, bug 461131, bug 460653, bug 460586, bug 458497, bug 458315 M +6 -3 src/core/session.cpp https://invent.kde.org/pim/akonadi/commit/eca4fdbdf328883ae564b568c9ba13697cc90c4a Git commit 0ab418bacdaf8322771e41452a87d062a2449869 by Carl Schwan, on behalf of Jiří Paleček. Committed on 22/04/2023 at 05:05. Pushed by carlschwan into branch 'release/23.04'. Fix wrong for clause in Akonadi::Session Related: bug 468343, bug 465245, bug 464275, bug 462213, bug 461131, bug 460653, bug 460586, bug 458497, bug 458315 (cherry picked from commit eca4fdbdf328883ae564b568c9ba13697cc90c4a) M +6 -3 src/core/session.cpp https://invent.kde.org/pim/akonadi/commit/0ab418bacdaf8322771e41452a87d062a2449869 |