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

Issue 104200046: code review 104200046: runtime: ignore exceptions from foreign threads. (Closed)

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

Description

runtime: ignore exceptions from foreign threads. Fixes issue 8224.

Patch Set 1 #

Patch Set 2 : diff -r a58e16be34cb https://code.google.com/p/go #

Patch Set 3 : diff -r 90c0d9c4a9ad https://code.google.com/p/go #

Patch Set 4 : diff -r d6c7ec5112ec https://code.google.com/p/go #

Patch Set 5 : diff -r d6c7ec5112ec https://code.google.com/p/go #

Patch Set 6 : diff -r d6c7ec5112ec https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M src/pkg/runtime/sys_windows_386.s View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_windows_amd64.s View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 16
dfc
This looks pretty safe but I think the asm needs a comment
9 years, 10 months ago (2014-06-18 07:52:16 UTC) #1
brainman
LGTM Alex
9 years, 10 months ago (2014-06-19 01:35:12 UTC) #2
minux
Hello alex.brainman@gmail.com, rsc@golang.org, dave@cheney.net (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 10 months ago (2014-06-19 02:45:44 UTC) #3
rsc
LGTM
9 years, 10 months ago (2014-06-19 03:05:43 UTC) #4
brainman
Still LGTM Alex
9 years, 10 months ago (2014-06-19 04:24:21 UTC) #5
brainman
minux, have you forgotten to submit this? Alex
9 years, 9 months ago (2014-07-10 01:45:17 UTC) #6
minux
*** Submitted as https://code.google.com/p/go/source/detail?r=14683b1cf2cc *** runtime: ignore exceptions from foreign threads. Fixes issue 8224. LGTM=alex.brainman, ...
9 years, 9 months ago (2014-07-10 03:55:37 UTC) #7
minux
On 2014/07/10 01:45:17, brainman wrote: > minux, have you forgotten to submit this? yes, thank ...
9 years, 9 months ago (2014-07-10 03:55:51 UTC) #8
gobot
This CL appears to have broken the openbsd-386-rootbsd builder. See http://build.golang.org/log/f0c8bc423ad6e8ebd1c2e8daa89fb33e2c8cae83
9 years, 9 months ago (2014-07-10 04:16:33 UTC) #9
minux
On Thu, Jul 10, 2014 at 12:16 AM, <gobot@golang.org> wrote: > This CL appears to ...
9 years, 9 months ago (2014-07-10 04:26:12 UTC) #10
brainman
On 2014/07/10 04:26:12, minux wrote: > On Thu, Jul 10, 2014 at 12:16 AM, <mailto:gobot@golang.org> ...
9 years, 9 months ago (2014-07-10 04:30:54 UTC) #11
minux
On Thu, Jul 10, 2014 at 12:30 AM, <alex.brainman@gmail.com> wrote: > On 2014/07/10 04:26:12, minux ...
9 years, 9 months ago (2014-07-10 04:46:12 UTC) #12
brainman
On 2014/07/10 04:46:12, minux wrote: > > do you think if we should add a ...
9 years, 9 months ago (2014-07-10 05:22:03 UTC) #13
brainman
On 2014/07/10 04:46:12, minux wrote: > > the sketch is: > at the end of ...
9 years, 9 months ago (2014-07-11 00:45:18 UTC) #14
minux
On Thu, Jul 10, 2014 at 8:45 PM, <alex.brainman@gmail.com> wrote: > On 2014/07/10 04:46:12, minux ...
9 years, 9 months ago (2014-07-11 01:38:59 UTC) #15
brainman
9 years, 9 months ago (2014-07-11 01:51:30 UTC) #16
Message was sent while issue was closed.
On 2014/07/11 01:38:59, minux wrote:
> >
> mingw doesn't support __try and __catch, so we will have to set up SEH
> using inline assembly for 386.
> i.e. allocate exception_registration struct on stack, and then use inline
> assembly to chain into SEH chain.
> (http://www.programmingunlimited.net/siteexec/content.cgi?page=mingw-seh)

I know nothing about all that, so it is all yours.

> 
> the problem is how could we test on windows/amd64?

We don't test on windows/amd64.

Alex
Sign in to reply to this message.

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