Používám Ubuntu 9.10 a padá (přesněji občas nestartuje) Thunderbird. Abych ziskal více info zkusil jsemho pustit z terminalu a vrátil mi následující
lui@hal:~$ thunderbird
Gdk-ERROR **: The program 'thunderbird-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 927 error_code 3 request_code 20 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.)
aborting...
Trace/breakpoint trap (core dumped)
Volba --sync dle mého subjektivního vnímání nemá smysl, neboť ani s ní se to někdy nepovede a naopak při několikátém pokusu bez ní se to chytne.
Tady je vidět, že ta volba nepomáhá
lui@hal:~$ thunderbird --sync
Gdk-ERROR **: The program 'thunderbird-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 878 error_code 3 request_code 20 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.)
aborting...
Trace/breakpoint trap (core dumped)
lui@hal:~$
Ale pak to na X tý pokus nastartuje a běží bez problémů