Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Issue 5284005: Suppress a data race on net::URLRequestThrottlerEntryInterface reference coun... (Closed)

Created:
10 years ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Timur Iskhodzhanov, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Suppress a data race on net::URLRequestThrottlerEntryInterface reference counter BUG=64501 TBR=glider TEST=TSan/UI should go greener Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67458

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M tools/valgrind/tsan/suppressions.txt View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Timur Iskhodzhanov
10 years ago (2010-11-26 16:40:47 UTC) #1
Alexander Potapenko
So the race doesn't occur on the constructor, i.e. base::RefCounted<net::URLRequestThrottlerEntryInterface>() ? On Fri, Nov 26, ...
10 years ago (2010-11-29 14:37:16 UTC) #2
Alexander Potapenko
10 years ago (2010-11-29 16:56:37 UTC) #3
Discussed offline
LGTM

On Mon, Nov 29, 2010 at 5:35 PM, Alexander Potapenko
<glider@chromium.org> wrote:
> So the race doesn't occur on the constructor, i.e.
> base::RefCounted<net::URLRequestThrottlerEntryInterface>() ?
>
> On Fri, Nov 26, 2010 at 7:40 PM,  <timurrrr@chromium.org> wrote:
>> Reviewers: Alexander Potapenko,
>>
>> Description:
>> Suppress a data race on net::URLRequestThrottlerEntryInterface reference
>> counter
>> BUG=64501
>> TBR=glider
>> TEST=TSan/UI should go greener
>>
>> Please review this at http://codereview.chromium.org/5284005/
>>
>> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>>
>> Affected files:
>>  M     tools/valgrind/tsan/suppressions.txt
>>
>>
>> Index: tools/valgrind/tsan/suppressions.txt
>> ===================================================================
>> --- tools/valgrind/tsan/suppressions.txt        (revision 67447)
>> +++ tools/valgrind/tsan/suppressions.txt        (working copy)
>> @@ -116,6 +116,13 @@
>>   fun:base::RefCounted<net::NetLog::EventParameters>::*
>>  }
>>
>> +{
>> +  bug_64501
>> +  ThreadSanitizer:Race
>> +  ...
>> +  fun:base::RefCounted<net::URLRequestThrottlerEntryInterface>::*
>> +}
>> +
>>  ############################
>>  # Benign races
>>  {
>>
>>
>>
>

Powered by Google App Engine
This is Rietveld 408576698