Ethereal-users: Re: [ethereal-users] gdk error if menubar is clicked

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Fri, 11 Feb 2000 20:25:27 -0800
> I've always happily used ethereal, however recently I started ethereal,
> and it crashed with the message:
> Gdk-ERROR **: BadWindow (invalid Window parameter)
>   serial 1716 error_code 3 request_code 38 minor_code 0
> Gdk-ERROR **: BadAccess (attempt to access private resource denied)
>   serial 1717 error_code 10 request_code 102 minor_code 0

Unless it's printing requests in a radix other than 10, that's the
ChangeKeyboardControl request; I don't see anything in GDK+ that's
calling "XChangeKeyboardControl()", so I suspect there's something
extremely broken in the installation of whatever version of GTK+ you're
using.  Make sure *other* GTK+ applications build and run with the same
version of GTK+...

> as soon as I click in the menu bar.

...in particular, make sure the menu bar works in other applications as
well.