On Wed, Nov 11, 2009 at 9:08 PM, andrey mirtchovski
<mirtchov...@gmail.com> wrote:
>> Pick one - 9fans or Go Nuts - I'm not sure either has high enough
>> SNR right now that you'd be in the way.
>
> okay, here goes:

I meant for discussion of Go on Plan 9.  Your message
seems to have nothing to do with Plan 9.

> $ export GOMAXPROCS=4000000000
> $ 6g sieve.go ; 6l -o sieve sieve.6
> $ ./sieve
> throw: all goroutines are asleep - deadlock!

That's not fair!  The minimal version of this is:

GOMAXPROCS=2147483648 sieve

You can guess what's going on.

Russ

Reply via email to