#2128: Space leak with :trace
----------------------+-----------------------------------------------------
 Reporter:  mnislaih  |          Owner:  igloo     
     Type:  bug       |         Status:  closed    
 Priority:  normal    |      Milestone:  6.8 branch
Component:  GHCi      |        Version:  6.8.2     
 Severity:  normal    |     Resolution:  fixed     
 Keywords:            |     Difficulty:  Unknown   
 Testcase:            |   Architecture:  Unknown   
       Os:  MacOS X   |  
----------------------+-----------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed in HEAD and 6.8:
 {{{
 Sun Mar 16 14:17:48 PDT 2008  Ian Lynagh <[EMAIL PROTECTED]>
   * Fix a space leak in :trace (trac #2128)
   We were doing lots of cons'ing and tail'ing without forcing the tails,
   so were building up lots of thunks.
 }}}

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