最近のバグ

最近、Linux上でGUIを動かすときに悩まされるバグ。

Gtk-ERROR **: file gtktextlayout.c: line 1113 (get_style):
assertion failed: (layout->one_style_cache == NULL)
aborting...

どうも、Thread関連のエラーらしい。Thread実行するとGUIがクラッシュする。実装が悪いのだなー。でも、直しようがないなー。GTKなんて言われても。

Xlib: sequence lost (0x3e2a46 > 0x3d2a54) in reply type 0x0!
The program 'python' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
(Details: serial 4008518 error_code 17 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.)

このエラーも原因は、似たようなもののような気がする。

http://programming.itags.org/python/102286/
↑たぶんこの問題と同じような理由だろう。自分の場合は、Pygameは使っていないが。