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

Issue 8414031: Temporary instrumentation to help understand lock errors on mac debug bots. (Closed)

Created:
9 years, 1 month ago by eroman
Modified:
9 years, 1 month ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Temporary instrumentation to help understand lock errors on mac debug bots. BUG=102161 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107835

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : Add a log message pointing to bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -0 lines) Patch
M base/synchronization/lock_impl.h View 1 2 3 4 2 chunks +23 lines, -0 lines 0 comments Download
M base/synchronization/lock_impl_posix.cc View 1 2 3 4 5 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
eroman
I figured I would throw in some asserts to catch use-after-free of locks, in case ...
9 years, 1 month ago (2011-10-28 19:55:12 UTC) #1
Mark Mentovai
http://codereview.chromium.org/8414031/diff/3001/base/synchronization/lock_impl.h File base/synchronization/lock_impl.h (right): http://codereview.chromium.org/8414031/diff/3001/base/synchronization/lock_impl.h#newcode56 base/synchronization/lock_impl.h:56: #if defined(OS_MAC) && !defined(NDEBUG) This won’t ever work. It’s ...
9 years, 1 month ago (2011-10-28 19:58:26 UTC) #2
eroman
http://codereview.chromium.org/8414031/diff/3001/base/synchronization/lock_impl.h File base/synchronization/lock_impl.h (right): http://codereview.chromium.org/8414031/diff/3001/base/synchronization/lock_impl.h#newcode56 base/synchronization/lock_impl.h:56: #if defined(OS_MAC) && !defined(NDEBUG) On 2011/10/28 19:58:26, Mark Mentovai ...
9 years, 1 month ago (2011-10-28 20:00:52 UTC) #3
eroman
Please take another look.
9 years, 1 month ago (2011-10-28 22:03:08 UTC) #4
Mark Mentovai
LGTM
9 years, 1 month ago (2011-10-28 22:06:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/8414031/2005
9 years, 1 month ago (2011-10-28 22:37:24 UTC) #6
commit-bot: I haz the power
Change committed as 107835
9 years, 1 month ago (2011-10-29 00:46:40 UTC) #7
eroman
9 years, 1 month ago (2011-11-08 00:18:58 UTC) #8
FYI, I will be reverting this now as the underlying issue has been resolved
(confirmed it hasn't reproduced in past few days on bots).

I will be TBRing the revert; no need for comment.

Powered by Google App Engine
This is Rietveld 408576698