[GHC] #11300: outofmem RTS testcase fails on ARM
GHC
ghc-devs at haskell.org
Fri Jan 8 08:00:16 UTC 2016
#11300: outofmem RTS testcase fails on ARM
----------------------------------+-------------------------------
Reporter: bgamari | Owner: bgamari
Type: bug | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Linux | Architecture: arm
Type of failure: Runtime crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
----------------------------------+-------------------------------
Comment (by Phyx-):
Oh I see. The `EXIT_HEAPOVERFLOW` is returned directly from there. Then
this should be trivial to fix for Windows. Just have to pass the correct
exit codes to `stg_exit` here
https://github.com/ghc/ghc/blob/master/rts/win32/veh_excn.c#L65
I'll take care of that tonight.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11300#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list