]> Cypherpunks repositories - gostls13.git/commit
runtime: correctly print panics before fatal-ing on defer
authorqiulaidongfeng <2645477756@qq.com>
Tue, 17 Sep 2024 12:10:20 +0000 (20:10 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 7 Nov 2025 20:55:37 +0000 (12:55 -0800)
commit5cd1b73772e339e3b460d53ba37630704a323ca7
tree5ea82544483a8a1501217e9cbe9df451c5ab014b
parent91ca80f970c2a20d1ed6603281c97e7e617b87e8
runtime: correctly print panics before fatal-ing on defer

Fixes #67792

Change-Id: I93d16580cb31e54cee7c8490212404e4d0dec446
Reviewed-on: https://go-review.googlesource.com/c/go/+/613757
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
src/runtime/panic.go
src/runtime/panic_test.go
src/runtime/testdata/testprog/panicprint.go