From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 11 Nov 2009 22:08:54 -0700 Message-ID: <14ec7b180911112108i104fca15u9503362cfc30769f@mail.gmail.com> From: andrey mirtchovski To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Go Topicbox-Message-UUID: 99b7fbde-ead5-11e9-9d60-3106f5b1d025 > 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()