#6014: Crash; message says to report it, here it is. ---------------------------------+------------------------------------------ Reporter: guest | Owner: Type: bug | Status: infoneeded Priority: normal | Milestone: Component: GHCi | Version: 7.4.1 Keywords: | Os: Windows Architecture: Unknown/Multiple | Failure: GHCi crash Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Description changed by igloo:
Old description: > Prelude> :cd ~/Dropbox\\classes\\inf212W12\\haskell\\examples\\ > > Prelude> :load fact2.hs > > [1 of 1] Compiling Main ( fact2.hs, interpreted ) > Ok, modules loaded: Main. > > *Main> fact 42 > ghc.exe: internal error: evacuate(static): strange closure type 36134 > (GHC version 7.0.4 for i386_unknown_mingw32) > Please report this as a GHC bug: > http://www.haskell.org/ghc/reportabug > > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. > > ----- > fact2.hs is this: > > fact :: Int -> Int > > fact n = if n == 0 then 1 else fact n * (n-1) New description: {{{ Prelude> :cd ~/Dropbox\\classes\\inf212W12\\haskell\\examples\\ Prelude> :load fact2.hs [1 of 1] Compiling Main ( fact2.hs, interpreted ) Ok, modules loaded: Main. *Main> fact 42 ghc.exe: internal error: evacuate(static): strange closure type 36134 (GHC version 7.0.4 for i386_unknown_mingw32) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. }}} ----- fact2.hs is this: {{{ fact :: Int -> Int fact n = if n == 0 then 1 else fact n * (n-1) }}} -- -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6014#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs