Wine on AMD64 (heap problem)

Alexandre Julliard julliard at winehq.org
Sun May 16 13:25:18 CDT 2004


Mike Hearn <mh at codeweavers.com> writes:

> Put code which dumps the maps list when the process heap can't be
> created, ie something like:
>
> {
> 	char buffer[100];
> 	sprintf(buffer, "cat /proc/%d/maps", getpid();
> 	system(buffer);
> }
>
> and see what is sitting at the place we're trying to create the heap.

The process heap can be placed anywhere, this isn't the cause of the
problem. You are confusing it with the shared heap.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list