http://bugs.winehq.org/show_bug.cgi?id=25946
Summary: gdi32/font tests fail on ubuntu x86_64 Product: Wine Version: 1.3.12 Platform: x86-64 URL: http://test.winehq.org/data/36bc1c7f8f96743fae24849dc8 4bbbfeb91e4e7e/wine_ae-ub1004/gdi32:font.html OS/Version: Linux Status: NEW Keywords: download, regression, source, testcase Severity: minor Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=33079) --> (http://bugs.winehq.org/attachment.cgi?id=33079) WINEDEBUG=+relay,+seh,+tid,+font make font.ok, bzip2'ed
font.c:1017: Test failed: GetCharABCWidthsA should have failed font.c:1017: Test failed: GetCharABCWidthsA should have failed font.c:1017: Test failed: GetCharABCWidthsA should have failed font.c:1017: Test failed: GetCharABCWidthsA should have failed font.c:1017: Test failed: GetCharABCWidthsA should have failed
it's regression, introduced by either http://source.winehq.org/git/wine.git/?a=commitdiff;h=c117d45cb3390d8c12c640... or http://source.winehq.org/git/wine.git/?a=commitdiff;h=c706ecea82d7a4d664dae2...
if I reset my tree to c706ecea82d7a4d664dae298ac6d4491d8fe0f85 and run make font.ok, it segfaults: austin@midna:~/wine-git/dlls/gdi32/tests$ make font.ok ../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so font.c && touch font.ok wine: Unhandled page fault on write access to 0x00150000 at address 0x689f850f (thread 0009), starting debugger... err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x683509ca
I'll attach logs for both cases.