Re: Native stack overlapping system heap base address on some systems

2005-03-23 Thread Steven Edwards
Hi, --- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > Surprise surprise, 0x7fffb000 + (1024 * 20) == 0x8000 This looks like what I have seen on some users systems running Suse 9.2. Some users see errors like this err:virtual:NtMapViewOfSection map_file_into_view 0x8000 100 0

Re: Native stack overlapping system heap base address on some systems

2005-03-23 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > I know people have been seeing this intermittently for a while now, we > have a few CodeWeavers support tickets with this problem too. The issue > seems to be that the Linux native (main thread) stack was allocated here: > >7fffb000 20K rwx--[

Native stack overlapping system heap base address on some systems

2005-03-23 Thread Mike Hearn
Hi, Bug #2741 comes from a user who was able to grab a dump of the VM mappings when the following error occurred: HEAP_CreateSystemHeap system heap base address 0x8000 not available I know people have been seeing this intermittently for a while now, we have a few CodeWeavers support ticket