]> Cypherpunks repositories - gostls13.git/commit
runtime: allow crash() to raise SIGABRT on darwin/arm64
authorElias Naur <elias.naur@gmail.com>
Tue, 18 Jul 2017 22:09:35 +0000 (00:09 +0200)
committerElias Naur <elias.naur@gmail.com>
Thu, 10 Aug 2017 10:07:36 +0000 (10:07 +0000)
commit7d80a2ea18f48d309115bbe950422c54e31a14e8
tree013b6049b7914e35a031edbc34486a4d3d0f40e9
parentc9f8a6cdd7303b91bbc3e2e6314e7439255b94bf
runtime: allow crash() to raise SIGABRT on darwin/arm64

To avoid gigantic core dumps, the runtime avoids raising SIGABRT
on crashes on 64-bit Darwin systems. Mobile OS'es (probably) don't
generate huge core dumps, so to aid crash reporters, allow SIGABRT
on crashes on darwin/arm64.

Change-Id: I4a29608f400967d76f9bd0643fea22244c2da9df
Reviewed-on: https://go-review.googlesource.com/49770
Run-TryBot: Elias Naur <elias.naur@gmail.com>
Reviewed-by: Avelino <t@avelino.xxx>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/signal_unix.go