]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestSegv traceback check on 386
authorMichael Pratt <mpratt@google.com>
Fri, 7 Jan 2022 22:11:41 +0000 (17:11 -0500)
committerMichael Pratt <mpratt@google.com>
Fri, 7 Jan 2022 22:46:47 +0000 (22:46 +0000)
commit7f3eb6182ba72b1b45cf313a01b9c7d4b374255f
tree24e68fe7b633443d7d6466b1caeb1ea5acedc6dc
parentc74be77e63c0281abb45dbf9de31fa05a6824934
runtime: skip TestSegv traceback check on 386

The VDSO (__kernel_vsyscall) is reachable via
asmcgocall(cgo_start_thread) on linux-386, which causes traceback to
throw.

Fixes #49182.
For #50504.

Change-Id: Idb78cb8de752203ce0ed63c2dbd2d12847338688
Reviewed-on: https://go-review.googlesource.com/c/go/+/376656
Reviewed-by: Cherry Mui <cherryyz@google.com>
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
src/runtime/crash_cgo_test.go