We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22dce2 commit be393acCopy full SHA for be393ac
src/runtime/extern.go
@@ -152,6 +152,9 @@ It is a comma-separated list of name=val pairs setting these named variables:
152
risk in that scenario. Currently not supported on Windows, plan9 or js/wasm. Setting this
153
option for some applications can produce large traces, so use with care.
154
155
+ panicnil: setting panicnil=1 disables the runtime error when calling panic with nil
156
+ interface value or an untyped nil.
157
+
158
runtimecontentionstacks: setting runtimecontentionstacks=1 enables inclusion of call stacks
159
related to contention on runtime-internal locks in the "mutex" profile, subject to the
160
MutexProfileFraction setting. When runtimecontentionstacks=0, contention on
0 commit comments