[Bug 12046] New: MinGW32: unhandled page faults and exceptions

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 15 09:52:07 CDT 2008


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 at winehq.org
        ReportedBy: ibaldo at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list