]> Cypherpunks repositories - gostls13.git/commit
runtime: correct exception stack trace output
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 21 Apr 2015 00:56:45 +0000 (10:56 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 18 May 2015 03:09:45 +0000 (03:09 +0000)
commite544bee1ddf4a2869221b68ef8cec6c97b6d827b
treed24d430d13ae2946299014431489723b2bb223fa
parent0b9866fd561d5ecebee14d73c0a4938dec5abe7d
runtime: correct exception stack trace output

It is misleading when stack trace say:

signal arrived during cgo execution

but we are not in cgo call.

Change-Id: I627e2f2bdc7755074677f77f21befc070a101914
Reviewed-on: https://go-review.googlesource.com/9190
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/signal_windows.go