]> Cypherpunks repositories - gostls13.git/commit
runtime: permit core dumps in darwin-amd64
authorIan Lance Taylor <iant@golang.org>
Thu, 6 Apr 2023 23:38:47 +0000 (16:38 -0700)
committerMichael Knyszek <mknyszek@google.com>
Fri, 7 Apr 2023 14:56:12 +0000 (14:56 +0000)
commitd7d235c92f1329359194a8c042b2099ef60ec17c
tree07d48306bea80b1833393f8b083c54abc3561735
parenta3df6c0e81cd14aef0b4967721821d34b962b7be
runtime: permit core dumps in darwin-amd64

Previously we did not permit them as Go programs generated enormous
core dumps on macOS. However, according to an investigation in #59446,
they are OK now.

For #59446

Change-Id: I1d7a3f500a6bc525aa6de8dfa8a1d8dbb15feadc
Reviewed-on: https://go-review.googlesource.com/c/go/+/483015
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/signal_unix.go