Comment #1 on issue 25841 by [email protected]: Data race on vfptr in
ipc/ipc_sync_channel_unittest.cc
http://code.google.com/p/chromium/issues/detail?id=25841
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=30181
------------------------------------------------------------------------
r30181 | [email protected] | 2009-10-27 04:28:58 -0700 (Tue, 27 Oct
2009) | 6 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_sync_channel_unittest.cc?r1=30181&r2=30180
M
http://src.chromium.org/viewvc/chrome/trunk/src/tools/valgrind/tsan/suppressions.txt?r1=30181&r2=30180
Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc
This race was already suppressed, but the existing suppression doesn't
work if the order of accesses is different. We can prepare a suppression to
make TSAN bots silent
but it will be way too wide. I think adding one line of annotation with
comment (twice) is better in terms of precision.
BUG=25841
Review URL: http://codereview.chromium.org/339008
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---