[GHC] #15634: GHCi: Segmentation fault Data.List.sum large number

GHC ghc-devs at haskell.org
Sun Sep 16 07:30:30 UTC 2018


#15634: GHCi: Segmentation fault Data.List.sum large number
-------------------------------------+-------------------------------------
        Reporter:  ksallberg         |                Owner:  (none)
            Type:  bug               |               Status:  infoneeded
        Priority:  normal            |            Milestone:  Research
                                     |  needed
       Component:  GHCi              |              Version:  8.0.1
      Resolution:                    |             Keywords:  segfault
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by osa1):

 * cc: bgamari (added)


Comment:

 This is basically a `mmap()` failure (`mmap()` returning `MAP_FAILED`).
 Whether this is expected or not probably depends on your configuration
 (how much the process allowed to allocate etc.). Perhaps bgamari knows how
 to see whether this is expected or not.

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


More information about the ghc-tickets mailing list