my application crashes when the window that contains the wxWebConnect frame is destroyed.
Interesstingly this occurs only with the latest XULRunner deployed by Ubuntu 10.4 (Mozilla XULRunner 1.9.2.6 - 20100628124234) but not with the XULRunner 1.9.2 from the XULRunner homepage (Mozilla XULRunner 1.9.2 - 20100222070631). (I have not tested other versions yet...)
The output of the application is:
- Code: Select all
The program 'XXXX' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 10702 error_code 158 request_code 148 minor_code 7)
(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.)
Unfortunatelly I have no idea how to debug this because I don't know how to start an wxApp with the --sync option.
Any hints, comments, solutions?
Thanks!