
#7675: Program lives on with dead main thread ---------------------------+------------------------------------------------ Reporter: guest | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.6.2 Resolution: duplicate | Keywords: Os: Linux | Architecture: x86 Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ---------------------------+------------------------------------------------ Changes (by simonmar): * status: new => closed * difficulty: => Unknown * resolution: => duplicate Comment: The main bug is an instance of #367. You can make it work with 7.8.1 using `-fno-omit-yields` and compiling with -O to ensure that enough stuff gets inlined (otherwise you'd need to compile the libraries with `-fno- omit-yields` too). A "large value of -N" is one that is greater than the number of cores in your machine. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7675#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler