Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9987)

Issue 80400043: code review 80400043: runtime: ignore windows exception if not in Go binary (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by brainman
Modified:
10 years ago
Reviewers:
minux1, gobot, rsc
CC:
golang-codereviews, minux1
Visibility:
Public.

Description

runtime: ignore windows exception if not in Go binary

Patch Set 1 #

Patch Set 2 : diff -r cf7db2b271f2 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r cf7db2b271f2 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r 86b9b20f95ce https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 3b051785038d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -28 lines) Patch
M src/pkg/runtime/os_windows_386.c View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M src/pkg/runtime/os_windows_amd64.c View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M src/pkg/runtime/sys_windows_386.s View 1 3 chunks +5 lines, -24 lines 0 comments Download

Messages

Total messages: 9
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years ago (2014-03-26 06:00:23 UTC) #1
brainman
Without this CL this happens on my windows xp computer: C:\>go test os/user Exception 0x6ba ...
10 years ago (2014-03-26 06:36:27 UTC) #2
minux1
https://codereview.appspot.com/80400043/diff/20001/src/pkg/runtime/os_windows_386.c File src/pkg/runtime/os_windows_386.c (right): https://codereview.appspot.com/80400043/diff/20001/src/pkg/runtime/os_windows_386.c#newcode39 src/pkg/runtime/os_windows_386.c:39: if(info->ExceptionCode == DBG_PRINTEXCEPTION_C) add { here
10 years ago (2014-03-27 06:02:27 UTC) #3
brainman
Thank you for review. Alex https://codereview.appspot.com/80400043/diff/20001/src/pkg/runtime/os_windows_386.c File src/pkg/runtime/os_windows_386.c (right): https://codereview.appspot.com/80400043/diff/20001/src/pkg/runtime/os_windows_386.c#newcode39 src/pkg/runtime/os_windows_386.c:39: if(info->ExceptionCode == DBG_PRINTEXCEPTION_C) On ...
10 years ago (2014-03-28 01:40:03 UTC) #4
brainman
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years ago (2014-03-28 01:40:20 UTC) #5
minux1
LGTM.
10 years ago (2014-03-28 04:33:27 UTC) #6
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=70fdb079c44e *** runtime: ignore windows exception if not in Go binary LGTM=minux.ma ...
10 years ago (2014-03-28 06:35:12 UTC) #7
gobot
This CL appears to have broken the freebsd-386 builder. See http://build.golang.org/log/f3c192fa64d9605e8bf0d27315e87e01493ba7cd
10 years ago (2014-03-28 06:47:04 UTC) #8
rsc
10 years ago (2014-03-28 15:31:55 UTC) #9
Yay, thank you very much Alex.

The build breakage reported by gobot is different, my fault, and should now
be fixed.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b