Skip to content

Instantly share code, notes, and snippets.

@mwotton
Created September 17, 2011 01:58
Show Gist options
  • Save mwotton/1223533 to your computer and use it in GitHub Desktop.
Save mwotton/1223533 to your computer and use it in GitHub Desktop.
ghc 7.2.1 crash
sleipnir ➜ ~ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.2.1
sleipnir ➜ ~ ghc --make foo.hs -shared
[1 of 1] Compiling Main ( foo.hs, foo.o )
Linking foo ...
collect2: ld terminated with signal 11 [Segmentation fault]
sleipnir ➜ ~ cat foo.hs
main = putStrLn "hi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment