https://bugs.winehq.org/show_bug.cgi?id=40858 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #1 from winetest(a)luukku.com --- =>0 0x000000007bcb8976 NtAllocateVirtualMemory+0x56(process=0xffffffffffffffff, ret=0x23e3e0, zero_bits=0, size_ptr=0x23e408, type=0x1000, protect=0x4) [/build/source/dlls/ntdll/virtual.c:1929] in ntdll (0x000000000023e408) Reminds me of bug 39885. But I don't say it's dupe. If you could compile wine yourself you could test this (In reply to Alexandre Julliard from comment #2)
The virtual heap is running out of space. Storing the page protection flags for 32Gb requires 8Mb, which is the heap limit. You can increase VIRTUAL_HEAP_SIZE in dlls/ntdll/virtual.c to work around it, but we probably want a different mechanism for such cases.
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.