snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 39 forks source link

Built GHC fails on Mac OS #597

Closed snowleopard closed 5 years ago

snowleopard commented 6 years ago

See https://circleci.com/gh/snowleopard/hadrian/345

$ ghc/_build/stage1/bin/ghc -e 1+2

ghc/_build/stage1/bin/ghc -e 1+2 died unexpectedly
snowleopard commented 6 years ago

Same on Travis: https://api.travis-ci.org/v3/job/377902906/log.txt

$ _build/stage1/bin/ghc -e 1+2

/Users/travis/.travis/job_stages: line 57: 57484 Segmentation fault: 11  _build/stage1/bin/ghc -e 1+2
snowleopard commented 5 years ago

I believe this has been fixed.