]> Cypherpunks repositories - gostls13.git/commit
runtime: fix traceback on Windows
authorRuss Cox <rsc@golang.org>
Tue, 4 Mar 2014 04:33:27 +0000 (23:33 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 4 Mar 2014 04:33:27 +0000 (23:33 -0500)
commit0a3bd045f50d7a9cfeb3ad1418588c3ab5de329f
tree894205e5eafae2544b74e0be7bdb700bb02415c1
parent871698136d7a6452267b90e06d7cab4fc1f7cfea
runtime: fix traceback on Windows

The exception handler runs on the ordinary g stack,
and the stack copier is now trying to do a traceback
across it. That's never been needed before, so it was
unimplemented. Implement it, in all its ugliness.

Fixes windows/amd64 build.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/71030043
src/pkg/runtime/traceback_x86.c