[Bug 34330] Wine64 does not work on FreeBSD

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 30 14:20:29 CDT 2013


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

--- Comment #3 from André H. <nerv at dawncrow.de> 2013-08-30 14:20:29 CDT ---
Created attachment 45788
  --> http://bugs.winehq.org/attachment.cgi?id=45788
Use try_mmap_fixed

This hacky patch get's me further, but then we run into a "Bus error"

setenv LD_LIBRARY_PATH ~/wine/libs/wine/
gdb loader/wine64
> run cmd

tells me it crashes in RtlFreeHeap -> HEAP_MakeInUseBlockFree
heap.c:
size += (pFree->size & ARENA_SIZE_MASK) + sizeof(ARENA_FREE);

with WINEDEBUG=heap we run into an assertion, i'll attach some more...

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