Summary: | Plasma-desktop will not run from command line - errors out when attempting to restart | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | bill p. (aka google01103) <dweeble01103> |
Component: | general | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aseigo, IcarianHeights |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
bill p. (aka google01103)
2010-08-31 00:31:30 UTC
there is a hung plasma-desktop process when this happens: kquitapp plasma-desktop isn't actually quitting the app: it starts to quit, but then plasma-desktop gets hung. this is a recent problem somewhere in kdelibs: we're seeing it in other apps as well. (i've experienced it in ksnapshot, gwenview, ..) "if I restart kde" this is because the hung plasma-desktop process gets killed on logging out. as it's a general problem recently introduced somewhere in kdelibs, i'm not interested in tracking this issue here under the plasma component. if i re-assign it to kdelibs component, i doubt it'll get closed in a timely manner due to nothing pinpointing which component is actually to blame and that the issue is only visible in current trunk. i'll take this to k-c-d to see if we can track down the problem there. p.s. there is no "kde" to restart; you mean Plasma Desktop :) tracked it down with my first gdb backtrace: it's in the new Solid fstab backend. SVN commit 1170242 by bensi: resolve deadlock on app exit in fstab backend CCMAIL: aseigo@kde.org BUG: 249557 M +17 -2 fstabmanager.cpp M +1 -0 fstabmanager.h M +19 -3 fstabstorageaccess.cpp M +1 -0 fstabstorageaccess.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1170242 *** Bug 249374 has been marked as a duplicate of this bug. *** I can confirm that the fix works (only quickly tried dolphin, though). |