分页: 1 / 1

窗口无缘无故死掉,错误代码如下(已解决)

发表于 : 2006-06-10 12:01
madoldman
这几天经常出现窗口无缘无故死掉,错误代码如下
The program received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
(Details: serial 23198 error_code 16 request_code 151 minor_code 20)
(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.)

发表于 : 2006-06-15 11:14
madoldman
原来是字体问题,当窗口中出现一些当前字体中不存在的符号时,窗口就会死掉,更换字体后问题解决