On Tue, Oct 12, 2004 at 08:14:20PM +0100, Matt Reynolds wrote: > Oh yeah, there's a lot more stuff in the xpdyinfo output (well only from > the IRIX side - the debian client can't complete the setup stages of the > connection, so it doesn't output anything more than I showed). I > didn't want to flood the bug report straight away with the full output, > the IRIX X server has a LOT of visual IDs. I've enclosed the output.
Thanks!
> I can attempt to collect a snoop trace of the debian client talking to the
> X server tomorrow if it'll help.
Sure, that would be great.
> The weirdest thing about all this? I can't find that line in the source
> code of the xlibs package, yet "strings libX11.so | grep parse" returns
> the exact string..!
xlibs doesn't contain any shared libraries anymore -- please see its
package description.
What you want is libx11-6.
$ grep -3n 'Did not parse entire' xc/lib/X11/*.c
xc/lib/X11/OpenDis.c-567-
xc/lib/X11/OpenDis.c-568- if(usedbytes != setuplength){
xc/lib/X11/OpenDis.c-569- /* Sanity check, shouldn't happen. */
xc/lib/X11/OpenDis.c:570: fprintf(stderr, "Xlib: Did not parse entire
setup message: "
xc/lib/X11/OpenDis.c-571- "parsed: %ld, message:
%ld\n",
xc/lib/X11/OpenDis.c-572- usedbytes, setuplength);
xc/lib/X11/OpenDis.c-573- OutOfMemory(dpy, setup);
--
G. Branden Robinson | My first priority in any attack is
Debian GNU/Linux | to solve the problem -- not issue a
[EMAIL PROTECTED] | press release.
http://people.debian.org/~branden/ | -- Steve McInerney
signature.asc
Description: Digital signature

