[Bug 37340] the app map65.exe crash at the beginning

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 1 19:46:31 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37340

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian at fds-team.de

--- Comment #1 from Sebastian Lackner <sebastian at fds-team.de> ---
The crash itself seems to be heap related, the app tries to dereference
ARENA_FREE_MAGIC.

Unhandled exception: page fault on read access to 0x4545524a in 32-bit code
(0x6a4013a0).

--- snip ---
   86  #define ARENA_PENDING_MAGIC    0xbedead
   87: #define ARENA_FREE_MAGIC       0x45455246 <---
   88  #define ARENA_LARGE_MAGIC      0x6752614c
--- snip ---

To find out if its actually a bug in the app itself (differences between Wine
<-> Windows heap management), or something we can properly fix, it will be
necessary to take a closer look. I'll check if I can reproduce this issue.

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