Summary: | KDE deamon crash after resuming from standby (str) [QMutex::lock, QCoreApplication::postEvent, AgentListener::~AgentListener] | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | jens <jp7677> |
Component: | bluetooth | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, modulistic |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jens
2011-01-08 21:31:28 UTC
[Comment from a bug triager] From bug 272807 (KDE SC 4.6.0): - What I was doing when the application crashed: Like the possibly related bug stated below, I also had a (paused) virtualbox guest running and also in my case the suspend works usually fine. The clock "in the tray" was showing old time for a while. Perhaps this is normal but I have never noticed before. *** Bug 272807 has been marked as a duplicate of this bug. *** Can anyone test a patch for this bug? Git commit fd6fa391f6ed7dbed7072e8c90247dda09d281d1 by Alex Fiestas. Committed on 07/10/2011 at 18:50. Pushed by afiestas into branch 'master'. Replaced AgentListener (QThread) by delayed DBus messages This thread has been causing many crashes for some people, and as far as I remember all the backtraces show weird things not really within BlueDevilcode, and of course none of the BlueDevil developers has been able to reproduce the bug. So the best/easy/simpler way of fixing this is by removing the Thread which shouldn't be there in the first place. BUG: 262587 BUG: 275783 BUG: 262041 BUG: 283365 M +9 -19 src/daemon/kded/BlueDevilDaemon.cpp M +0 -5 src/daemon/kded/BlueDevilDaemon.h M +1 -2 src/daemon/kded/CMakeLists.txt D +0 -40 src/daemon/kded/agentlistener.cpp D +0 -55 src/daemon/kded/agentlistener.h R +95 -44 src/daemon/kded/bluezagent.cpp [from: src/daemon/kded/agentlistenerworker.cpp - 051% similarity] R +29 -5 src/daemon/kded/bluezagent.h [from: src/daemon/kded/agentlistenerworker.h - 081% similarity] http://commits.kde.org/bluedevil/fd6fa391f6ed7dbed7072e8c90247dda09d281d1 |