#5621: GHCI is out of memory in such a simple case
-------------------------------+--------------------------------------------
    Reporter:  quux            |       Owner:            
        Type:  bug             |      Status:  new       
    Priority:  normal          |   Component:  GHCi      
     Version:  7.2.1           |    Keywords:            
    Testcase:                  |   Blockedby:            
          Os:  Windows         |    Blocking:            
Architecture:  x86_64 (amd64)  |     Failure:  GHCi crash
-------------------------------+--------------------------------------------
 GHCi, version 7.2.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 Prelude> id 5
 5
 Prelude> id id id id id 5
 5
 Prelude> id id id id id id id id id id id id id id 5
 5
 Prelude> id id id id id id id id id id id id id id id id id id id id id id
 id id id id 5
 <interactive>: out of memory

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5621>
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