#1010: ghci crashes when running out of heap.
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |          Owner:  simonmar
     Type:  merge               |         Status:  new     
 Priority:  normal              |      Milestone:  6.6.1   
Component:  Compiler            |        Version:  6.6     
 Severity:  normal              |     Resolution:          
 Keywords:                      |     Difficulty:  Unknown 
 Testcase:  bug10101            |   Architecture:  x86     
       Os:  MacOS X             |  
--------------------------------+-------------------------------------------
Changes (by simonmar):

  * testcase:  => bug10101
  * type:  bug => merge

Comment:

 Fixed, to merge:

 {{{
 Wed Feb 14 12:04:01 GMT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * fix closure_sizeW_() for AP closures
 }}}

 and the test:

 {{{
 Wed Feb 14 12:21:24 GMT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * add test for bug #1010
 }}}

 the test program also illustrates a nasty O(n^2) case in the compacting GC
 which I knew about but we don't have a ticket for, so I'll add one.

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