Created attachment 149087 [details] Journal dump from start of logout Using a fresh, default install of KDE neon testing edition with Plasma 5.25 beta. Probably not relevant but I selected "login automatically" during the install STEPS TO REPRODUCE 1. Application Launcher => Logout 2. Confirm logout OBSERVED RESULT Logout proceeds but a message saying "Plasma closed unexpectedly" flashes up for a fraction of a second SOFTWARE/OS VERSIONS Operating System: KDE neon Testing Edition KDE Plasma Version: 5.24.90 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.4 Kernel Version: 5.13.0-41-generic (64-bit) Graphics Platform: X11 Processors: 2 × AMD A6-6400K APU with Radeon(tm) HD Graphics Memory: 7.7 GiB of RAM Graphics Processor: AMD CEDAR Manufacturer: NOVATECH LTD Product Name: BB-64004H System Version: V1.0 ADDITIONAL INFORMATION coredumpctl does not list any coredumps output of journalctl from start of logout is attached
Looks suspicious: > May 21 17:50:26 neon-testing startplasma-x11[3167]: org.kde.startup: Could not fully finish the process "/usr/bin/plasma_session" > May 21 17:50:26 neon-testing startplasma-x11[3167]: QProcess: Destroyed while process ("/usr/bin/plasma_session") is still running. > May 21 17:50:27 neon-testing sddm-helper[3162]: [PAM] Closing session I wonder if this could have been caused by the fix for Bug 97716.
Hmm, does KDE neon Testing Edition has the latest git version of the Plasma Workspace?
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1763
David Edmundson was right, we have to wait for the killed process to finish. Sorry for that.
Git commit 853c29bf7d6dae43379035ebd3837e07050e0ee2 by Eugene Popov. Committed on 24/05/2022 at 11:45. Pushed by ngraham into branch 'master'. [startplasma] Wait for the killed process to finish Because we need all processes to be killed before startplasma exits. M +3 -1 startkde/startplasma.cpp https://invent.kde.org/plasma/plasma-workspace/commit/853c29bf7d6dae43379035ebd3837e07050e0ee2
Git commit b7f4a7322fea03afcb71b909730cb8681ae32e78 by Nate Graham, on behalf of Eugene Popov. Committed on 24/05/2022 at 15:01. Pushed by ngraham into branch 'Plasma/5.25'. [startplasma] Wait for the killed process to finish Because we need all processes to be killed before startplasma exits. (cherry picked from commit 853c29bf7d6dae43379035ebd3837e07050e0ee2) M +3 -1 startkde/startplasma.cpp https://invent.kde.org/plasma/plasma-workspace/commit/b7f4a7322fea03afcb71b909730cb8681ae32e78
I'm now up to Plasma 5.25.1 and still getting this issue so reopening. Tested on a new user account. Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.1 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.5 Kernel Version: 5.13.0-51-generic (64-bit) Graphics Platform: X11 Processors: 2 × AMD A6-6400K APU with Radeon(tm) HD Graphics Memory: 7.7 GiB of RAM Graphics Processor: AMD CEDAR Manufacturer: NOVATECH LTD Product Name: BB-64004H System Version: V1.0
Can you attach output of journalctl again?
Created attachment 150216 [details] journalctl output from start of login to end of logout Logout starts at 08:22
Hmm, I don't see anything out of the ordinary. Are there any coredamps?
No relevant coredumps. My PC now dual-boots Neon User and Neon Developer and the problem only happens in User so maybe the bug's been squashed or gone away somehow.
Just updated User Edition to Plasma 5.25.2 and I no longer see the message, so marking as fixed. Thanks for looking into it.