Subject: Re: wine trouble
To: Adam Ciarcinski <adam@pulstar.man.szczecin.pl>
From: Thomas Klausner <wiz@netbsd.org>
List: tech-pkg
Date: 01/08/2004 21:53:32
On Wed, Jan 07, 2004 at 10:57:22AM +0100, Adam Ciarcinski wrote:
> Now, you can try to uncomment --disable-debug and --disable-trace from
> pkg Makefile, and see if it helps. :)

As Stephen Ma pointed out to me, it's probably this code's fault:
work.i386/wine-20031212/loader/main.c
...
#ifdef __i386__
    static char pe_load[256*1024*1024] __attribute__((aligned(4096)));
    wine_set_pe_load_area( pe_load, sizeof(pe_load) );
#endif
...

 Thomas