
#8492: Exception: expectJust cpeBody:collect_args ----------------------------------+---------------------------------- Reporter: CoreyOConnor | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.6.3 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: Runtime crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ----------------------------------+---------------------------------- Comment (by thoughtpolice): This is definitively fixed in HEAD. {{{ ./inplace/bin/ghc-stage2 --interactive GHCi, version 7.7.20131031: 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> :l CollectArgsIssueFailing.hs [1 of 1] Compiling Main ( CollectArgsIssueFailing.hs, interpreted ) Ok, modules loaded: Main. *Main> ^D Leaving GHCi. }}} I can add a test case for this, however, to make sure it doesn't crop up again. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8492#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler