[Bug 486788] New: gnome-session utilizes 100% cpu and fills the /home/$user/.xsession-errors file with _IceTransSocketUNIXAccept: accept() failed
https://bugzilla.novell.com/show_bug.cgi?id=486788 Summary: gnome-session utilizes 100% cpu and fills the /home/$user/.xsession-errors file with _IceTransSocketUNIXAccept: accept() failed Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Major Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: fmercer@novell.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.1.6 Firefox/3.0.7 If I leave GroupWise Client version 8.0.0 running for more than 3 days on openSUSE 11.1, gnome-session will go to 100% cpu and start filling up the xsession-errors file with the error "_IceTransSocketUNIXAccept: accept() failed". The xsession-error file will eventually grow as large as the free space available on the /home partition. There is 25gb of free space on my /home partition. I have found a bug from gnome that discusses the issue I have, but they only have an rpm package for RedHat available. http://bugzilla.gnome.org/show_bug.cgi?id=563354 I am running gnome-session 2.24.1-6.2. There is a tarball for gnome-session 2.24.3, but it does not appear to be for x86-64. I have tried to install the tarball, but gnome will not use the version of gnome-session that I just configured and installed. Reproducible: Always Steps to Reproduce: 1.Install openSUSE 11.1 64bit on Dell Precision 390 2.Install GroupWise Client 8.0.0 3.Leave the GroupWise Client running for more than 3 days straight and you will see gnome-session using 100% cpu 4. tail -f /home/$user/.xsession-error to view the error "_IceTransSocketUNIXAccept: accept() failed" being written several hundred times a minute 5. If left long enough, the xsession-error file will grow to the size of the free space you have available. 6. After deleting the xsession-errors file you will not get the free space back until you reboot. According to the gnome bug - here is the fix: diff -Naur gnome-session-2.24.2.orig/gnome-session/gsm-xsmp-client.c gnome-session-2.24.2/gnome-session/gsm-xsmp-client.c --- gnome-session-2.24.2.orig/gnome-session/gsm-xsmp-client.c 2008-12-05 16:10:09.000000000 +0000 +++ gnome-session-2.24.2/gnome-session/gsm-xsmp-client.c 2008-12-05 16:11:23.000000000 +0000 @@ -636,6 +636,7 @@ } if (client->priv->ice_connection != NULL) { + IceSetShutdownNegotiation (client->priv->ice_connection, FALSE); IceCloseConnection (client->priv->ice_connection); } -- 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=486788 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High AssignedTo|bnc-team-gnome@forge.provo. |vuntz@novell.com |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=486788 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=486788#c1 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |fmercer@novell.com --- Comment #1 from Vincent Untz <vuntz@novell.com> 2009-03-20 09:15:03 MST --- Fred: can you test the gnome-session package in home:vuntz:11.1-testing to see if it fixes the issue? -- 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=486788 User fmercer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=486788#c2 --- Comment #2 from Fred Mercer <fmercer@novell.com> 2009-03-20 11:41:31 MST --- I have applied the gnome-session files from the repository. I will let you know in 3 days or so if the problem reappears. Thank you. -- 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=486788 User fmercer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=486788#c3 --- Comment #3 from Fred Mercer <fmercer@novell.com> 2009-03-25 05:57:21 MST --- No issues so far. The patch appears to have fixed the issue I was seeing. -- 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=486788 User fmercer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=486788#c4 --- Comment #4 from Fred Mercer <fmercer@novell.com> 2009-03-30 07:22:26 MDT --- Still no issues and I have had everything running nonstop since I applied the update. I am going to say this is fixed. Thank you! -- 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=486788 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=486788#c5 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|fmercer@novell.com | --- Comment #5 from Vincent Untz <vuntz@novell.com> 2009-03-30 07:38:17 MDT --- Good, thanks for testing! I won't have time to try to push this as a maintenance update before Friday (I'm at a conference). If someone else wants to step up and do the work before, that person should feel free to do so ;-) -- 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