[GHC] #13535: vector test suite uses excessive memory on GHC 8.2
GHC
ghc-devs at haskell.org
Thu Aug 3 20:49:26 UTC 2017
#13535: vector test suite uses excessive memory on GHC 8.2
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: bgamari
Type: bug | Status: new
Priority: high | Milestone: 8.4.1
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: #10800 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by lippling):
(I'm not exactly sure if this is the right ticket)
I tried to compile one of our server applications with 8.2.1 (which
compiles fine with 8.0.2).\\\\
The compilation runs smooth, but when it reaches a specific file, the RAM
usage goes up to > 20GB pretty fast on my 16GB machine and the GHC process
gets terminated with an stack overflow error.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13535#comment:40>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list