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

Issue 1972443002: Insert CHECK to look for abnormal flushes. (Closed)

Created:
4 years, 7 months ago by David Yen
Modified:
4 years, 7 months ago
Reviewers:
piman
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Insert CHECK to look for abnormal flushes/fences. R=piman@chromium.org BUG=606112 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel

Patch Set 1 #

Patch Set 2 : Use UINT64_MAX instead (Does not change code, see try jobs from patch #1). #

Total comments: 2

Patch Set 3 : use CHECK instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M gpu/command_buffer/service/sync_point_manager.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
David Yen
4 years, 7 months ago (2016-05-11 01:09:32 UTC) #1
David Yen
On 2016/05/11 01:09:32, David Yen wrote: I will run this on mac_chromium_rel_ng here a couple ...
4 years, 7 months ago (2016-05-11 01:10:39 UTC) #3
piman
https://codereview.chromium.org/1972443002/diff/20001/gpu/command_buffer/service/sync_point_manager.cc File gpu/command_buffer/service/sync_point_manager.cc (right): https://codereview.chromium.org/1972443002/diff/20001/gpu/command_buffer/service/sync_point_manager.cc#newcode261 gpu/command_buffer/service/sync_point_manager.cc:261: DCHECK(release == fence_sync_release_ + 1 || release == UINT64_MAX); ...
4 years, 7 months ago (2016-05-11 01:24:11 UTC) #4
David Yen
I changed it to a CHECK, although it didn't trigger any failures in the 5 ...
4 years, 7 months ago (2016-05-11 17:27:27 UTC) #5
piman
LGTM - we can land it temporarily on trunk, and see if this helps the ...
4 years, 7 months ago (2016-05-11 17:40:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1972443002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1972443002/40001
4 years, 7 months ago (2016-05-11 18:29:15 UTC) #9
David Yen
I actually got a callstack running this locally 50 times, I'll hold off on landing ...
4 years, 7 months ago (2016-05-11 18:34:27 UTC) #11
David Yen
4 years, 7 months ago (2016-05-12 22:03:59 UTC) #12
Message was sent while issue was closed.
closed since we solved the issue it looks no longer relevant.

Powered by Google App Engine
This is Rietveld 408576698