https://bugs.kde.org/show_bug.cgi?id=454678
--- Comment #4 from m...@pastushkov.com --- After further debugging, I found that the crash was actually due to Akonadi not being able to start. It complained about an error with MySQL. ~/.local/share/akonadi/db_data/mysql.err: 2022-06-11 17:21:39 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB 2022-06-11 17:21:39 0 [Note] InnoDB: Completed initialization of buffer pool 2022-06-11 17:21:39 0 [ERROR] InnoDB: File ./ib_logfile0 was not found 2022-06-11 17:21:39 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error 2022-06-11 17:21:39 0 [Note] InnoDB: Starting shutdown... 2022-06-11 17:21:39 0 [ERROR] Plugin 'InnoDB' init function returned error. 2022-06-11 17:21:39 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2022-06-11 17:21:39 0 [ERROR] Unknown/unsupported storage engine: innodb 2022-06-11 17:21:39 0 [ERROR] Aborting However, running "touch ~/.local/share/akonadi/db_data/ib_logfile0" seems to fix it, and Kalendar works without errors. Techokami, could you you paste the output of kalendar when running it from the console? -- You are receiving this mail because: You are watching all bug changes.