https://bugzilla.novell.com/show_bug.cgi?id=728646 https://bugzilla.novell.com/show_bug.cgi?id=728646#c7 --- Comment #7 from Sebastian Siebert <freespacer@gmx.de> 2011-11-08 11:56:37 UTC --- @Vincent: I try it with --synch. No backtrace. # DISPLAY=":0" MUTTER_SYNC=1 gdb --args gnome-shell --synch --replace I also try these: # DISPLAY=":0" gdb --args gnome-shell --synch --replace # DISPLAY=":0" MUTTER_SYNC=1 gdb --args gnome-shell --sync --synch --replace I get only this output: (gnome-shell:5348): Gdk-WARNING **: The program 'gnome-shell' received an X Window System error. This probably reflects a bug in the program. The error was 'GLXBadRenderRequest'. (Details: serial 222 error_code 153 request_code 137 minor_code 1) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) [Inferior 1 (process 5348) exited with code 01] When I type "bt" in the prompt of gdb, I get: No stack. Any further suggestions? :-) Regards, Sebastian -- 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.