[GHC] #8071: GHCi consistently hangs, crashes in HEAD
GHC
ghc-devs at haskell.org
Thu Jul 18 00:14:17 CEST 2013
#8071: GHCi consistently hangs, crashes in HEAD
----------------------------------+-------------------------------
Reporter: parcs | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 7.7
Keywords: | Operating System: Linux
Architecture: x86_64 (amd64) | Type of failure: GHCi crash
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
----------------------------------+-------------------------------
GHCi seems to be broken in its current state at least on x86_64 Linux:
{{{
GHCi, version 7.7.20130717: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> True
True
Prelude> Tr<it then hangs as I try to type True>^C
Prelude>^C
Prelude>^C
Prelude>^C
Prelude>^C
Prelude>^C
Prelude>^C
Prelude> ghc-stage2: internal error: evacuate: strange closure type
2107444472
(GHC version 7.7.20130717 for x86_64_unknown_linux)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8071>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list