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

Issue 9620003: Fix ~EnterDebugger eating TerminateExecution requests (Closed)

Created:
8 years, 9 months ago by Jakob Kummerow
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix ~EnterDebugger eating TerminateExecution requests Superseded by https://chromiumcodereview.appspot.com/9620009/.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M src/debug.cc View 3 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
Please take a look.
8 years, 9 months ago (2012-03-07 13:23:19 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 9 months ago (2012-03-07 13:27:54 UTC) #2
I don't think this is the right fix. 

Pending termination exception might _arrive_ when we are already inside
ClearMirrorCache and it will again eat it.

I think we need to correctly propagate termination exception instead. (e.g.
check pending excption in HandleStackGuardInterrupt and return proper failure
object).

Powered by Google App Engine
This is Rietveld 408576698