Descriptionruntime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.
Because gotraceback is called early and often, its cache commits to the value of getenv("GOTRACEBACK") before getenv is even ready. So now we reset its cache once getenv becomes ready. Panicking programs now dump core again.
Patch Set 1 #Patch Set 2 : diff -r e91434717f12 https://code.google.com/p/go/ #Patch Set 3 : diff -r e91434717f12 https://code.google.com/p/go/ #Patch Set 4 : diff -r afef4a014b0e https://code.google.com/p/go/ #MessagesTotal messages: 3
|