Summary: | systemsettings crached on editing or creating action in remote control tab | ||
---|---|---|---|
Product: | [Applications] kremotecontrol | Reporter: | abyss.andrey |
Component: | settings | Assignee: | Michael Zanetti <mzanetti> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | abyss.andrey |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kremotecontrol/94fa064edc5fdef7b6c4243bd719324f53f7891d | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
abyss.andrey
2011-11-25 18:19:40 UTC
Created attachment 69069 [details]
New crash information added by DrKonqi
kcmshell4 () on KDE Platform 4.8.00 (4.8.0 using Qt 4.7.4
- What I was doing when the application crashed:
It still happends in KDE 4.8.0
I can add that remote controlling does not work at all.
The applications controlled with kremote (amarok for example) does not work, even kradio, that does not use kremote and use lirc directly, does not work, though irw prints right buttons names.
I noticed that if I restart lirc service and logoff ang logon again, kremote starts work properly: systemsettings stops crashing and I can controll amarok and kradio.
Just restarting lirc or logoff/logon does not helps, It is needed both actions.
-- Backtrace (Reduced):
#7 0x02dfd9fb in RemoteControl::buttons() const () from /usr/lib/liblibkremotecontrol.so.1
[...]
#11 0x00f40b7d in metacall (argv=0xbf96e4d8, idx=38, cl=QMetaObject::InvokeMetaMethod, object=0x9b59f80) at kernel/qmetaobject.cpp:237
[...]
#14 0x07331e6d in QAbstractButton::clicked (this=0x9d1fd20, _t1=false) at .moc/release-shared/moc_qabstractbutton.cpp:206
#15 0x070305dd in QAbstractButtonPrivate::emitClicked (this=0x9d20028) at widgets/qabstractbutton.cpp:546
#16 0x07031c4b in QAbstractButtonPrivate::click (this=0x9d20028) at widgets/qabstractbutton.cpp:539
fixed Git commit 94fa064edc5fdef7b6c4243bd719324f53f7891d by Michael Zanetti. Committed on 05/11/2012 at 14:49. Pushed by mzanetti into branch 'KDE/4.9'. Correctly disable buttons in case a remote control is not available. Make it more obvious when a remote is not available. Fixes some crash reports when people tried to edit a non existent remote: Related: bug 284640, bug 301046 M +6 -4 kcmremotecontrol/kcmremotecontrol.cpp M +10 -1 kcmremotecontrol/model.cpp http://commits.kde.org/kremotecontrol/94fa064edc5fdef7b6c4243bd719324f53f7891d Git commit 94fa064edc5fdef7b6c4243bd719324f53f7891d by Michael Zanetti. Committed on 05/11/2012 at 14:49. Pushed by mzanetti into branch 'KDE/4.9'. Correctly disable buttons in case a remote control is not available. Make it more obvious when a remote is not available. Fixes some crash reports when people tried to edit a non existent remote: Related: bug 284640, bug 301046 M +6 -4 kcmremotecontrol/kcmremotecontrol.cpp M +10 -1 kcmremotecontrol/model.cpp http://commits.kde.org/kremotecontrol/94fa064edc5fdef7b6c4243bd719324f53f7891d |