> 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:

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

panic PC=0x7fff5fbff5a8
throw+0x3e /Users/andrey/go/src/pkg/runtime/runtime.c:74
        throw(0x2d91e, 0x0)
nextgandunlock+0x15a /Users/andrey/go/src/pkg/runtime/proc.c:339
        nextgandunlock()
scheduler+0xe0 /Users/andrey/go/src/pkg/runtime/proc.c:497
        scheduler()
mstart+0x2d /Users/andrey/go/src/pkg/runtime/proc.c:391
        mstart()
_rt0_amd64+0x76 /Users/andrey/go/src/pkg/runtime/amd64/asm.s:47
        _rt0_amd64()

Reply via email to