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

Issue 52090045: code review 52090045: runtime: fix data race in GC (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by dvyukov
Modified:
10 years, 3 months ago
Reviewers:
dave, bradfitz
CC:
golang-codereviews, bradfitz, minux1
Visibility:
Public.

Description

runtime: fix data race in GC Fixes issue 5139. Update issue 7065.

Patch Set 1 #

Patch Set 2 : diff -r c0e0467635ec https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r c0e0467635ec https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 591df14d5bed https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M src/pkg/runtime/mgc0.c View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 8
dvyukov
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 3 months ago (2014-01-14 16:05:28 UTC) #1
bradfitz
LGTM On Jan 14, 2014 8:05 AM, <dvyukov@google.com> wrote: > Reviewers: golang-codereviews, > > Message: ...
10 years, 3 months ago (2014-01-14 16:50:41 UTC) #2
minux1
On Tue, Jan 14, 2014 at 11:05 AM, <dvyukov@google.com> wrote: > Description: > runtime: fix ...
10 years, 3 months ago (2014-01-14 18:58:23 UTC) #3
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=302bdb5b08b1 *** runtime: fix data race in GC Fixes issue 5139. Update ...
10 years, 3 months ago (2014-01-15 15:38:18 UTC) #4
dvyukov
On 2014/01/14 18:58:23, minux wrote: > On Tue, Jan 14, 2014 at 11:05 AM, <mailto:dvyukov@google.com> ...
10 years, 3 months ago (2014-01-15 15:40:01 UTC) #5
dave_cheney.net
Dmitry, do you think this small patch warrants being backported to 1.2 ?
10 years, 3 months ago (2014-01-16 00:45:10 UTC) #6
dvyukov
yes, I've marked the issue release-1.2.1 On Thu, Jan 16, 2014 at 4:45 AM, <dave@cheney.net> ...
10 years, 3 months ago (2014-01-16 03:46:53 UTC) #7
dvyukov
10 years, 3 months ago (2014-01-16 08:42:23 UTC) #8
On Thu, Jan 16, 2014 at 12:16 PM,  <tracey.brendan@gmail.com> wrote:
> Congrats on finally finding it!

Thanks!

It's a pity that ThreadSanitizer (our race detector for C/C++) does
not work for runtime code, it would find it at once...


> On Wednesday, January 15, 2014 7:46:32 PM UTC-8, Dmitry Vyukov wrote:
>> yes, I've marked the issue release-1.2.1
>>
>>
>>
>> On Thu, Jan 16, 2014 at 4:45 AM,  <d...@cheney.net> wrote:
>>
>> > Dmitry, do you think this small patch warrants being backported to 1.2 ?
>>
>> >
>>
>> > https://codereview.appspot.com/52090045/
>
Sign in to reply to this message.

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