#5085: internal error: evacuate: strange closure type
-------------------------------+--------------------------------------------
    Reporter:  mitar           |       Owner:                
        Type:  bug             |      Status:  new           
    Priority:  normal          |   Component:  Runtime System
     Version:  7.1             |    Keywords:                
    Testcase:                  |   Blockedby:                
          Os:  Linux           |    Blocking:                
Architecture:  x86_64 (amd64)  |     Failure:  None/Unknown  
-------------------------------+--------------------------------------------
 While running my test and benchmarking program for
 [http://hackage.haskell.org/package/Etage-Graph Etage-Graph package], I am
 getting sometimes (in around 1% runs) the following error (with different
 closure type number):

 {{{
 test: internal error: evacuate: strange closure type 4869608
     (GHC version 7.1.20101124 for x86_64_unknown_linux)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 Aborted
 }}}

 As it is not very often it is hard to debug. I am running the program as:

 {{{
 ./test -s 400 +RTS -N4
 }}}

 Where 400 is number of nodes in the graph. Maybe it also happens with
 smaller number of nodes.

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