You! yes, you!
Are you facing a segfault with the following error?
GHCi, version 9.2.7: https://www.haskell.org/ghc/ :? for help
ghci> 40000 / 9
4444.444444444444
ghc: mmap 4096 bytes at (nil): Cannot allocate memory
ghc: Try specifying an address with +RTS -xm<addr> -RTS
fish: Job 1, 'ghci' terminated by signal SIGSEGV (Address boundary error)
You will be pleased to know that migrating to GHC 9.4 solves this problem, as explained in #19421: internal error: m32_allocator_init: Failed to map · Issues · Glasgow Haskell Compiler / GHC · GitLab.