[GHC] #8604: Some stack/vmem limits (ulimit) combinations causing GHC to fail
GHC
ghc-devs at haskell.org
Mon Dec 9 19:50:55 UTC 2013
#8604: Some stack/vmem limits (ulimit) combinations causing GHC to fail
----------------------------------+----------------------------------
Reporter: clavin | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: | Keywords:
Operating System: Other | Architecture: x86_64 (amd64)
Type of failure: Runtime crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
----------------------------------+----------------------------------
Comment (by carter):
pretty much the exact same process. Make sure you have the newest versions
of happy and alex installed, then follow the directions here
https://ghc.haskell.org/trac/ghc/wiki/Building
basically:
clone the ghc repo
./sync-all get
perl boot
./configure
make -j # nb, this does an optimized build, so it take a while, edit the
build to be a fast one, docs for that are in the build guide
then test the ghc-stage2 in the ./inplace/bin folder
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8604#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list