From: Don T. <dt...@ar...> - 2009-12-04 20:10:17
|
I am running the version 4.4 release candidate of gnuplot in opensolaris 2009.06 with a wxt terminal type. The plot windows do not consistently close when pressing the [x], and often require a "Force Quit" to close them. Also, sometimes they close on their own! I've copied the text that outputs in this case: gnuplot --persist PPPpos.gp Xlib: unexpected async reply (sequence 0x40b)! (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x2000085 unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x2000084 unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x2000089 unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x200008a unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x200008b unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x200008c unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x200008d unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x200008e unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x200008f unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x2000090 unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x2000091 unexpectedly destroyed (<unknown>:16413): Gdk-WARNING **: GdkWindow 0x2000088 unexpectedly destroyed Xlib: sequence lost (0x104dd > 0x4dd) in reply type 0x0! The program '<unknown>' 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 1245 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.) The program '<unknown>' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAtom (invalid Atom parameter)'. (Details: serial 1271 error_code 5 request_code 18 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.) Don -- View this message in context: http://old.nabble.com/v4.4-plot-windows-do-not-consistently-close-on-opensolaris-tp26636388p26636388.html Sent from the Gnuplot - Bugs mailing list archive at Nabble.com. |