Summary: | KDE Init crash when changing network | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Frode Jemtland <frode> |
Component: | bluetooth-daemon | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | brad0112358 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Frode Jemtland
2011-01-04 08:58:39 UTC
What BlueDevil version do you have? Created attachment 60788 [details] New crash information added by DrKonqi Resuming from hibernation with a different network environment caused this crash. Debian Squeeze: bluedevil: Installed: 1.0~rc3-2 Candidate: 1.0~rc3-2 Version table: *** 1.0~rc3-2 0 990 http://ftp.us.debian.org/debian/ squeeze/main i386 Packages 100 /var/lib/dpkg/status Can you test with a modern BlueDevil, 1.1.1 or 1.2.1? At the very least latest 1.0.4 Thanks. 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 |