https://bugzilla.novell.com/show_bug.cgi?id=355254 User nadvornik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=355254#c1 Vladimir Nadvornik <nadvornik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nadvornik@novell.com AssignedTo|nadvornik@novell.com |rguenther@novell.com --- Comment #1 from Vladimir Nadvornik <nadvornik@novell.com> 2008-01-22 09:58:32 MST --- This seems to be a gcc problem. Package built with -O2 segfaults, with -O0 works OK. gdb shows this: sphinx:/ # gdb wmaker [...] (gdb) run --for-real [...] Program received signal SIGSEGV, Segmentation fault. 0x0806e051 in handleExtensions (event=0x10) at event.c:490 490 if (wShapeSupported && event->type == (wShapeEventBase+ShapeNotify)) { (gdb) where #0 0x0806e051 in handleExtensions (event=0x10) at event.c:490 #1 0x080b5c6e in WMHandleEvent (event=0xffecbf08) at wevent.c:235 #2 0x0808fb07 in StartUp (defaultScreenOnly=1) at startup.c:1018 #3 0x080745a8 in main (argc=Cannot access memory at address 0x1 ) at main.c:867 The value of event is just passed and is not modified anywhere in the code. Maybe there is some problem with the declaration: static void handleExtensions(); [...] 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.