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

Issue 5844051: code review 5844051: runtime: restore deadlock detection in the simplest case. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by remyoudompheng
Modified:
13 years ago
Reviewers:
CC:
iant, r, dave_cheney.net, rsc, golang-dev, remy_archlinux.org
Visibility:
Public.

Description

runtime: restore deadlock detection in the simplest case. Fixes issue 3342.

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -5 lines) Patch
M src/pkg/runtime/mheap.c View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 3 chunks +14 lines, -5 lines 0 comments Download

Messages

Total messages: 11
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 1 month ago (2012-03-17 11:20:57 UTC) #1
remyoudompheng
I'd like someone to check I am not writing garbage here. Rémy.
13 years, 1 month ago (2012-03-17 11:21:25 UTC) #2
iant
LGTM perhaps with the mentioned change. http://codereview.appspot.com/5844051/diff/4001/src/pkg/runtime/mheap.c File src/pkg/runtime/mheap.c (right): http://codereview.appspot.com/5844051/diff/4001/src/pkg/runtime/mheap.c#newcode366 src/pkg/runtime/mheap.c:366: I think the ...
13 years, 1 month ago (2012-03-18 04:36:51 UTC) #3
remyoudompheng
Hello golang-dev@googlegroups.com, iant@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years, 1 month ago (2012-03-20 19:42:38 UTC) #4
remyoudompheng
http://codereview.appspot.com/5844051/diff/4001/src/pkg/runtime/mheap.c File src/pkg/runtime/mheap.c (right): http://codereview.appspot.com/5844051/diff/4001/src/pkg/runtime/mheap.c#newcode366 src/pkg/runtime/mheap.c:366: On 2012/03/18 04:36:51, iant wrote: > I think the ...
13 years, 1 month ago (2012-03-20 19:43:10 UTC) #5
iant
LGTM and fixes an issue but may be too risky at this point. I would ...
13 years, 1 month ago (2012-03-20 20:18:57 UTC) #6
remyoudompheng
It's fine to me if it's deferred. According to my tests the problem only shows ...
13 years, 1 month ago (2012-03-20 20:20:03 UTC) #7
dave_cheney.net
Remé, thank you for this CL. I'm concerned that it is too risky this close ...
13 years, 1 month ago (2012-03-20 20:40:34 UTC) #8
r
I'd like to give rsc a chance to look this over before checking it in. ...
13 years, 1 month ago (2012-03-21 01:32:44 UTC) #9
rsc
Let's wait until after Go 1. I don't fully understand this.
13 years, 1 month ago (2012-03-26 14:31:34 UTC) #10
rsc
13 years, 1 month ago (2012-03-27 03:06:35 UTC) #11
*** Submitted as 5d0322034aa8 ***

runtime: restore deadlock detection in the simplest case.

Fixes issue 3342.

R=iant, r, dave, rsc
CC=golang-dev, remy
http://codereview.appspot.com/5844051

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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