Summary: | KDE NetworkManager crashes every few seconds, non-stop, during any normal PC usage. | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | bugzilla.kde |
Component: | networkmanagement | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | crash | CC: | bugzilla.kde, lamarque, thijs22nospam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
bugzilla.kde
2012-01-17 15:46:17 UTC
Created attachment 67932 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4
- What I was doing when the application crashed:
I booted ccomputer, logged into KDE with KDM, this happens every couple seconds.
- Unusual behavior I noticed:
KDE is unusable, wifi is unusable with KDE networkmanager in charge.
-- Backtrace (Reduced):
#7 0x0437e68c in Solid::Control::NetworkInterfaceNm09::connectionState (this=0x0) at ../../../../../solidcontrolfuture/libs/solid/control/networkinterface.cpp:119
#8 0x0570b0e6 in WirelessInterfaceItem::setConnectionInfo (this=0x981a060) at ../../applet/wirelessinterfaceitem.cpp:65
#9 0x0570b082 in WirelessInterfaceItem::updateInfo (this=0x981a060) at ../../applet/wirelessinterfaceitem.cpp:54
#10 0x056fb266 in WirelessInterfaceItem::qt_metacall (this=0x981a060, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0xbfdd7318) at moc_wirelessinterfaceitem.cpp:74
#11 0x01b42b7d in metacall (argv=0xbfdd7318, idx=58, cl=QMetaObject::InvokeMetaMethod, object=0x981a060) at kernel/qmetaobject.cpp:237
Created attachment 67933 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4
- What I was doing when the application crashed:
Tried apt-get update, apt-get upgrade, then re-login with kdm. Same problems, possibly even worse now.
- Unusual behavior I noticed:
The network is disconnected every 3-5 seconds now, instead of every 10-15 seconds like I was experiencing before upgrading anything. The entire KDE workspace crashes constantly as well, with menubars, window decorations, backgrounds, etc. going away (every 10 seconds or so, just about as quickly as it takes to restore it all after it crashes).
-- Backtrace (Reduced):
#7 0x043d268c in Solid::Control::NetworkInterfaceNm09::connectionState (this=0x0) at ../../../../../solidcontrolfuture/libs/solid/control/networkinterface.cpp:119
#8 0x042a70e6 in WirelessInterfaceItem::setConnectionInfo (this=0x9574948) at ../../applet/wirelessinterfaceitem.cpp:65
#9 0x042a7082 in WirelessInterfaceItem::updateInfo (this=0x9574948) at ../../applet/wirelessinterfaceitem.cpp:54
#10 0x04297266 in WirelessInterfaceItem::qt_metacall (this=0x9574948, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0xbf8df698) at moc_wirelessinterfaceitem.cpp:74
#11 0x013eab7d in metacall (argv=0xbf8df698, idx=58, cl=QMetaObject::InvokeMetaMethod, object=0x9574948) at kernel/qmetaobject.cpp:237
Git commit 344fc885d1b6cfc108cbceb3adc542500f5a9ee0 by Lamarque V. Souza. Committed on 17/01/2012 at 20:50. Pushed by lvsouza into branch 'nm09'. Do not use null pointer when updating WirelessInterfaceItem. M +3 -0 applet/wirelessinterfaceitem.cpp http://commits.kde.org/networkmanagement/344fc885d1b6cfc108cbceb3adc542500f5a9ee0 Git commit 14d6c2f1d17db2eeca8b99325a512f3647e0eb6d by Lamarque V. Souza. Committed on 17/01/2012 at 20:46. Pushed by lvsouza into branch 'master'. Do not use null pointer when updating WirelessInterfaceItem. M +3 -0 applet/wirelessinterfaceitem.cpp M +1 -1 plasma_nm_version.h http://commits.kde.org/networkmanagement/14d6c2f1d17db2eeca8b99325a512f3647e0eb6d Can you check if the commit above fix the problem? The commit entered Plasma NM 0.8.99 (0.9.0_rc4). |