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

Issue 1131233005: Use Structured Exception Handler on Windows to gracefully handle guard page faults (Closed)

Created:
5 years, 7 months ago by Cutch
Modified:
5 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Use Structured Exception Handler on Windows to gracefully handle guard page faults - set profile_vm flag to be true by default to make sure crashes on bots are taken care of. R=koda@google.com Committed: https://code.google.com/p/dart/source/detail?r=45771

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -41 lines) Patch
M runtime/vm/profiler.cc View 1 2 3 4 chunks +97 lines, -41 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Cutch
5 years, 7 months ago (2015-05-11 20:38:36 UTC) #2
koda
Are you confident that using __try in one method does not impact the compilation of ...
5 years, 7 months ago (2015-05-12 15:53:28 UTC) #3
koda
https://codereview.chromium.org/1131233005/diff/20001/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/1131233005/diff/20001/runtime/vm/profiler.cc#newcode44 runtime/vm/profiler.cc:44: DEFINE_FLAG(bool, profile_vm, true, Please note in the CL description ...
5 years, 7 months ago (2015-05-12 19:28:03 UTC) #4
Vyacheslav Egorov (Google)
https://codereview.chromium.org/1131233005/diff/20001/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/1131233005/diff/20001/runtime/vm/profiler.cc#newcode939 runtime/vm/profiler.cc:939: fault_address = ep->ExceptionRecord->ExceptionInformation[1]; I wonder if you could just ...
5 years, 7 months ago (2015-05-12 19:46:18 UTC) #5
Cutch
https://codereview.chromium.org/1131233005/diff/20001/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/1131233005/diff/20001/runtime/vm/profiler.cc#newcode44 runtime/vm/profiler.cc:44: DEFINE_FLAG(bool, profile_vm, true, On 2015/05/12 19:28:02, koda wrote: > ...
5 years, 7 months ago (2015-05-13 17:59:10 UTC) #6
koda
lgtm
5 years, 7 months ago (2015-05-13 18:15:21 UTC) #7
Cutch
5 years, 7 months ago (2015-05-13 19:36:59 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 45771 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698