]> Cypherpunks repositories - gostls13.git/commit
runtime: fix backtrace during C syscalls for aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Tue, 18 Dec 2018 12:00:26 +0000 (13:00 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 18 Dec 2018 15:43:50 +0000 (15:43 +0000)
commit3855fe7254cbce964a53efdf6d8c9fdde9b4419c
tree6f3ef74e6d8b1cc61b9f61ecbfda3d839effbe1c
parentcebf9d47cf16e9ccc550d3895f5f9074ae2477a0
runtime: fix backtrace during C syscalls for aix/ppc64

This commit fixes backtrace if a crash or an exit signal is received
during a C syscall on aix/ppc64.
This is similar to Solaris, Darwin or Windows implementation.

Change-Id: I6040c0b1577a9f5b298f58bd4ee6556258a135ef
Reviewed-on: https://go-review.googlesource.com/c/154718
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/os2_aix.go