#2785: Memory leakage with socket benchmark program
-------------------------+--------------------------------------------------
    Reporter:  felixmar  |       Owner:                
        Type:  bug       |      Status:  new           
    Priority:  normal    |   Component:  Runtime System
     Version:  6.10.1    |    Severity:  major         
    Keywords:            |    Testcase:                
Architecture:  x86       |          Os:  Windows       
-------------------------+--------------------------------------------------
 Attached benchmark program is similar to the thread-ring benchmark of the
 language shootout, but in this benchmark threads use UDP messages to
 communicate. Memory use of the program is stable with GHC-6.8.3/Windows
 and GHC-6.8.2/Linux but the working set increases about 4K per second when
 it is compiled with GHC-6.10.1. The number of used threads does not seem
 to matter.

 N.B. Benchmark must be compiled with -threaded on Windows otherwise it
 will block. Run with "threadring t n" where t is the number of threads and
 n the number of messages that are passed around.

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