Re: [GHC] #805: Too many workers; runaway worker creation?

2006-08-09 Thread GHC
#805: Too many workers; runaway worker creation?
---+
  Reporter:  [EMAIL PROTECTED]  |  Owner:
  Type:  bug   | Status:  closed
  Priority:  high  |  Milestone:  6.6   
 Component:  Runtime System|Version:  6.5   
  Severity:  blocker   | Resolution:  fixed 
  Keywords:| Os:  Linux 
Difficulty:  Unknown   |   Architecture:  x86   
---+
Changes (by simonmar):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 That test has now been removed.

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


[GHC] #805: Too many workers; runaway worker creation?

2006-06-26 Thread GHC
#805: Too many workers; runaway worker creation?
-+--
Reporter:  [EMAIL PROTECTED]  |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.6
   Component:  Runtime System|  Version:  6.5
Severity:  blocker   | Keywords: 
  Os:  Linux |   Difficulty:  Unknown
Architecture:  x86   |  
-+--
See the attached code.  Use make to compile and you should get an
 executable file called Bug.bin, then you can run it by typing the
 command ./Bug.bin N where N is the number of concurrent threads.

 For N=32. The program works fine. It will simply loop and you need
 another terminal to kill it.

 For N32, it always crashes immediately:

 {{{
 $ ./Bug.bin 33
 Bug.bin: internal error: too many workers; runaway worker creation?
 (GHC version 6.5.20060620 for i386_unknown_linux)
 Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 Aborted
 }}}

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