summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2020-06-01 14:31:06 -0700
committergVisor bot <gvisor-bot@google.com>2020-06-01 14:32:19 -0700
commit12f74bd6f6208f87c857da4adddeb0c32f15e893 (patch)
treefccc30d83f07bc227398743d4460b9ba0b3e581e /pkg/sentry/fsimpl
parent35a3f462d9ccc5237f0200fcbeafaebb110b5134 (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 'pkg/sentry/fsimpl')
0 files changed, 0 insertions, 0 deletions