Wine on AMD64 (heap problem)

Mike Hearn mh at codeweavers.com
Sun May 16 09:17:07 CDT 2004


On Sun, 2004-05-16 at 15:40 +0200, Maurizio Monge wrote:
> Mh, i'm not convinced :-)
> I do not have execshield (kernel 2.6.4-rc2 with only supermount and reiser4 
> patches) or prelink. The strange thing is that it MUST be a kernel problem
> because:

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.

-mike




More information about the wine-devel mailing list