#3334: Strange closure type error on macports GHC 6.10.1
---------------------+------------------------------------------------------
Reporter:  crutcher  |          Owner:                  
    Type:  bug       |         Status:  new             
Priority:  normal    |      Component:  Compiler        
 Version:  6.10.1    |       Severity:  normal          
Keywords:            |       Testcase:                  
      Os:  MacOS X   |   Architecture:  Unknown/Multiple
---------------------+------------------------------------------------------
 user    0m2.453s
 sys     0m0.396s
 crutcher-mac:~/haskell crutcher$ time ./cell +RTS -N2
 cell: internal error: evacuate: strange closure type 63559
     (GHC version 6.10.1 for i386_apple_darwin)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 Abort trap

 real    0m1.258s
 user    0m1.459s
 sys     0m0.203s
 crutcher-mac:~/haskell crutcher$ ls
 Cell.hi         Cell.hs         Cell.o          cell            rwh.4.hs
 crutcher-mac:~/haskell crutcher$ rm Cell.hi Cell.o cell
 crutcher-mac:~/haskell crutcher$ ghc -O2 Cell.hs -o cell --make -threaded
 [1 of 1] Compiling Main             ( Cell.hs, Cell.o )
 Linking cell ...
 crutcher-mac:~/haskell crutcher$ time ./cell +RTS -N2
 cell: internal error: evacuate: strange closure type 34063
     (GHC version 6.10.1 for i386_apple_darwin)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug

 real    0m0.730s
 user    0m0.826s
 sys     0m0.122s

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