Descriptionruntime: say when a goroutine is locked to OS thread
Say when a goroutine is locked to OS thread in crash reports
and goroutine profiles.
It can be useful to understand what goroutines consume OS threads
(syscall and locked), e.g. if you forget to call UnlockOSThread
or leak locked goroutines.
Patch Set 1 #Patch Set 2 : diff -r d797b2316601 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r c19c9a063fe8 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r c19c9a063fe8 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 5 : diff -r 78bb16ca0ae8 https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 4
|