Date: Wed, 20 May 2009 16:43:07 -0700 (PDT) From: Rudolf Koenig <info-r@koeniglich.de> To: freebsd-questions@freebsd.org Subject: Re: xview problem Message-ID: <23645545.post@talk.nabble.com> In-Reply-To: <92056ebc0903310732g26d666d0q1c4932d642b9243@mail.gmail.com> References: <92056ebc0903310732g26d666d0q1c4932d642b9243@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> and I get the same error for any other application using xview. IMHO it is a libX11 bug. The current libX11 version is compiled with USE_XCB, and the XCB implementation of XAllocID(dpy) (in the famous xcb_io.c) requires you to call the (private) _XIDHandler(dpy) function before calling it again. But our beloved XView library calls XAllocID 4 times in a row. Adding an _XIDHandler after each XAllocID in xview/server/server.c solved the problem for me. My question is where to post this bug, as it should be fixed in libX11 and not in libxview. Regards, Rudi -- View this message in context: http://www.nabble.com/xview-problem-tp22807229p23645545.html Sent from the freebsd-questions mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23645545.post>