Hello, dillo 0.8.0 (well, the last pre series I think...) dies from time to time with this error: Gdk-ERROR **: BadMatch (invalid parameter attributes) serial 6737 error_code 8 request_code 72 minor_code 0 this is on solaris, gtk 1.2.10 -Ric
On Sat, Feb 14, Riccardo wrote:
dillo 0.8.0 (well, the last pre series I think...) dies from time to time with this error: Gdk-ERROR **: BadMatch (invalid parameter attributes) serial 6737 error_code 8 request_code 72 minor_code 0
this is on solaris, gtk 1.2.10
I'm not sure whether I will be able to help you at all, but for this kind of error, the following is helpful for others. If you are able to reproduce it (or it happens often enough so that the chance is there), try the following: 1. Start gdb with dillo, and run it with "--g-fatal-warnings". 2. When this error occurs, dillo will immediately abort, and you are back in gdb. 3. Type "bt" in gdb. If you are a bit familiar with the internals of dillo, try to find the relevant level on the stack (usually the top-most function of dillo itself), and print the values of the variables of which you think that they might help. Sebastian
participants (2)
-
Riccardo
-
Sebastian Geerken