commit | 81221f512d6ad8c15491b3ab29ea3fa3db800466 | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Tue Jan 29 14:57:11 2013 +0400 |
committer | Dmitriy Vyukov <dvyukov@google.com> | Tue Jan 29 14:57:11 2013 +0400 |
tree | 48866c8615083c8011c652f7346e50842de5bf62 | |
parent | 6c035469b5b00b1b5d557d4cdbed436e1f82405f [diff] |
runtime: dump the full stack of a throwing goroutine Useful for debugging of runtime bugs. + Do not print "stack segment boundary" unless GOTRACEBACK>1. + Do not traceback system goroutines unless GOTRACEBACK>1. R=rsc, minux.ma CC=golang-dev https://golang.org/cl/7098050