
#7762: internal error: evacuate(static): strange closure type 4 -------------------------------+-------------------------------------------- Reporter: rthiemann | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 7.0.4 Keywords: | Os: Linux Architecture: x86_64 (amd64) | Failure: Runtime crash Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | -------------------------------+-------------------------------------------- Changes (by igloo): * difficulty: => Unknown Old description:
resample: internal error: evacuate(static): strange closure type 4 (GHC version 7.0.4 for x86_64_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Bug occurs reproducable after running the main program for around 8 minutes and consuming 25 GB of RAM.
ghc -rtsopts --make Main -o main ./main +RTS -K3000m -RTS > someFile.txt
New description: {{{ resample: internal error: evacuate(static): strange closure type 4 (GHC version 7.0.4 for x86_64_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug }}} Bug occurs reproducable after running the main program for around 8 minutes and consuming 25 GB of RAM. {{{ ghc -rtsopts --make Main -o main ./main +RTS -K3000m -RTS > someFile.txt }}} -- -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7762#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler