Summary: | Crash when notebook wake up from sleep mode | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Dmitry <dmitry.zhiglov> |
Component: | bluetooth-daemon | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry
2011-06-16 05:57:03 UTC
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 |