https://bugs.winehq.org/show_bug.cgi?id=56876
--- Comment #1 from cromachina cromachina@gmail.com --- I've examined the issue several different times with logging, and quite often does the error seem to occur when the reserved address to be committed by VirtualAlloc is seemingly the in the very last page of the reserved region. Aside from views_tree being potentially corrupted, it makes me think there could be a bug when computing page/region boundary in find_view, somewhere around here: https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/unix/virtual.c#L1...