mirror of
https://github.com/golang/go
synced 2024-11-15 09:20:58 -07:00
5eb007dede
Not a complete fix for issue 3342, but fixes the trivial case. There may still be a race in the instants before and after a scavenger-induced garbage collection. Intended to be "obviously safe": a call to runtime·gosched before main.main is no different than a call to runtime.Gosched at the beginning of main.main, and it is (or had better be) safe to call runtime.Gosched at any point during main. Update #3342. R=iant CC=golang-dev https://golang.org/cl/5919052
25 lines
222 B
Plaintext
25 lines
222 B
Plaintext
|
|
== ./
|
|
|
|
== ken/
|
|
|
|
== chan/
|
|
|
|
== interface/
|
|
|
|
== syntax/
|
|
|
|
== dwarf/
|
|
|
|
== safe/
|
|
|
|
== fixedbugs/
|
|
|
|
=========== fixedbugs/bug429.go
|
|
throw: all goroutines are asleep - deadlock!
|
|
|
|
== bugs/
|
|
|
|
=========== bugs/bug395.go
|
|
bug395 is broken
|