#4029: ghci leaks memory when loading a file
-------------------------------------------+--------------------------------
  Reporter:  blarsen                       |          Owner:                  
      Type:  bug                           |         Status:  new             
  Priority:  high                          |      Milestone:  6.14.1          
 Component:  GHCi                          |        Version:                  
Resolution:                                |       Keywords:  memory leak     
Difficulty:                                |             Os:  Unknown/Multiple
  Testcase:                                |   Architecture:  Unknown/Multiple
   Failure:  Compile-time performance bug  |  
-------------------------------------------+--------------------------------
Changes (by blarsen):

 * cc: blarsen (added)
  * status:  closed => new
  * resolution:  fixed =>


Comment:

 I tested just now with ghc-6.13.20100629-x86_64-unknown-linux.tar.bz2.

 Watching the ghci process memory usage using top, I see that every time I
 :load Hello.hs, the resident memory usage increases by 12-20kB, and
 virtual memory usage increases by >100kB.

 I would take a heap profile from repeatedly loading as Simon did but I am
 not sure how.

 Let me know what more I can do to diagnose what's going on.

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