Solved KDE Plasma Log Out problem

Hello,

Just yesterday I upgraded my KDE Plasma desktop to new version 5.19.0 using portupgrade -R. After updating I have problems logging out (get KCrash Handler error) -

Code:
Application: kwin_x11 (kwin_x11), signal: Segmentation fault

[KCrash Handler]
#7  0x0000000803282d1f in QThreadStorageData::get() const () at /usr/local/lib/qt5/libQt5Core.so.5
#8  0x0000000802af796b in QOpenGLContext::currentContext() () at /usr/local/lib/qt5/libQt5Gui.so.5
#9  0x0000000802af807f in QOpenGLContext::destroy() () at /usr/local/lib/qt5/libQt5Gui.so.5
#10 0x0000000802af87bc in QOpenGLContext::~QOpenGLContext() () at /usr/local/lib/qt5/libQt5Gui.so.5
#11 0x00000008038f3181 in __cxa_finalize (dso=0x8006f1000) at /usr/src/lib/libc/stdlib/atexit.c:238
#12 0x00000008006d7023 in  () at /usr/local/lib/libkwineffects.so.12
#13 0x00007fffffffe1c0 in  ()
#14 0x00000008006ef1b5 in _fini () at /usr/local/lib/libkwineffects.so.12
#15 0x00007fffffffe1c0 in  ()
#16 0x00000008002208a3 in objlist_call_fini (list=<optimized out>, root=<optimized out>, lockstate=<optimized out>) at /usr/src/libexec/rtld-elf/rtld.c:2634
[Inferior 1 (process 79341) detached]

Looking to the processes shows that after logout there is kwin_x11 process still running. If I kill it manually everything returns back to normal until I am trying to log out of KDE next time.

Is here anybody who can help with this?
 
Hello,

Just yesterday I upgraded my KDE Plasma desktop to new version 5.19.0 using portupgrade -R. After updating I have problems logging out (get KCrash Handler error) -

Code:
Application: kwin_x11 (kwin_x11), signal: Segmentation fault

[KCrash Handler]
#7  0x0000000803282d1f in QThreadStorageData::get() const () at /usr/local/lib/qt5/libQt5Core.so.5
#8  0x0000000802af796b in QOpenGLContext::currentContext() () at /usr/local/lib/qt5/libQt5Gui.so.5
#9  0x0000000802af807f in QOpenGLContext::destroy() () at /usr/local/lib/qt5/libQt5Gui.so.5
#10 0x0000000802af87bc in QOpenGLContext::~QOpenGLContext() () at /usr/local/lib/qt5/libQt5Gui.so.5
#11 0x00000008038f3181 in __cxa_finalize (dso=0x8006f1000) at /usr/src/lib/libc/stdlib/atexit.c:238
#12 0x00000008006d7023 in  () at /usr/local/lib/libkwineffects.so.12
#13 0x00007fffffffe1c0 in  ()
#14 0x00000008006ef1b5 in _fini () at /usr/local/lib/libkwineffects.so.12
#15 0x00007fffffffe1c0 in  ()
#16 0x00000008002208a3 in objlist_call_fini (list=<optimized out>, root=<optimized out>, lockstate=<optimized out>) at /usr/src/libexec/rtld-elf/rtld.c:2634
[Inferior 1 (process 79341) detached]

Looking to the processes shows that after logout there is kwin_x11 process still running. If I kill it manually everything returns back to normal until I am trying to log out of KDE next time.

Is here anybody who can help with this?

You should create a bug report.
 
Closed PR 247195 yesterday.

Hard to say what it was - I have upgraded the base system and also KDE to the latest version. The problem is solved now.
 
Back
Top