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.
http://bugs.winehq.org/show_bug.cgi?id=12046
--- Comment #1 from Ivan Baldo ibaldo@adinet.com.uy 2008-03-15 10:06:17 --- Created an attachment (id=11400) --> (http://bugs.winehq.org/attachment.cgi?id=11400) Running WINEDEBUG=+relay wine start sh and executing ld
http://bugs.winehq.org/show_bug.cgi?id=12046
Ivan Baldo ibaldo@adinet.com.uy changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ibaldo@adinet.com.uy
--- Comment #2 from Ivan Baldo ibaldo@adinet.com.uy 2008-03-15 10:16:25 --- The things I have installed: binutils-2.17.50-20060824-1.tar.gz gcc-g++-4.2.1-dw2-2.tar.gz libgcc_dw2_1.dll.gz mingw-runtime-3.14.tar.gz gcc-core-4.2.1-dw2-2.tar.gz insight-6.6-mingw.tar.bz2 mingw32-make-3.81-2.tar.gz mingw-utils-0.3.tar.gz w32api-3.11.tar.gz MSYS-1.0.10.exe
I tried running the same installation (copied the directory I had in Linux to the Windows partition) under Windows XP SP2 and works.
http://bugs.winehq.org/show_bug.cgi?id=12046
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.mingw.org/ Keywords| |download, source
--- Comment #3 from Lei Zhang thestig@google.com 2008-03-15 10:47:19 --- alas, no backtrace from the crash.
http://bugs.winehq.org/show_bug.cgi?id=12046
--- Comment #4 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-09-13 00:04:11 --- Created an attachment (id=16061) --> (http://bugs.winehq.org/attachment.cgi?id=16061) testcase
http://bugs.winehq.org/show_bug.cgi?id=12046
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-09-13 00:04:28 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=12046
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffzaroyko@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12046
--- Comment #6 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-09-13 00:24:16 --- (From update of attachment 16061) reproduces the same crash in msvcrt as experienced when running mingw32's windres.exe
http://bugs.winehq.org/show_bug.cgi?id=12046
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
http://bugs.winehq.org/show_bug.cgi?id=12046
--- Comment #7 from Jeff Zaroyko jeffz@jeffz.name 2008-10-31 09:14:43 --- This was fixed in the last release:
commit e20ef5013992e8b6671a238aabe3c962a589c51b Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 7 15:36:44 2008 +0200
msvcrt: Pass the command interpreter as exe name from _wpopen.
http://bugs.winehq.org/show_bug.cgi?id=12046
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #8 from Austin English austinenglish@gmail.com 2008-11-01 01:55:11 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=12046
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2008-11-07 10:46:03 --- Closing bugs fixed in 1.1.8.
http://bugs.winehq.org/show_bug.cgi?id=12046
--- Comment #10 from Ivan Baldo ibaldo@adinet.com.uy 2009-05-14 18:07:59 --- Using Wine 1.1.21 it doesn't work. Can someone please confirm that this is fixed? Can you run ld --help and ld --version and it outputs something? Thanks!
http://bugs.winehq.org/show_bug.cgi?id=12046
--- Comment #11 from Jeff Zaroyko jeffz@jeffz.name 2009-05-14 18:28:25 --- Did you check if it (In reply to comment #10)
Using Wine 1.1.21 it doesn't work. Can someone please confirm that this is fixed? Can you run ld --help and ld --version and it outputs something? Thanks!
Looks like a different bug, please open a new one to keep things clean. In this report we already identified one bug with popen identified by MinGW's windres and that was fixed last year.
http://bugs.winehq.org/show_bug.cgi?id=12046
--- Comment #12 from Jeff Zaroyko jeffz@jeffz.name 2009-05-14 18:47:02 --- fyi, I've gone ahead and filed bug 18479 to address your issue