From: Ian Lynagh Date: Wed, 6 Sep 2006 11:27:50 +0000 (+0000) Subject: Fix the Windows "VirtualAlloc MEM_COMMIT failed" bug X-Git-Tag: Before_FC_branch_merge~64 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ebfefc7172495f442dcbc48a25cf3e0b94c8e853;hp=ebfefc7172495f442dcbc48a25cf3e0b94c8e853;p=ghc-hetmet.git Fix the Windows "VirtualAlloc MEM_COMMIT failed" bug We had base=01100000 size=1048576 size_delta=0 it->size=2097152 it->base=00F00000 base-it->base=00200000 in commitBlocks. Esa Ilari Vuokko identified this inequality test as the cause. ---