https://bugzilla.novell.com/show_bug.cgi?id=355254 User nadvornik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=355254#c6 Vladimir Nadvornik <nadvornik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nadvornik@novell.com |rguenther@novell.com --- Comment #6 from Vladimir Nadvornik <nadvornik@novell.com> 2008-01-23 03:40:48 MST --- There is just a 32 bit pointer that should be passed to the function, but there appears some random value instead, see the backtrace above. static void handleExtensions(); void DispatchEvent(XEvent *event) { [...] handleExtensions(event); [...] } [...] static void handleExtensions(XEvent *event) { [...] } -- 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.