You are not logged in.

#1 2018-03-14 16:07:03

CyberNhull
Member
Registered: 2013-01-27
Posts: 99

[SOLVED]Ksmserver crashing on Plasma 5.12.3

Plasma 5.12.3 started to crash randomly yesterday for no apparent reason. I caught the following error in:

 journalctl -b 
systemd-coredump[1880]: Process 614 (ksmserver) of user 1000 dumped core.
                                                
                                                Stack trace of thread 614:
                                                #0  0x00007ff69d1d5860 raise (libc.so.6)
                                                #1  0x00007ff69630f1aa _ZN6KCrash19defaultCrashHandlerEi (libKF5Crash.so.5)
                                                #2  0x00007ff69d1d58e0 __restore_rt (libc.so.6)
                                                #3  0x00007ff69aee91d1 n/a (libKF5GlobalAccel.so.5)
                                                #4  0x00007ff69aee010d n/a (libKF5GlobalAccel.so.5)
                                                #5  0x00007ff6980d67ef _ZN11QMetaObject8activateEP7QObjectiiPPv (libQt5Core.so.5)
                                                #6  0x00007ff6980d6e70 _ZN7QObject9destroyedEPS_ (libQt5Core.so.5)
                                                #7  0x00007ff6980dd84b _ZN7QObjectD2Ev (libQt5Core.so.5)
                                                #8  0x00007ff698e1d439 _ZN7QActionD2Ev (libQt5Widgets.so.5)
                                                #9  0x00007ff698e1d49a _ZN7QActionD0Ev (libQt5Widgets.so.5)
                                                #10 0x00007ff6980d420d _ZN14QObjectPrivate14deleteChildrenEv (libQt5Core.so.5)
                                                #11 0x00007ff6980ddddc _ZN7QObjectD2Ev (libQt5Core.so.5)
                                                #12 0x00007ff69b150342 _ZN17KActionCollectionD1Ev (libKF5XmlGui.so.5)
                                                #13 0x00007ff69b1503ca _ZN17KActionCollectionD0Ev (libKF5XmlGui.so.5)
                                                #14 0x00007ff6980d420d _ZN14QObjectPrivate14deleteChildrenEv (libQt5Core.so.5)
                                                #15 0x00007ff6980ddddc _ZN7QObjectD2Ev (libQt5Core.so.5)
                                                #16 0x00007ff69d56f812 n/a (libkdeinit5_ksmserver.so)
                                                #17 0x00007ff69d1d58e0 __restore_rt (libc.so.6)
                                                #18 0x00007ff69d7b178c _dl_sort_fini (ld-linux-x86-64.so.2)
                                                #19 0x00007ff69d7b1a62 _dl_fini (ld-linux-x86-64.so.2)
                                                #20 0x00007ff69d1d8448 __run_exit_handlers (libc.so.6)
                                                #21 0x00007ff69d1d849a exit (libc.so.6)
                                                #22 0x00007ff68930d3d8 _ZN14QXcbConnection16processXcbEventsEv (libQt5XcbQpa.so.5)
                                                #23 0x00007ff6980d7112 _ZN7QObject5eventEP6QEvent (libQt5Core.so.5)
                                                #24 0x00007ff698e23fec _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5)
                                                #25 0x00007ff698e2b9c6 _ZN12QApplication6notifyEP7QObjectP6QEvent (libQt5Widgets.so.5)
                                                #26 0x00007ff6980a5da0 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5)
                                                #27 0x00007ff6980a8a06 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5)
                                                #28 0x00007ff698102d04 n/a (libQt5Core.so.5)
                                                #29 0x00007ff68fe29e38 g_main_context_dispatch (libglib-2.0.so.0)
                                                #30 0x00007ff68fe2a081 n/a (libglib-2.0.so.0)
                                                #31 0x00007ff68fe2a10e g_main_context_iteration (libglib-2.0.so.0)
                                                #32 0x00007ff698102314 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
                                                #33 0x00007ff689392482 n/a (libQt5XcbQpa.so.5)
                                                #34 0x00007ff6980a43db _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
                                                #35 0x00007ff6980ad7d8 _ZN16QCoreApplication4execEv (libQt5Core.so.5)
                                                #36 0x00007ff69d567121 kdemain (libkdeinit5_ksmserver.so)
                                                #37 0x00007ff69d1c1f4a __libc_start_main (libc.so.6)
                                                #38 0x000055fb86c637ba _start (ksmserver)

Any help will be appreciated, thanks in advance.

Last edited by CyberNhull (2018-03-16 21:32:57)


If it does not kill you....It will make you smarter

Offline

#2 2018-03-14 16:15:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,428

Re: [SOLVED]Ksmserver crashing on Plasma 5.12.3

GlobalAccel is input related, you are likely running into a variant of https://bbs.archlinux.org/viewtopic.php?id=234660

Last edited by V1del (2018-03-14 16:15:22)

Offline

#3 2018-03-16 21:32:06

CyberNhull
Member
Registered: 2013-01-27
Posts: 99

Re: [SOLVED]Ksmserver crashing on Plasma 5.12.3

V1del wrote:

GlobalAccel is input related, you are likely running into a variant of https://bbs.archlinux.org/viewtopic.php?id=234660

Indeed it is, i downgrade to version 1.9.4 for now and tomorrow i will test if the 1.10.3 version fixes the issue.

Thanks V1del big_smile


If it does not kill you....It will make you smarter

Offline

Board footer

Powered by FluxBB