http://bugs.winehq.org/show_bug.cgi?id=7472
Summary: Conformance test jams everything Product: Wine Version: 0.9.30. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: imaxfun@gmail.com
Running the latest conformance test winetest-200701071000-paul-mingw.exe crashes after a while on both 0.9.30 and 0.9.31, and causes the whole computer jam. Nothing else helps but boot. I have been running the tests frequently until the winetest-200701071000-paul-mingw.exe caused the crashing on Linux in January. (The test still runs OK on Windows.) I expected the bug to be fixed in new versions of test or Wine, but no new test has been released since and the new versions of Wine haven't removed the bug either.
The test runs doing some of the tests seemingly slower than earlier, until a complete crash while testing sounds. The following error is repeated 14 times before the crash:
fixme:msvcrt:MSVCRT_sopen : pmode 0x01b6 ignored
The single last error at crash with winetest-200701071000-paul-mingw.exe after those is:
ALSA lib seq_hw.c:456:(snd_seq_hv_open) open /dev/snd/seq failed: No such file or directory
I know there is a compatibility problem concerning the gcc compiler and msvcrt.dll, and seeing those errors that might well be the cause.
General info on my system: Ubuntu 6.06 LTS kernel 2.6.15-28-386 gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) (4.0.3 - i486-linux-gnu) GNOME v. 2.14.3 Xorg version 7.0.0
This bug is critical for running conformance tests.