Summary: | calling org.kde.KIO.Scheduler.reparseSlaveConfiguration via dbus crashes whole system | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Ronny Standtke <Ronny.Standtke> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | ahartmetz, andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | bash script that triggers the crash |
Description
Ronny Standtke
2009-05-14 22:40:16 UTC
Sorry, I forgot to change the severity to "Crash" and it looks like I can not change this after filing the bug. (Why?) Could someone please change the severity? What is your Qt4 version and your dbus lib version ? Thanks Sorry, I forgot to mention that I am using Kubuntu-9.04. Here is the requested additional info: $ dpkg -l libqt4-dbus dbus Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-===============-===============-============================================== ii dbus 1.2.12-0ubuntu2 simple interprocess messaging system ii libqt4-dbus 4.5.0-0ubuntu4 Qt 4 D-Bus module I just tested with Kubuntu-9.10 Beta and, unfortunately, the issue is still there. Here is the current version info: $ dpkg -l libqt4-dbus dbus Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-==========================-==========================-==================================================================== ii dbus 1.2.16-0ubuntu8 simple interprocess messaging system ii libqt4-dbus 4.5.3really4.5.2-0ubuntu1 Qt 4 D-Bus module Here is a simple bash script to test the issue: #!/bin/bash KONQUEROR=$(qdbus | grep -m1 konqueror) KONQUEROR=${KONQUEROR## } if [ -z "${KONQUEROR}" ] then echo "No running Konqueror instance found. Please start Konqueror." exit 1 fi dbus-send --session --dest=${KONQUEROR} /KIO/Scheduler org.kde.KIO.Scheduler.reparseSlaveConfiguration Created attachment 37591 [details]
bash script that triggers the crash
The correct line breaks are not preserved in the comments. Therefore I attach the test script here. Just start Konqueror and then the test script -> the whole KDE 4 desktop crashes...
I just tested with KDE 4.4 and reparsing the configuration still crashes the whole desktop. *** This bug has been marked as a duplicate of bug 226721 *** |