
#8492: Exception: expectJust cpeBody:collect_args ----------------------------------+---------------------------------- Reporter: CoreyOConnor | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.6.3 Keywords: | Operating System: MacOS X Architecture: x86_64 (amd64) | Type of failure: Runtime crash Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ----------------------------------+---------------------------------- 1. run CollectArgsFailing.hs 2. run CollectArgsPassing.hs My expectation is for both programs to be equivalent. However, the first program fails with `*** Exception: expectJust cpeBody:collect_args`. The second works as expected. {{{ corey-mbp:tmp corey$ runhaskell CollectArgsIssueFailing.hs *** Exception: expectJust cpeBody:collect_args corey-mbp:tmp corey$ runhaskell CollectArgsIssuePassing.hs True }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8492 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler