Re: Need help debugging Gdk-ERROR



On Fri, 16 Mar 2001, Eric M. Monsler wrote:
> So, two questions:
> 
> 1) I believe that "error code 9 request_code 64" are from the reporting
> by X or Xlib.  If this is correct, is there an online reference that I
> can consult to find out what those mean?

/usr/include/X11/X.h has the error codes (but Gdk has already decoded 9 for you;
BadDrawable). /usr/include/X11/Xproto.h has the request codes. 64 is PolyPoint.

> 2) Any other suggestions on how to track down this problem?

See Havoc's recent message:

> Run the app in gdb with --g-fatal-warnings:
> $ gdb myapp
> (gdb) run --g-fatal-warnings
> [close the window, note crash]
> (gdb) backtrace
> 
> That will show where it crashes.

Cheers,

-- 
Ali Harlow                              Email: ali avrc city ac uk
Research programmer                     Tel:   (020) 7477 8000 X 4348
Applied Vision Research Centre          Intl: +44 20 7477 8000 X 4348
City University                         Fax:   (020) 7505 5515
London                                  Intl: +44 20 7505 5515




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