Summary: | kded and plasma-desktop crash when browsing bluetooth device | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Rafael <EagleScreen> |
Component: | bluetooth-daemon | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | lamarque, wstephenson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rafael
2011-10-22 17:28:10 UTC
Git commit ff842ef744465d704ff609dbdbccff72c05e0535 by Lamarque V. Souza. Committed on 23/10/2011 at 01:10. Pushed by lvsouza into branch 'nm09'. Test pointer before using it. BUG: 284717 M +1 -1 applet/networkmanager.cpp M +1 -1 plasma_nm_version.h http://commits.kde.org/networkmanagement/ff842ef744465d704ff609dbdbccff72c05e0535 Sorry, this bug is not closed yet. As you can see in the crashlog there are two crashes. I fixed the crash in Plasma NM, now the Bluedevil's guys need to fix the other crash. Changing the component to bluetooth-daemon. Not fixed in 1.2.2 or by 0a733a50 . Relevant valgrind details at: https://bugzilla.novell.com/show_bug.cgi?id=725962 The valgrind trace shows it's a double delete. There is no second bluetoothd session happening, so it is not the same as bug 269814. Not a double delete but using the value of a const_iterator after it has been removed from its QHash (ie invalid) Fixed by ef94eedf (1.2 branch) and ae22e934 (master) Git commit eeb3df518c2991f689d0564aa4f32cd12d70fe88 by Will Stephenson. Committed on 27/10/2011 at 23:23. Pushed by wstephens into branch 'master'. Correct own schoolboy iterator error. Thx tsdgeos. CCBUG: 284717 M +1 -1 src/daemon/obexftpkded/ObexFtpDaemon.cpp http://commits.kde.org/bluedevil/eeb3df518c2991f689d0564aa4f32cd12d70fe88 Git commit e9707513f4bb9a888bbe5b4308ed587c2ec76eb1 by Will Stephenson. Committed on 27/10/2011 at 23:23. Pushed by wstephens into branch '1.2'. Correct own schoolboy iterator error. Thx tsdgeos. CCBUG: 284717 M +1 -1 src/daemon/obexftpkded/ObexFtpDaemon.cpp http://commits.kde.org/bluedevil/e9707513f4bb9a888bbe5b4308ed587c2ec76eb1 I still see kded4 crashing when turning my bluetooth controller off even after updating Bluedevil to the latest git version. |