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

Issue 7202053: code review 7202053: lib9/main.c: don't show the crash dialog on windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by minux1
Modified:
12 years, 5 months ago
Reviewers:
CC:
brainman, rsc, golang-dev
Visibility:
Public.

Description

lib9/main.c: don't show the crash dialog on windows Fixes issue 3202. (Or rather, work around issue 3202)

Patch Set 1 #

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

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

Total comments: 1

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

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

Total comments: 1

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

Patch Set 7 : diff -r 8dfcf31fb1f8 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M src/lib9/main.c View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 11
minux1
Hello alex.brainman@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 5 months ago (2013-01-25 00:13:50 UTC) #1
minux1
if necessary, we can catch the most common error by adding: signal(SIGBUS, defaulthandler); signal(SIGSEGV, defaulthandler); ...
12 years, 5 months ago (2013-01-25 00:20:49 UTC) #2
brainman
I have no computer here. I will look at it next week. Sorry. Alex
12 years, 5 months ago (2013-01-25 00:25:45 UTC) #3
minux1
On Fri, Jan 25, 2013 at 8:25 AM, <alex.brainman@gmail.com> wrote: > I have no computer ...
12 years, 5 months ago (2013-01-25 00:27:49 UTC) #4
brainman
LGTM Thank you very much. Alex On 2013/01/25 00:20:49, minux wrote: > ... > > ...
12 years, 5 months ago (2013-01-30 01:54:25 UTC) #5
minux1
PTAL. On 2013/01/30 01:54:25, brainman wrote: > On 2013/01/25 00:20:49, minux wrote: > > ...
12 years, 5 months ago (2013-02-02 17:26:09 UTC) #6
rsc
LGTM
12 years, 5 months ago (2013-02-02 21:28:06 UTC) #7
brainman
https://codereview.appspot.com/7202053/diff/10002/src/lib9/main.c File src/lib9/main.c (right): https://codereview.appspot.com/7202053/diff/10002/src/lib9/main.c#newcode46 src/lib9/main.c:46: signal(SIGBUS, crashhandler); From signal doco: The list below summarizes ...
12 years, 5 months ago (2013-02-02 21:38:24 UTC) #8
minux1
On Sun, Feb 3, 2013 at 5:38 AM, <alex.brainman@gmail.com> wrote: > https://codereview.appspot.**com/7202053/diff/10002/src/** > lib9/main.c#newcode46<https://codereview.appspot.com/7202053/diff/10002/src/lib9/main.c#newcode46> > ...
12 years, 5 months ago (2013-02-02 21:54:04 UTC) #9
brainman
I am fine with that, if you see it works on your computer. I don't ...
12 years, 5 months ago (2013-02-02 22:06:14 UTC) #10
minux1
12 years, 5 months ago (2013-02-02 22:11:41 UTC) #11
*** Submitted as https://code.google.com/p/go/source/detail?r=c23760174a83 ***

lib9/main.c: don't show the crash dialog on windows
Fixes issue 3202. (Or rather, work around issue 3202)

R=alex.brainman, rsc
CC=golang-dev
https://codereview.appspot.com/7202053
Sign in to reply to this message.

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