8 Aug 2012 09:27
#7126: Unexpected loop
GHC <cvs-ghc <at> haskell.org>
2012-08-08 07:27:19 GMT
2012-08-08 07:27:19 GMT
#7126: Unexpected loop
-----------------------------------------+----------------------------------
Reporter: boris | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.4.1 | Keywords: class, hang, loop
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Incorrect result at runtime | Testcase:
Blockedby: | Blocking:
Related: |
-----------------------------------------+----------------------------------
The attached program executes as expected if compiled with GHC 7.0.3, but
crashes with <<loop>> for GHC 7.4.1. When the code was more polymorphic
(before simplifying the case), it just hanged. I suspect that the loop is
related to the class dictionaries creation/passing.
Expected:
{{{
"1"
"1"
}}}
Actual:
{{{
"1"
bug: <<loop>>
}}}
--
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7126>
(Continue reading)
RSS Feed