http://bugs.winehq.org/show_bug.cgi?id=12445
Summary: Arcgisexplorer crashes in dbghelp Product: Wine Version: CVS/GIT Platform: PC URL: http://resources.esri.com/arcgisexplorer/index.cfm?fa=do wnload OS/Version: Linux Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: dbghelp AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
A user submitted garbage for this into appdb so i gave it a try too:
Needs .Net 2.0 (winetricks) but then crashes into dbghelp. I'll attach the crash
Note: with native dbghelp it gets futher, then crashes because of msxml-bug. Using winetricks msxml3, it then ran into a segmentation fault. But when i ran with +relay channel to get some debug info, the application started just fine. So i guess is impossible to debug further atm :(
http://bugs.winehq.org/show_bug.cgi?id=12445
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-08 14:43:09 --- Created an attachment (id=11986) --> (http://bugs.winehq.org/attachment.cgi?id=11986) crash log
http://bugs.winehq.org/show_bug.cgi?id=12445
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #2 from Eric Pouech eric.pouech@orange.fr 2008-04-12 03:21:45 --- in dlls/dbghelp/pe_image.c, line 459, changing if (*section) *section = NULL; into if (section) *section = NULL; should help. can you try it and post the outcome ?
http://bugs.winehq.org/show_bug.cgi?id=12445
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-12 03:50:01 ---
can you try it and post the outcome ?
Yip, that helps. The crash is gone, though it runs into another problem later on, but that is (most likely) not related to this bug.
(the problem is it crashes with: err:seh:setup_exception_record stack overflow 868 bytes in thread 0009 eip 6015d54f esp 00230fcc stack 0x230000-0x231000-0x330000
but when i try to get a debuglog using +relay, the application starts just fine , so for now that second bug is not fixable i guess...)
http://bugs.winehq.org/show_bug.cgi?id=12445
--- Comment #4 from Eric Pouech eric.pouech@orange.fr 2008-04-12 05:01:01 --- I'll post the fix later on for the next bug, if it works fine with +relay, then it's either a synchronisation problem, or more likely some reg, variables being overwritten in non-trace runs, so anyway not linked to this bug we can close this one once the fix is committed, and open another one for your second issue A+
http://bugs.winehq.org/show_bug.cgi?id=12445
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-17 09:08:18 --- Patch is already in git. The app still crashes later on when ran normally, but starts fine when run with WINEDEBUG=+relay. But that's yet another bug.
http://bugs.winehq.org/show_bug.cgi?id=12445
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-04-18 11:04:44 --- Closing bugs reported fixed in 0.9.60.
http://bugs.winehq.org/show_bug.cgi?id=12445
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
https://bugs.winehq.org/show_bug.cgi?id=12445
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d2fa765087b0502242a1fa1ce2c | |8ad370be1e727 CC| |focht@gmx.net Version|unspecified |0.9.59. Summary|Arcgisexplorer crashes in |ArcGIS Explorer crashes on |dbghelp |startup Severity|enhancement |normal