https://bugzilla.novell.com/show_bug.cgi?id=389386 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=389386#c38 --- Comment #38 from Stefan Dirsch <sndirsch@novell.com> 2008-07-02 03:15:08 MDT --- (In reply to comment #35 from Michael Schroeder)
(looks like this may also be related to #351338, seems to me that the -noreset workaround doesn't help all the times)
This workaround is likely no longer required due to schwab's fix (xorg-server-1.4-vnc-memory.diff) in xorg-x11-server sources. ------------------------------------------------------------------- Thu Mar 20 14:51:20 CET 2008 - sndirsch@suse.de [...] - make the memory corruption fix by schwab a seperate patch to make sure it won't get lost the next time I update the VNC patch ------------------------------------------------------------------- Wed Mar 19 20:11:26 CET 2008 - schwab@suse.de - Fix vnc server memory corruption. diff -u -w -r xorg-server-1.4.0.90.orig//hw/vnc/init.c xorg-server-1.4.0.90/hw/vnc/init.c --- xorg-server-1.4.0.90.orig//hw/vnc/init.c 2008-03-20 14:49:06.620576750 +0100 +++ xorg-server-1.4.0.90/hw/vnc/init.c 2008-03-20 14:49:27.769898500 +0100 @@ -827,6 +827,7 @@ KbdDeviceOff(); break; case DEVICE_CLOSE: + vncSetKeyboardDevice(NULL); if (pDev->on) KbdDeviceOff(); break; @@ -869,6 +870,7 @@ break; case DEVICE_CLOSE: + vncSetPointerDevice(NULL); if (pDev->on) PtrDeviceOff(); break; So I don't think this is the issue here. -- 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.