Subject: Re: xsrc/33680: xlib error on sparc64
To: None <xsrc-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 06/17/2006 21:05:03
The following reply was made to PR xsrc/33680; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: Michael Lorenz <macallan@NetBSD.org>
Cc: gnats-bugs@NetBSD.org
Subject: Re: xsrc/33680: xlib error on sparc64
Date: Sat, 17 Jun 2006 23:02:48 +0200
I traced this a bit further: the client does a XChangeProperty() with
format=32 (which, quite funny but that's how it is documented) means "long".
Now the server decodes the request with format = 64, and returns BadValue.
Can I make the server dump the whole request packet somehow? Or the client
libx11 before sending it?
Martin