x11perf crashes against Xvfb from current CVS. Xvfb sends a BadMatch in response to a GetImage request. curiously this doesn't happen with the dummy driver. this happens even with Composite off.
a pcap of the action is at http://freedesktop.org/~ajax/badmatch.pcap . bugzilla is freaking out when i try to attach it.
Breakpoint 4, DoGetImage (client=0x858fd30, format=2, drawable=600, x=0, y=0, width=600, height=600, planemask=4294967295, im_return=0x0) at dispatch.c:2167 2167 return(BadMatch); (gdb) here we go. this is with Xvfb at 640x480, so naturally a height of 600 won't work. Xvfb at 800x600 works fine. i think that makes this a bug in x11perf. not a blocker.
whatever.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.