freeglut errors?

Todd Denniston Todd.Denniston at tsb.cranrdte.navy.mil
Wed Mar 17 22:41:27 UTC 2010


Tom Horsley wrote, On 03/17/2010 06:10 PM:
> I was trying out mesa-demos on my newly updated fedora 13 partition,
> and virtually all of the demos spew an unlimited number of messages
> to stderr saying (approximately):
> 
> freeglut(progname) Unknown X event type: 96
> 
> Nevertheless, they seem to work. Anyone know what X event type 96
> is? :-).
> 
> I was just doing this to see if this bug was fixed yet:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=562607
> 
> (It's not - gltestperf still turns my system into a brick, but
> it does seem to be the only demo that crashes it).


http://tronche.com/gui/x/xlib/events/types.html
points to X11/X.h as the keeper of X event types.

On a RHEL system (what is at hand presently) I see in there
#define LASTEvent       35    /* must be bigger than any event # */


So, event type 96 does not exist, AKA it is Unknown. :)

But it also reads like the demo's are setting the event type or using an event mask of that (in a
tight loop, probably the main loop).

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter


More information about the test mailing list