Trying to debug with gdb doesn't really help as it's not a real crash where you get a backtrace ... the best I could get is:
63 in main.c (gdb) Xlib: extension "Generic Event Extension" missing on display ":1000.0". Xlib: extension "Generic Event Extension" missing on display ":1000.0". Xlib: extension "Generic Event Extension" missing on display ":1000.0". Xlib: extension "Generic Event Extension" missing on display ":1000.0". Xlib: extension "Generic Event Extension" missing on display ":1000.0". 70 in main.c (gdb) 72 in main.c (gdb) 73 in main.c (gdb) 75 in main.c (gdb) 80 in main.c (gdb) 81 in main.c (gdb) The program 'gnome-panel' received an X Window System error. This probably reflects a bug in the program. The error was 'BadRequest (invalid request code or no such operation)'. (Details: serial 112 error_code 1 request_code 150 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. -- Gnome-panel won't start when run through NX session https://bugs.launchpad.net/bugs/352716 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
