| Summary: | Plasma Crash During Kparted NTFS Format | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-solid | Reporter: | Robert Charbonneau <etriaph> |
| Component: | general | Assignee: | Lukáš Tinkl <lukas> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | 0x1998, adrian, anselmolsm, bshah, bwucke+kdebugs, kde, kdelibs-bugs-null, plasma-bugs-null, simon.vizzini83, simonandric5, vukasin.nikodijevic |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Robert Charbonneau
2015-04-13 21:29:19 UTC
Crash in solid, re-assigning Git commit 16109573368159586ff37cfa6f8e271895f1768f by Lukáš Tinkl. Committed on 14/04/2015 at 13:31. Pushed by lukas into branch 'master'. don't append all the new interfaces in a loop hopefully fixes a crash in KParted, can you confirm reporter? M +1 -1 src/solid/devices/backends/udisks2/udisksdevicebackend.cpp http://commits.kde.org/solid/16109573368159586ff37cfa6f8e271895f1768f *** Bug 352305 has been marked as a duplicate of this bug. *** *** Bug 351183 has been marked as a duplicate of this bug. *** *** Bug 346517 has been marked as a duplicate of this bug. *** Stdout output of plasmashell when the crash occurred (removing the modem and reinserting it). May contain some extra info. (had plasmashell running in a terminal as it failed to restart after a prior crash).
"/org/freedesktop/UDisks2/block_devices/sr0" lost interfaces: ("org.freedesktop.UDisks2.Filesystem", "org.freedesktop.UDisks2.Block")
"/org/freedesktop/UDisks2/drives/HUAWEI_Mass_Storage_HUAWEI_Mass_Storage_0_3a0" lost interfaces: ("org.freedesktop.UDisks2.Drive")
networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "Devices"
"/org/freedesktop/UDisks2/block_devices/sdb1" lost interfaces: ("org.freedesktop.UDisks2.Partition", "org.freedesktop.UDisks2.Filesystem", "org.freedesktop.UDisks2.Block")
"/org/freedesktop/UDisks2/block_devices/sdb" lost interfaces: ("org.freedesktop.UDisks2.PartitionTable", "org.freedesktop.UDisks2.Block")
"/org/freedesktop/UDisks2/drives/HUAWEI_Mass_Storage_HUAWEI_Mass_Storage_0_3a0" has new interfaces: ("org.freedesktop.UDisks2.Drive")
Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/UDisks2/block_devices/sr0"
Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/UDisks2/block_devices/sr0"
"/org/freedesktop/UDisks2/block_devices/sr0" has new interfaces: ("org.freedesktop.UDisks2.Block", "org.freedesktop.UDisks2.Filesystem")
Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/UDisks2/block_devices/sr0"
Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/UDisks2/block_devices/sr0"
Cannot construct placeholder type QDBusRawType
Application::crashHandler() called with signal 6; recent crashes: 1
/usr/bin/plasmashell --crashes 1 &
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = plasmashell path = /usr/bin pid = 6887
KCrash: Arguments: /usr/bin/plasmashell
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
It might be related to devices appearing, vanishing and reappearing in a very short sequence. A recent update broke the automatic usb_modeswitch call from udev that had been switching the modem part on in my modem. Now I'm calling usb_modeswitch manually from shell whenever I plug the modem in, and the crash has not occurred even once since then. Normally, udev calls the modeswitch as soon as the device makes itself known. usb_modeswitch doesn't just enable the modem - it makes whole device with all its parts (modem, DVD, reader) reappear with a new product id. Manually, I can't call usb_modeswitch so fast after the device is recognized by the system without the modem. *** This bug has been marked as a duplicate of bug 345871 *** |