]> Cypherpunks repositories - gostls13.git/commit
runtime: comment out breakpoint in windows/386 sighandler
authorRuss Cox <rsc@golang.org>
Fri, 7 Mar 2014 19:22:17 +0000 (14:22 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 7 Mar 2014 19:22:17 +0000 (14:22 -0500)
commitb2fa6f41a48b141e7307f9640f4ceb748a42b4cd
treef694379b726df61ecb421fdada989dcbcc817b6c
parent02903f8395c4d62c0e07f5ed114252635b29e92f
runtime: comment out breakpoint in windows/386 sighandler

This code being buggy is the only explanation I can come up
with for issue 7325. It's probably not, but the only alternative
is a Windows kernel bug. Comment this out to see what breaks
or gets fixed.

Update #7325

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/72590044
src/pkg/runtime/os_windows_386.c