Re: Xorg crash; Xlib errors

Matthieu Herrb <[email protected]>
Newsgroups gmane.os.openbsd.x11
Message-ID <[email protected]>
Deanna Phillips wrote:

> 
> Here are some issues I'm trying to resolve with the Gnash port.
> Gnash is a shockwave flash player that is currently using
> OpenGL, a GTK gui, the GTK GL extensions (gtkglext), and
> pthreads.
> 
> Problem 1:
> 
> Something like 50% of the time, it hangs or fails to start,
> giving Xlib errors such as:
> 
> Xlib: sequence lost (0x10000 > 0xb8) in reply type 0x1!
> 
> Here's the bug: https://savannah.gnu.org/bugs/?18062
> 
> This problem has only been reported on OpenBSD.

This is generally caused either by applications that do Xlib calls in
their Xlib error handler, or by multi-threaded application that use a
non-thread-safe version of libX11.

Normally libX11 is built on OpenBSD to be thread safe, but it's
difficult to say if it's really the case, given the number of difficult
problems in this area.

> 
> Problem 2:
> 
> When troubleshooting this, I found that one of the gtkglext
> example programs crashes the X server.  I don't know whether or
> not this is related to the gnash bug.
> 
> To try to reproduce it, make the x11/gtkglext port, cd into the
> examples directory and make there, then run the pixmap example.

I can't reproduce this on my machines for now. Il will try later on more
 machines/graphics cards.

Sorry not be be able to be more helpful.
-- 
Matthieu Herrb
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.