http://bugs.winehq.org/show_bug.cgi?id=2880
Summary: All cygwin programs fail to run Product: Wine Version: 20050310 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: lamber45@cse.msu.edu
All programs linked against cygwin1.dll appear to crash without doing anything useful, whether run under 'wcmd' or by doing 'wine progran.exe'. Typical output from a 6-line C program that calls printf() to print "Hello.":
davidl@orlith:~/src/csc5250$ wine demo1.exe Warning: Language '' was not recognized, defaulting to English. fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please report !! Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:comm:GetCommState tcgetattr or ioctl error 'Invalid argument' fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:ntdll:NtQueryObject Unsupported information class 1 36 [sig] demo1 -8 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 2938 [sig] demo1 -8 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 5460 [sig] demo1 -8 handle_exceptions: Error while dumping state (probably corrupted stack) Segmentation fault davidl@orlith:~/src/csc5250$
The cygwin version was current as of a few weeks before this bug report (installer version 2.125.2.10, according to a logfile). The only other thing unusual about this setup is that several elements of PATH are on a read-only NTFS partition, including C:\cygwin\bin and C:\WINNT\SYSTEM32 .