https://bugzilla.novell.com/show_bug.cgi?id=728646 https://bugzilla.novell.com/show_bug.cgi?id=728646#c5 --- Comment #5 from Sebastian Siebert <freespacer@gmx.de> 2011-11-08 11:01:55 UTC --- Hi Vincent, I try these commands on tty, but I can not get any backtrace: # DISPLAY=":0" gdb --args gnome-shell --sync --replace # DISPLAY=":0" MUTTER_SYNC=1 gdb --args gnome-shell --replace # DISPLAY=":0" MUTTER_SYNC=1 gdb --args gnome-shell --sync --replace I get only this error message: (gnome-shell:2383): 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 181 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.) No more information. :-( Any suggestions how we can debug it? 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.