http://bugs.winehq.org/show_bug.cgi?id=12721
Summary: Various cygwin executables fail with Exception: STATUS_ACCESS_VIOLATION Product: Wine Version: 0.9.59. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: arnim.laeuger@gmx.net
Created an attachment (id=12371) --> (http://bugs.winehq.org/attachment.cgi?id=12371) Output of WINEDEBUG=+relay as described in the HowTo
I'm using wine 0.9.59 (precompiled rpm) on an OpenSuse 10.2 box to execute Altera's QuartusII (7.2SP3) application. I could install the application through its installation process. Running the program yields a lot of messages from the embedded cygwin programs, thus I took one example to create this bug report.
I obtained the attached artifacts while running mount.exe from the cygwin directory that was installed by Quartus. The program hangs after a while with 100% CPU load. I need to kill mount.exe manually to get back access to the shell. Other cygwin programs behave similarly.
http://bugs.winehq.org/show_bug.cgi?id=12721
--- Comment #1 from Arnim Laeuger arnim.laeuger@gmx.net 2008-04-21 15:20:31 --- Created an attachment (id=12372) --> (http://bugs.winehq.org/attachment.cgi?id=12372) Automatically created when running 'wine <path>/mount.exe --help'
http://bugs.winehq.org/show_bug.cgi?id=12721
Matthew Flaschen matthew.flaschen@gatech.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matthew.flaschen@gatech.edu
--- Comment #2 from Matthew Flaschen matthew.flaschen@gatech.edu 2008-10-13 21:39:18 --- I can confirm this installing Cygwin setup version 2.573.2.3 directly on ~wine-1.1.5 (from git).
http://bugs.winehq.org/show_bug.cgi?id=12721
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, source
--- Comment #3 from Austin English austinenglish@gmail.com 2008-10-14 02:02:23 --- Confirming then.
http://bugs.winehq.org/show_bug.cgi?id=12721
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #4 from Dan Kegel dank@kegel.com 2008-10-19 08:30:36 --- Try running them inside wineconsole using cygwin.bat. Not really a fix, but 'mount' works ok for me there with today's git.
http://bugs.winehq.org/show_bug.cgi?id=12721
--- Comment #5 from Austin English austinenglish@gmail.com 2009-01-20 01:40:14 --- Still present in git. Cygwin.bat works though. Backtrace:
Backtrace: =>0 0x7e4a4667 IMM_FreeThreadData+0x29() [/home/austin/wine-git/dlls/imm32/imm.c:238] in imm32 (0x7ec113e8) 1 0x7e4a55ba DllMain+0xb3(hInstDLL=0x7e4a0000, fdwReason=3, lpReserved=(nil)) [/home/austin/wine-git/dlls/imm32/imm.c:387] in imm32 (0x7ec11428) 2 0x7e4acd6a __wine_spec_dll_entry+0x6e(inst=0x7e4a0000, reason=3, reserved=(nil)) [/home/austin/wine-git/dlls/winecrt0/dll_entry.c:40] in imm32 (0x7ec11458) 3 0x7ef8ec4d call_dll_entry_point+0x15() in ntdll (0x7ec11478) 4 0x7ef90fe5 MODULE_InitDLL+0x211(wm=0x121ac8, reason=3, lpReserved=(nil)) [/home/austin/wine-git/dlls/ntdll/loader.c:972] in ntdll (0x7ec115d8) 5 0x7ef948ac LdrShutdownThread+0xd9() [/home/austin/wine-git/dlls/ntdll/loader.c:2230] in ntdll (0x7ec11618) 6 0x7efc0e6a RtlExitUserThread+0x96(status=0) [/home/austin/wine-git/dlls/ntdll/thread.c:628] in ntdll (0x7ec116b8) 7 0x7ee71a76 TerminateThread(handle=0xffffffd6, exit_code=2126583752) [/home/austin/wine-git/dlls/kernel32/thread.c:169] in kernel32 (0x7ec116c8) 8 0x61099fa7 in cygwin1 (+0x99fa7) (0x7ec117c8) 9 0x61002f32 in cygwin1 (+0x2f32) (0x7ec117f8) 10 0x61003769 in cygwin1 (+0x3769) (0x61003650) 0x7e4a4667 IMM_FreeThreadData+0x29 [/home/austin/wine-git/dlls/imm32/imm.c:238] in imm32: movl 0x0(%eax),%eax 238 IMM_DestroyContext(data->defaultContext);
http://bugs.winehq.org/show_bug.cgi?id=12721
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17046
http://bugs.winehq.org/show_bug.cgi?id=12721
Peter Dons Tychsen donpedro@tdcadsl.dk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |donpedro@tdcadsl.dk
--- Comment #6 from Peter Dons Tychsen donpedro@tdcadsl.dk 2009-09-05 16:33:17 --- Hello. seems to be related to: http://bugs.winehq.org/show_bug.cgi?id=19809, as applying the fix for that solves this also.
You can try the patch:
http://www.winehq.org/pipermail/wine-patches/2009-September/078154.html
http://bugs.winehq.org/show_bug.cgi?id=12721
--- Comment #7 from Dan Kegel dank@kegel.com 2009-10-24 15:38:45 --- Is this still happening?
http://bugs.winehq.org/show_bug.cgi?id=12721
--- Comment #8 from Arnim Laeuger arnim.laeuger@gmx.net 2009-10-24 17:53:54 --- (In reply to comment #7)
Is this still happening?
The reported issues are not present anymore. This is with wine-1.1.31. I just went through the install sequence (QuartusII 8.1, don't have access to 7.2SP3 anymore) - all fine. Starting the application works now as well without hangs or errors related to cygwin.
Thank you! Arnim
http://bugs.winehq.org/show_bug.cgi?id=12721
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-24 18:17:09 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=12721
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2009-11-13 12:42:47 --- Closing bugs fixed in 1.1.33.