diff options
author | Michael Pratt <mpratt@google.com> | 2020-06-01 14:31:06 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-01 14:32:19 -0700 |
commit | 12f74bd6f6208f87c857da4adddeb0c32f15e893 (patch) | |
tree | fccc30d83f07bc227398743d4460b9ba0b3e581e /CONTRIBUTING.md | |
parent | 35a3f462d9ccc5237f0200fcbeafaebb110b5134 (diff) |
Include runtime goroutines in panics
SetTraceback("all") does not include all goroutines in panics (you didn't think
it was that simple, did you?). It includes all _user_ goroutines; those started
by the runtime (such as GC workers) are excluded.
Switch to "system" to additionally include runtime goroutines, which are useful
to track down bugs in the runtime itself.
PiperOrigin-RevId: 314204473
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions