Skip to content

Make osCommitMemory failure reporting consistent

Greg Steuck requested to merge blackgnezdo/ghc:heap-mem-failure into master

Other places, upon hitting a my_mmap failure, exit with EXIT_HEAPOVERFLOW.

Uncovered by testing on OpenBSD which fails in this place. Record the failure message as a separate file to make the outofmem test pass.

Merge request reports