Summary: | Plasma crash when I disabled/enabled wireless in plasma-networkmanager plugin [invalid qobject_cast<RemoteInterfaceConnection*>, ActivatableItem::interfaceConnection, ActivatableListWidget::hoverEnter] | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Clemens Eisserer <linuxhippy> |
Component: | Plasma Widget | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, bgodusky, biasquez, biby, bruno, filipeagcosta, fish+kdebugzilla, joao.eiras, Jupiman, lamarque, larsen.robin75, mamelig, marko.gabriel.cz, modulistic, sdubina1, tais.hansen, wstephenson, yamikuronue, yofel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Clemens Eisserer
2010-10-08 13:21:00 UTC
fotgot to mention, this was under 4.5.2 - bugstill still doesn't have an entry for that one. [Comment from a bug triager] From bug 255566: I tried to disable wireless in plasma-widget-networkmanagement 0.9~svn1176084-0ubuntu1 and got this crash. *** Bug 255566 has been marked as a duplicate of this bug. *** *** Bug 257701 has been marked as a duplicate of this bug. *** *** Bug 257886 has been marked as a duplicate of this bug. *** [Comment from a bug triager] From bug 261019: - What I was doing when the application crashed: i was trying to view some changelog for Jack2 on launchpad.net then i deconnected Internet and then crash! *** Bug 261019 has been marked as a duplicate of this bug. *** *** Bug 263955 has been marked as a duplicate of this bug. *** *** Bug 264382 has been marked as a duplicate of this bug. *** *** Bug 264793 has been marked as a duplicate of this bug. *** *** Bug 265553 has been marked as a duplicate of this bug. *** *** Bug 257574 has been marked as a duplicate of this bug. *** Created attachment 57244 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.6.00 (4.6.0) using Qt 4.7.1
- What I was doing when the application crashed:
When I clicked disabled and the re-enabled wireless networking in the plasma-networkmanager I got the following crash.
-- Backtrace (Reduced):
#7 0x00007f09307108ac in ActivatableListWidget::hoverEnter (this=<value optimized out>, uni=...) at ../../applet/activatablelistwidget.cpp:286
#8 0x00007f0930707821 in ActivatableListWidget::qt_metacall (this=0x2376860, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff473bf100) at moc_activatablelistwidget.cpp:101
[...]
#10 0x00007f09307080f5 in InterfaceItem::hoverEnter (this=<value optimized out>, _t1=<value optimized out>) at moc_interfaceitem.cpp:164
#11 0x00007f0930712f80 in InterfaceItem::hoverEnterEvent (this=0x7f0938020760, event=0x7fff473bf1b0) at ../../applet/interfaceitem.cpp:457
#12 0x00007f095814fb58 in QGraphicsItem::sceneEvent (this=0x7f0938020770, event=0x7fff473bf1b0) at graphicsview/qgraphicsitem.cpp:6686
Git commit f32ca1059a67f6e854658063ab6ac9be028429a0 by Lamarque V. Souza. Committed on 27/02/2011 at 19:56. Pushed by lvsouza into branch 'master'. Prevent potential crash if ActivatableListWidget::setHasWireless(false) is called after ActivatableListWidget::listDisappeared(). CCBUG: 253584 M +1 -0 applet/activatablelistwidget.cpp http://commits.kde.org/networkmanagement/f32ca1059a67f6e854658063ab6ac9be028429a0 *** Bug 267206 has been marked as a duplicate of this bug. *** *** Bug 268516 has been marked as a duplicate of this bug. *** *** Bug 268823 has been marked as a duplicate of this bug. *** *** Bug 269407 has been marked as a duplicate of this bug. *** *** Bug 269821 has been marked as a duplicate of this bug. *** *** Bug 270336 has been marked as a duplicate of this bug. *** *** Bug 271670 has been marked as a duplicate of this bug. *** Git commit 2f53877dda7981a64fd014c862c6777ae457dbeb by Lamarque V. Souza. Committed on 26/04/2011 at 03:37. Pushed by lvsouza into branch 'master'. This was missing from the previous commit. CCBUG: 253584 M +1 -1 applet/activatableitem.cpp M +4 -1 applet/wirelessnetworkitem.cpp http://commits.kde.org/networkmanagement/2f53877dda7981a64fd014c862c6777ae457dbeb Git commit c9db71b706b981abafae0b0152700809f87ed123 by Lamarque V. Souza. Committed on 26/04/2011 at 03:37. Pushed by lvsouza into branch 'nm09'. This was missing from the previous commit. CCBUG: 253584 (cherry picked from commit 2f53877dda7981a64fd014c862c6777ae457dbeb) M +1 -1 applet/activatableitem.cpp M +4 -1 applet/wirelessnetworkitem.cpp http://commits.kde.org/networkmanagement/c9db71b706b981abafae0b0152700809f87ed123 Git commit 7bed1941280fffa8a545879207587c9e490782b8 by Lamarque V. Souza. Committed on 26/04/2011 at 03:23. Pushed by lvsouza into branch 'master'. Try to avoid dangling pointer when deleting RemoteInterfaceConnection objects. CCBUG: 253584 M +1 -0 applet/activatableitem.cpp M +2 -2 libs/client/remoteactivatablelist.cpp http://commits.kde.org/networkmanagement/7bed1941280fffa8a545879207587c9e490782b8 Git commit b3715e40ea224e32b0bf1205e4f087fdb49e9e65 by Lamarque V. Souza. Committed on 26/04/2011 at 03:23. Pushed by lvsouza into branch 'nm09'. Try to avoid dangling pointer when deleting RemoteInterfaceConnection objects. CCBUG: 253584 M +1 -0 applet/activatableitem.cpp M +2 -2 libs/client/remoteactivatablelist.cpp http://commits.kde.org/networkmanagement/b3715e40ea224e32b0bf1205e4f087fdb49e9e65 *** Bug 268862 has been marked as a duplicate of this bug. *** Can someone test if this problem is really fixed? I cannot reproduce it, so I will close this bug if nobody can reproduce it. Closing bug. Reopen if it happens again. *** Bug 281282 has been marked as a duplicate of this bug. *** *** Bug 283238 has been marked as a duplicate of this bug. *** *** Bug 285727 has been marked as a duplicate of this bug. *** |