http://bugs.winehq.org/show_bug.cgi?id=12046
Summary: MinGW32: unhandled page faults and exceptions Product: Wine Version: 0.9.57. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ibaldo@adinet.com.uy
- install MinGW32 and MSYS. - go to the MSYS directory. - wine cmd - msys.bat (it opens an rxvt or another terminal with bash) - ld --version - ld --help
It doesn't display anything on rxvt or the terminal where you are running bash, and on the console where you started wine the following error appears: wine: Unhandled page fault on write access to 0x2d656c78 at address 0x7bc42874 (thread 0026), starting debugger... err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc42874
Running ld directly with Wine works: - go to the MinGW32 directory. - cd bin - wine ld --version - wine ld --help
Another (more direct) way to reproduce the fault: - go to the MSYS directory. - cd bin - wine start sh (or wineconsole sh) - cd /mingw/bin - ./ld --help - ./ld --version
Instead of ld you may try gcc or dlltool or windres, etc.