Hi.I upgraded KDE Plasma 6.4.1.KDE Plasma crash many times.And core dump.Unless I downgrade KDE Plasma.Otherwise it crash many times.What should I do?
We can’t understand your issue without more details. It may help if you can post hardware details using inxi -Fzxx
in a terminal (as pre-formatted text so it can be found with web searches). If you are using a Live USB environment you will have to install inxi
(it will not be saved if you reboot). You can also use journalctl --directory ...
in the Live USB terminal to view the journal records from your system disk. You will need to mount the root directory of the system disk. See man journalctl
for details. The journal collects massive amounts of data so you will need to use “filter” options to select relevant details. See: journalctl
Command in the Linux Handbook
I’ve found an issue with plasma crashing
[ 303.608249] plasmashell[122009]: segfault at ffffffffffffffff ip 00007fa01119d327 sp 00007ffc4c1138b0 error 7 in libfcitx5platforminputcontextplugin.so[26327,7fa011177000+2e000] likely on CPU 1 (core 1, socket 0)
[ 308.347789] plasmashell[130673]: segfault at ffffffffffffffff ip 00007fde028ae327 sp 00007ffef103de40 error 7 in libfcitx5platforminputcontextplugin.so[26327,7fde02888000+2e000] likely on CPU 1 (core 1, socket 0)
[21289.914685] plasmashell[689746]: segfault at ffffffffffffffff ip 00007f7a09b5d327 sp 00007ffe0917a210 error 7 in libfcitx5platforminputcontextplugin.so[26327,7f7a09b37000+2e000] likely on CPU 7 (core 3, socket 0)
[21299.345764] plasmashell[692303]: segfault at ffffffffffffffff ip 00007fb082aae327 sp 00007fffb2e9fd80 error 7 in libfcitx5platforminputcontextplugin.so[26327,7fb082a88000+2e000] likely on CPU 5 (core 1, socket 0)
[21308.222276] plasmashell[693977]: segfault at ffffffffffffffff ip 00007f5aef9da327 sp 00007ffe88c8e5c0 error 7 in libfcitx5platforminputcontextplugin.so[26327,7f5aef9b4000+2e000] likely on CPU 6 (core 2, socket 0)
[22215.305914] plasmashell[782285]: segfault at ffffffffffffffff ip 00007f958bbda327 sp 00007ffc535f7880 error 7 in libfcitx5platforminputcontextplugin.so[26327,7f958bbb4000+2e000] likely on CPU 0 (core 0, socket 0)
[22251.893136] plasmashell[782369]: segfault at ffffffffffffffff ip 00007f9c22eae327 sp 00007fff993ba160 error 7 in libfcitx5platforminputcontextplugin.so[26327,7f9c22e88000+2e000] likely on CPU 7 (core 3, socket 0)
I think fcitx5’s problem,because libfcitx5platforminputcontextplugin.so this file cause plasma crash.
I tried replace old libfcitx5platforminputcontextplugin.so the files.KDE Plasma desktop it works.