Windows: make some soft failures into fatal errors
authorSimon Marlow <simonmar@microsoft.com>
Wed, 30 Aug 2006 09:18:59 +0000 (09:18 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 30 Aug 2006 09:18:59 +0000 (09:18 +0000)
commit7ee5c6affd10895ddc3b1e09550069391faaa40a
treef06928001dcbe32de2495523d0a320a1baf13e43
parented92004880e4a79457338edfe993f968360fbbfd
Windows: make some soft failures into fatal errors
Some of the memory allocation calls were being checked for error, but
the RTS was printing a message and continuing.  These error cases
lead to crashes later, so better to just fail immediately.
rts/MBlock.c