#6014: Crash; message says to report it, here it is.
------------------------+---------------------------------------------------
 Reporter:  guest       |          Owner:                  
     Type:  bug         |         Status:  new             
 Priority:  normal      |      Component:  GHCi            
  Version:  7.4.1       |       Keywords:                  
       Os:  Windows     |   Architecture:  Unknown/Multiple
  Failure:  GHCi crash  |       Testcase:                  
Blockedby:              |       Blocking:                  
  Related:              |  
------------------------+---------------------------------------------------
 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>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to