[Bug 436196] New: knetworkmanager enters infinite loop, unresponsive, loads CPU to max
https://bugzilla.novell.com/show_bug.cgi?id=436196 Summary: knetworkmanager enters infinite loop, unresponsive, loads CPU to max Product: openSUSE 11.0 Version: Final Platform: i686 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: KDE4 Workspace AssignedTo: kde-maintainers@suse.de ReportedBy: lmb@novell.com QAContact: qa@suse.de Found By: Development On 11.0 with all updates applied, I observe knetwork manager going into an infinite loop, using all free CPU time and heating up the CPU & draining the battery: It's stuck on: gettimeofday({1224174914, 8900}, NULL) = 0 poll([{fd=9, events=POLLIN, revents=POLLIN}], 1, 9398) = 1 gettimeofday({1224174914, 8981}, NULL) = 0 poll([{fd=9, events=POLLIN, revents=POLLIN}], 1, 9398) = 1 gettimeofday({1224174914, 9063}, NULL) = 0 .. lsof shows: knetworkm 8146 lmb 9u unix 0xcc879ac0 0t0 3344826 socket It is also the only process which appears to be connected to this socket, which explains the tight loop - apparently it is not able to handle that that socket was closed from the other end. A possible work-around is to kill knetworkmanager, which of course means all network connections get dropped briefly, and restart it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kde-maintainers@suse.de |helmut.schaa@gmail.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 Christian Zoz <zoz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|helmut.schaa@gmail.com |hschaa@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 User hschaa@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436196#c1 Helmut Schaa <hschaa@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |lmb@novell.com --- Comment #1 from Helmut Schaa <hschaa@novell.com> 2008-11-03 06:30:34 MDT --- Maybe NM crashed during a synchronous DBus call from KNM. Does the issue still appear with 11.1? Is there an easy was to reproduce it? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 User lmb@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436196#c2 Lars Marowsky-Bree <lmb@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lmb@novell.com | --- Comment #2 from Lars Marowsky-Bree <lmb@novell.com> 2008-11-03 06:44:29 MDT --- Haven't tested with 11.1 yet. There wasn't really a way to reproduce, it would silently fail in the background eventually during normal operation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 Helmut Schaa <hschaa@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436196#c3 --- Comment #3 from Dirk Mueller <dmueller@novell.com> 2008-11-04 13:35:06 MST --- Lars, please run knetworkmanager with export QT_DEBUG_TIMER=1 before. my guess is that this is the QMovie leak that I talked to Helmut about before which is caused by excessive and pointless caching of QMovie objects. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 Helmut Schaa <hschaa@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436196 User hschaa@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436196#c4 Helmut Schaa <hschaa@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME --- Comment #4 from Helmut Schaa <hschaa@novell.com> 2009-01-19 05:42:15 MST --- Hmm, this issue did not hit me yet and as I'm not able to reproduce it I'll close it as WORKSFORME. Nevertheless thanks for the report. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com