- john@satellite ~ $ gdb gae_g3dviewer
- GNU gdb (GDB) 7.2-ubuntu
- Copyright (C) 2010 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "i686-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /usr/local/bin/gae_g3dviewer...(no debugging symbols found)...done.
- (gdb) r
- Starting program: /usr/local/bin/gae_g3dviewer
- [Thread debugging using libthread_db enabled]
- The program 'gae_g3dviewer' received an X Window System error.
- This probably reflects a bug in the program.
- The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
- (Details: serial 336 error_code 9 request_code 137 minor_code 8)
- (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.)
- Program exited with code 01.
- (gdb) bt
- No stack.
- (gdb) q
- john@satellite ~ $ gae_g3dviewer --sync
- The program 'gae_g3dviewer' received an X Window System error.
- This probably reflects a bug in the program.
- The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
- (Details: serial 747 error_code 9 request_code 137 minor_code 8)
- (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.)
- john@satellite ~ $