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

Issue 8838: Change the fatal error handler to no longer return to V8. It will now crash... (Closed)

Created:
12 years, 1 month ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Feng Qian
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Change the fatal error handler to no longer return to V8. It will now crash the renderer. Returning as it did before would end up in V8 OS::Abort calling __debugbreak() which would also crask the renderer. I am about to change V8 OS::Abort to call abort() instead of __debugbreak() and Chrome should not depend on how V8 handles aborts anyway. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4070

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M webkit/port/bindings/v8/v8_proxy.cpp View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
12 years, 1 month ago (2008-10-28 17:33:40 UTC) #1
Feng Qian
12 years, 1 month ago (2008-10-28 17:34:33 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698