Re: debugging gtk+ apps



josh <uzs33d uni-bonn de> writes: 
Gdk-ERROR **: BadMatch (invalid parameter attributes) 
  serial 1961 error_code 8 request_code 62 minor_code 0 

How can I find out what this error message means?  


This typically means you are using pixmaps, graphics contexts, or
images with mismatched visuals.
 
Run your app in a debugger with the --sync option, and when it crashes
with the error the backtrace will accurately reflect the function that
caused the error.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]