#4388: Unexpected failures, too much allocation
---------------------------------------+------------------------------------
    Reporter:  daniel.is.fischer       |        Owner:              
        Type:  bug                     |       Status:  new         
    Priority:  high                    |    Milestone:  7.2.1       
   Component:  Test Suite              |      Version:  7.1         
    Keywords:  test suite, allocation  |     Testcase:              
   Blockedby:                          |   Difficulty:              
          Os:  Unknown/Multiple        |     Blocking:              
Architecture:  Unknown/Multiple        |      Failure:  None/Unknown
---------------------------------------+------------------------------------

Comment(by daniel.is.fischer):

 My latest HEAD just made it for T1969:
 {{{
 /home/dafis/Haskell/Hacking/ratstuff/bindisttest/install
 dir/lib/ghc-7.1.20101015/ghc
  -B/home/dafis/Haskell/Hacking/ratstuff/bindisttest/install
 dir/lib/ghc-7.1.20101015
  -pgmc /usr/bin/gcc -pgma /usr/bin/gcc -pgml /usr/bin/gcc -pgmP
 /usr/bin/gcc -E
  -undef -traditional -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-
 output
  -no-user-package-conf -rtsopts -c T1969.hs +RTS -V0 -tT1969.comp.stats
 --machine-readable
  [("bytes allocated", "269780444")
  ,("num_GCs", "386")
  ,("average_bytes_used", "3472012")
  ,("max_bytes_used", "5944572")
  ,("num_byte_usage_samples", "8")
  ,("peak_megabytes_allocated", "19")
  ,("init_cpu_seconds", "0.01")
  ,("init_wall_seconds", "0.00")
  ,("mutator_cpu_seconds", "1.31")
  ,("mutator_wall_seconds", "1.62")
  ,("GC_cpu_seconds", "0.78")
  ,("GC_wall_seconds", "0.81")
  ]
 }}}
 close shave, though.

 T3294 got better too:
 {{{
 bytes allocated 912566272 is more than maximum allowed 850000000
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4388#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to