[GHC] #11300: outofmem RTS testcase fails on ARM

GHC ghc-devs at haskell.org
Thu Jan 7 16:47:01 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 simonmar):

 On Linux this test triggers the `stg_exit(EXIT_HEAPOVERFLOW)` here:
 https://phabricator.haskell.org/diffusion/GHC/browse/master/rts/sm/MBlock.c;c78fedde7055490ca6f6210ada797190f3c35d87$202

 It repeatedly allocates 2GB arrays and eventually runs out of the 1TB
 address space.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11300#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list