Bug 469937 - Akonadi crashed at startup after Fedora 37 upgrade to 38
Summary: Akonadi crashed at startup after Fedora 37 upgrade to 38
Status: REPORTED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: server (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-05-18 10:25 UTC by Marek
Modified: 2023-05-18 20:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek 2023-05-18 10:25:26 UTC
Application: akonadiserver (5.23.0 (23.04.0))

Qt Version: 5.15.9
Frameworks Version: 5.105.0
Operating System: Linux 6.1.18-200.fc37.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora release 38 (Thirty Eight)"
DrKonqi: 5.27.4 [KCrashBackend]

-- Information about the crash:
I wasn't doing anything, the system rebooted after upgrade and KDE started (I have autologin set up).
I'm not sure if this is reproductible. I'll reboot and see.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Akonadi Server (akonadiserver), signal: Aborted

[KCrash Handler]
#4  0x00007fabc62b0844 in __pthread_kill_implementation () from /lib64/libc.so.6
#5  0x00007fabc625fabe in raise () from /lib64/libc.so.6
#6  0x00007fabc624887f in abort () from /lib64/libc.so.6
#7  0x00007fabc64df1c0 in std::__glibcxx_assert_fail(char const*, int, char const*, char const*) () from /lib64/libstdc++.so.6
#8  0x000055daf5f6815f in Akonadi::Server::DataStore::debugLastDbError(char const*) const ()
#9  0x000055daf5f5e152 in Akonadi::Server::DataStore::open() ()
#10 0x000055daf5f5ec40 in Akonadi::Server::DataStore::database() ()
#11 0x000055daf5ee74ca in Akonadi::Server::AkonadiServer::setupDatabase() ()
#12 0x000055daf5ee95d7 in Akonadi::Server::AkonadiServer::init() ()
#13 0x00007fabc6adf73b in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5
#14 0x00007fabc6ab3d2b in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#15 0x00007fabc6ab71f5 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib64/libQt5Core.so.5
#16 0x00007fabc6b06e2f in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5Core.so.5
#17 0x00007fabc4b1339c in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#18 0x00007fabc4b71438 in g_main_context_iterate.isra () from /lib64/libglib-2.0.so.0
#19 0x00007fabc4b10a23 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#20 0x00007fabc6b06919 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#21 0x00007fabc6ab270b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#22 0x00007fabc6aba99b in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#23 0x000055daf5ee2f2b in main ()
[Inferior 1 (process 3179) detached]

The reporter indicates this bug may be a duplicate of or related to bug 439305, bug 468985, bug 469033.

Reported using DrKonqi
Comment 1 Marek 2023-05-18 20:51:37 UTC
I restrarted the machine, akonadi seems to be stable:

$ pgrep -fl akonadi
3040 akonadi_control
3225 akonadiserver
3265 mysqld
3599 akonadi_akonote
3600 akonadi_archive
3601 akonadi_birthda
3602 akonadi_contact
3603 akonadi_followu
3604 akonadi_google_
3605 akonadi_ical_re
3606 akonadi_indexin
3608 akonadi_maildir
3610 akonadi_maildis
3611 akonadi_mailfil
3614 akonadi_mailmer
3616 akonadi_migrati
3617 akonadi_newmail
3620 akonadi_sendlat
3622 akonadi_unified

So maybe it was just a transient upgrade problem.