http://bugs.winehq.org/show_bug.cgi?id=22426
Summary: gdi32/tests: make bitmap.ok crashes X server Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: niko.lecam@gmail.com CC: julliard@winehq.org
Created an attachment (id=27467) --> (http://bugs.winehq.org/attachment.cgi?id=27467) +gdi,+x11drv trace
Since commit a53a3f50ad02997167de0438f12ea992d6236e27 my X server is crashing when running the gdi32 bitmap test. I'm on Ubuntu 9.10 using the 185.18.36 nvidia binary driver.
Here is the replay of the bisect : nlecam@misaki:~/Projects/wine/wine-git$ git bisect replay ~/git-bisect.log We are not bisecting. Bisecting: 42 revisions left to test after this (roughly 5 steps) [a1e99f544b40e54d90e4d102186ba526f1489ca5] msvcrt: Implement support for version 4 exception tables. a53a3f50ad02997167de0438f12ea992d6236e27 is first bad commit commit a53a3f50ad02997167de0438f12ea992d6236e27 Author: Alexandre Julliard julliard@winehq.org Date: Thu Apr 15 11:39:41 2010 +0200
winex11: Rewrite AlphaBlend to do everything on the server side, and support all types of source bitmaps.
:040000 040000 4bd8437256a672206aaf0786136e3248b1e49578 4d794811365971b5002df577e7a09196ee619def M dlls
CCing Alexandre. Also attached is a +gdi,+x11drv trace on today git. Just ask if you need more tests/infos.