|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by manzagop (departed) Modified:
4 years, 2 months ago CC:
chromium-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionTemporarily disable lock instrumentation
Disable lock instrumentation pending a fix to avoid recursion.
BUG=620813, 652432
Committed: https://crrev.com/030a3da272a7d23ce08676dfa537e500d2b1ef89
Cr-Commit-Position: refs/heads/master@{#423281}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address comments #Messages
Total messages: 23 (11 generated)
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
manzagop@chromium.org changed reviewers: + bcwhite@chromium.org
Hi Brian, This is until a proper fix, so we can move forward with experimentation. Please have a look! Thanks, Pierre
https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... File base/synchronization/lock_impl_posix.cc (left): https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... base/synchronization/lock_impl_posix.cc:63: base::debug::ScopedLockAcquireActivity lock_activity(this); You can leave this. It's only Windows that causes the recursion. https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... File base/synchronization/lock_impl_win.cc (left): https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... base/synchronization/lock_impl_win.cc:21: base::debug::ScopedLockAcquireActivity lock_activity(this); How about just commenting it out with a crbug reference?
Thanks! Another look? https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... File base/synchronization/lock_impl_posix.cc (left): https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... base/synchronization/lock_impl_posix.cc:63: base::debug::ScopedLockAcquireActivity lock_activity(this); On 2016/10/04 20:31:00, bcwhite wrote: > You can leave this. It's only Windows that causes the recursion. Done. https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... File base/synchronization/lock_impl_win.cc (left): https://codereview.chromium.org/2394613002/diff/1/base/synchronization/lock_i... base/synchronization/lock_impl_win.cc:21: base::debug::ScopedLockAcquireActivity lock_activity(this); On 2016/10/04 20:31:00, bcwhite wrote: > How about just commenting it out with a crbug reference? Done.
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm
manzagop@chromium.org changed reviewers: + mark@chromium.org
Hi Mark! Could you have an OWNERS' look? Thanks! Pierre
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Friendly ping, as I'm hoping to get this 1 liner in for tomorrow's canary.
manzagop@chromium.org changed reviewers: + thestig@chromium.org
Hi Lei! I'm hoping to get this 1 liner into tomorrow's canary. Could you have an OWNERS' look? Thanks! Pierre
LGTM
Thanks for the review!
The CQ bit was checked by manzagop@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Temporarily disable lock instrumentation Disable lock instrumentation pending a fix to avoid recursion. BUG=620813,652432 ========== to ========== Temporarily disable lock instrumentation Disable lock instrumentation pending a fix to avoid recursion. BUG=620813,652432 Committed: https://crrev.com/030a3da272a7d23ce08676dfa537e500d2b1ef89 Cr-Commit-Position: refs/heads/master@{#423281} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/030a3da272a7d23ce08676dfa537e500d2b1ef89 Cr-Commit-Position: refs/heads/master@{#423281} |
