#649687 plasma-desktop dies

Package:
plasma-desktop
Source:
plasma-desktop
Description:
Tools and widgets for the desktop
Submitter:
Harald Dunkel
Date:
2011-11-24 16:05:04 UTC
Severity:
normal
#649687#5
Date:
2011-11-23 08:14:28 UTC
From:
To:
After some days plasma-desktop dies. .xsession-errors shows

:
:
kglobalaccel(6143) GlobalShortcutsRegistry::registerKey: Registering key "Ctrl+Alt+R" for "klipper" : "repeat_action"
kglobalaccel(6143) GlobalShortcutsRegistry::registerKey: Registering key "Ctrl+Alt+X" for "klipper" : "clipboard_action"
kglobalaccel(6143) GlobalShortcutsRegistry::registerKey: Registering key "Ctrl+Alt+V" for "klipper" : "show_klipper_popup"
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
Object::disconnect: Unexpected null parameter
QGraphicsScene::removeItem: cannot remove 0-item
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
kdeinit4: preparing to launch /usr/lib/kde4/kio_http.so
file retriever error: 123
Object::disconnect: Unexpected null parameter
QGraphicsScene::removeItem: cannot remove 0-item
plasma-desktop: Fatal IO error: client killed


This is highly annoying for the user.

How can I tell kdm to start plasma-desktop with

	ulimit -c unlimited

to get a core dump for investigation, if this happens again?


Regards

Harri

#649687#10
Date:
2011-11-23 15:27:52 UTC
From:
To:
Have you tried this on a new user (with empty ~)?
#649687#15
Date:
2011-11-24 09:31:13 UTC
From:
To:
You mean I have to ask the user to erase everything in
$HOME to make sure that plasma-desktop doesn't die?

Sorry, but this doesn't answer the question. How can
I set ulimit -c unlimited before plasma-desktop is
run to make sure that there is a core dump for
investigation?


Regards

Harri

#649687#20
Date:
2011-11-24 12:03:31 UTC
From:
To:
You could restart plasma-desktop manually on a shell

kquitapp plasma-desktop
ulimit -c unlimited
plasma-desktop

Has the additional advantage that you could redirect its text output to
file(s).

Cheers,
Kevin

#649687#25
Date:
2011-11-24 16:02:38 UTC
From:
To:
This way we could see what was causing the problem, is it user specific
setting or something else.