miscemu/wine gets into the way in map_image

Alexandre Julliard julliard at winehq.com
Thu Oct 3 14:40:13 CDT 2002


Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de> writes:

> However when unzip has unpacked the 160 MByte file and the Setup should
> start, a crash happens, and the debugger startup stops with "Memory
> exhausted". The same happens when I run in winedbg:
> Loaded debug information from ELF
> '/home/bon/tmp/wine/compile/wine/miscemu/wine' (0x00000000)
> Breakpoint 2 at 0x4000c714 (_end+0xf7fec)
> Memory exhausted.

You probably need reduce the base address a bit to leave more space
for malloc(). Try changing the 0x3ff to 0x3f0. Now of course we
shouldn't be using malloc, so that hack would be a good way to enforce
that <g>

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list