]> Cypherpunks repositories - gostls13.git/commit
runtime: turn frame pointer unwinding for tracing off by default
authorNick Ripley <nick.ripley@datadoghq.com>
Wed, 19 Apr 2023 18:42:30 +0000 (14:42 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 20 Apr 2023 21:46:49 +0000 (21:46 +0000)
commit608f204ac79455bee144d6fa93162991bdb46b61
tree3614cdb8f86d96d5159725815af33a0d9a4ddf3d
parent15c12762466b4c5f92b1668f86f73d0b1e66b62b
runtime: turn frame pointer unwinding for tracing off by default

Frame pointer unwinding during execution tracing sometimes crashes.
Until this is diagnosed and fixed, it should be turned off by default.

Updates #59692

Change-Id: I0f2ca24b6d48435b0acfd3da8e4f25b9cfa4ec19
Reviewed-on: https://go-review.googlesource.com/c/go/+/486382
Reviewed-by: Felix Geisendörfer <felix.geisendoerfer@datadoghq.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Nick Ripley <nick.ripley@datadoghq.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/runtime/runtime1.go