#5622: Out of memory in such a simple case
-------------------------------+--------------------------------------------
    Reporter:  quux            |       Owner:                    
        Type:  bug             |      Status:  new               
    Priority:  normal          |   Component:  Compiler          
     Version:  7.2.1           |    Keywords:                    
    Testcase:                  |   Blockedby:                    
          Os:  Windows         |    Blocking:                    
Architecture:  x86_64 (amd64)  |     Failure:  Compile-time crash
-------------------------------+--------------------------------------------
Changes (by quux):

  * failure:  GHCi crash => Compile-time crash
  * component:  GHCi => Compiler


Comment:

 Not GHCi only bug:
 {{{
 test x = 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 id id id id id id id id x

 main = print ":("
 }}}

 {{{
 $ ghc id.hs
 ghc id.hs
 [1 of 1] Compiling Main             ( id.hs, id.o )
 ghc: out of memory
 }}}

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