Summary: | Bluedevil KCM crashed when editing details of device | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Elias Probst <mail> |
Component: | bluetooth | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | redmacg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.1.3 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Elias Probst
2011-05-02 12:33:44 UTC
Created attachment 61156 [details]
New crash information added by DrKonqi
kcmshell4 () on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
Got Logitech M555b mouse. It had been paired and trusted for ages. Now it has been shown as paired only. Tried to mark it as trusted -- imideatly got error, now reporting it. If you wonder why I use BT mouse, it's because I've got laptop and do not want to occupy USB ports. Also my BT keyboard also stopped working
-- Backtrace (Reduced):
#6 0x00007f5435e185a7 in BlueDevil::Device::Private::_k_ensureDeviceCreated(QString const&) () from /usr/lib/libbluedevil.so.1
#7 0x00007f5435e1ae77 in BlueDevil::Device::setAlias(QString const&) () from /usr/lib/libbluedevil.so.1
[...]
#9 0x00007f5445c8cdb2 in KDialog::qt_metacall (this=0x7fffb0287e50, _c=QMetaObject::InvokeMetaMethod, _id=33, _a=0x7fffb0286710) at ./kdialog.moc:190
[...]
#12 0x00007f544508f38e in QSignalMapper::mapped (this=<value optimized out>, _t1=4) at .moc/release-shared/moc_qsignalmapper.cpp:101
#13 0x00007f544508f496 in QSignalMapper::map (this=0xd50470, sender=0xc07810) at kernel/qsignalmapper.cpp:266
Git commit 9c4dee7de9447e23ac8e11c293597f7321b6585a by Alex Fiestas. Committed on 08/10/2011 at 00:43. Pushed by afiestas into branch '1.1'. Close editDetails dialog when any device is changed This is not perfect since we are closing the dialgo when anything happens, but this is better than a crash. Will improve this in future releases. BUG: 272230 FIXED-IN: 1.1.3 M +13 -4 src/kcmodule/bluedevildevices.cpp M +2 -0 src/kcmodule/bluedevildevices.h http://commits.kde.org/bluedevil/9c4dee7de9447e23ac8e11c293597f7321b6585a |