[Bug 12046] New: MinGW32: unhandled page faults and exceptions
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(a)winehq.org ReportedBy: ibaldo(a)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.
http://bugs.winehq.org/show_bug.cgi?id=12046 --- Comment #1 from Ivan Baldo <ibaldo(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 Ivan Baldo <ibaldo(a)adinet.com.uy> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibaldo(a)adinet.com.uy --- Comment #2 from Ivan Baldo <ibaldo(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.mingw.org/ Keywords| |download, source --- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-03-15 10:47:19 --- alas, no backtrace from the crash. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 --- Comment #4 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-13 00:04:11 --- Created an attachment (id=16061) --> (http://bugs.winehq.org/attachment.cgi?id=16061) testcase -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-13 00:04:28 --- *** This bug has been confirmed by popular vote. *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffzaroyko(a)gmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 --- Comment #6 from Jeff Zaroyko <jeffzaroyko(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 --- Comment #7 from Jeff Zaroyko <jeffz(a)jeffz.name> 2008-10-31 09:14:43 --- This was fixed in the last release: commit e20ef5013992e8b6671a238aabe3c962a589c51b Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 7 15:36:44 2008 +0200 msvcrt: Pass the command interpreter as exe name from _wpopen. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-11-01 01:55:11 --- Fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2008-11-07 10:46:03 --- Closing bugs fixed in 1.1.8. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 --- Comment #10 from Ivan Baldo <ibaldo(a)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! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 --- Comment #11 from Jeff Zaroyko <jeffz(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=12046 --- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-05-14 18:47:02 --- fyi, I've gone ahead and filed bug 18479 to address your issue -- 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.
participants (1)
-
wine-bugs@winehq.org