[Bug 72956] gnome-terminal crash unexpected
reign
lealcy at gmail.com
Thu Nov 23 01:19:10 UTC 2006
Public bug reported:
Binary package hint: gnome-terminal
Transcript of xterm session:
lealcy at reign:~$ time gnome-terminal
The program 'gnome-terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 105 error_code 2 request_code 78 minor_code 0)
(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.)
real 0m10.099s
user 0m0.072s
sys 0m0.020s
lealcy at reign:~$ time gnome-terminal --sync
The program 'gnome-terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 136 error_code 2 request_code 78 minor_code 0)
(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.)
real 0m10.096s
user 0m0.068s
sys 0m0.008s
(gdb) run
Starting program: /usr/bin/gnome-terminal
(no debugging symbols found)
...
[Thread debugging using libthread_db enabled]
[New Thread -1226459472 (LWP 6517)]
(no debugging symbols found)
...
The program 'gnome-terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 105 error_code 2 request_code 78 minor_code 0)
(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)
** Affects: gnome-terminal (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
gnome-terminal crash unexpected
https://launchpad.net/bugs/72956
More information about the desktop-bugs
mailing list