http://bugs.winehq.org/show_bug.cgi?id=30918
Bug #: 30918 Summary: 'make test' crashes in dlls/windowscodecs/test/info.c for a new wine prefix Product: Wine Version: 1.5.6 Platform: x86-64 OS/Version: Linux Status: NEW Keywords: regression, testcase Severity: normal Priority: P2 Component: windowscodecs AssignedTo: wine-bugs@winehq.org ReportedBy: dmitry@baikal.ru CC: madewokherd@gmail.com Classification: Unclassified
$ rm -rf ~/.wine $ make test ../../../tools/runtest -q -P wine -M windowscodecs.dll -T ../../.. -p windowscodecs_test.exe.so info.c && touch info.ok wine: created the configuration directory '/home/dmitry/.wine' ... wine: configuration in '/home/dmitry/.wine' has been updated. info.c:133: Test succeeded inside todo block: CreateComponentInfo failed, hr=0 wine: Unhandled page fault on write access to 0x00000000 at address 0x688bdab8 (thread 0009), starting debugger... Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x688bdab8). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:688bdab8 ESP:0032f8c0 EBP:0032f8e8 EFLAGS:00010246( R- -- I Z- -P- ) EAX:00126468 EBX:6891dff4 ECX:00000000 EDX:6891afa0 ESI:00000000 EDI:68491d60 Stack dump: 0x0032f8c0: 68490b5c 68491d60 0032f8e8 6848ff9b 0x0032f8d0: 00000001 68492c91 0032f8f8 68492e40 0x0032f8e0: 68495ff4 68490b5c 0032fba8 68484705 0x0032f8f0: 00126468 00000000 68496680 00004e03 0x0032f900: 00004bfe 000000b1 00000085 0000003d 0x0032f910: 00000077 00000076 0000008d 000000c9 Backtrace: =>0 0x688bdab8 PixelFormatInfo_GetComponentType+0x58(iface=0x126468, pType=(nil)) [/home/dmitry/wine/dlls/windowscodecs/info.c:1089] in windowscodecs (0x0032f8e8) 1 0x68484705 test_pixelformat_info+0x7d4() [/home/dmitry/wine/dlls/windowscodecs/tests/info.c:185] in windowscodecs_test (0x0032fba8) ...