[Bug 23222] DiE (Detect it Easy) crashes with unhandled page fault

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 16 16:48:50 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23222


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #2 from Anastasius Focht <focht at gmx.net>  2010-06-16 16:48:50 ---
Hello,

--- quote ---
Could you upgrade to current git? The app starts fine here on a clean .wine
--- quote ---

ditto, can't reproduce with -rc3 or GIT.

The executable seems to be packed with some custom PE compressor.
Your crash location is in the SFX part, at the point where the real PE .text
section is uncompressed from section at 0x4B8000 with length 0x7B000 to
0x401000 with final length 0xB7000.
Access to range < 0x400000 (outside of PE) should never happen - in your case
the address gets somehow miscalculated (0x003fff0a).

I suspect your PE might be somehow corrupted either on disk or in memory.
Can you do md5sum on your "DiE.exe"?

--- snip ---
$ md5sum DiE.exe 
f92f73c8c3280e6bccbcc56173f01c23  DiE.exe
--- snip ---

Regards

-- 
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