From 966baedfea6b09fa203b0cf0e6388830cc9f9fa7 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 26 May 2016 11:05:01 -0400 Subject: [PATCH] runtime: record Python stack on TestGdbPython failure For #15599. Change-Id: Icc2e58a3f314b7a098d78fe164ba36f5b2897de6 Reviewed-on: https://go-review.googlesource.com/23481 Run-TryBot: Austin Clements TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- src/runtime/runtime-gdb_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go index 0ad8856514..e109fa4528 100644 --- a/src/runtime/runtime-gdb_test.go +++ b/src/runtime/runtime-gdb_test.go @@ -100,6 +100,7 @@ func TestGdbPython(t *testing.T) { fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.GOROOT()), "-ex", "set startup-with-shell off", "-ex", "info auto-load python-scripts", + "-ex", "set python print-stack full", "-ex", "br main.go:10", "-ex", "run", "-ex", "echo BEGIN info goroutines\n", -- 2.50.0