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

Issue 2147193002: Don't call into JS from within stack trace generation (Closed)

Created:
4 years, 5 months ago by jgruber
Modified:
4 years, 5 months ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Don't call into JS from within stack trace generation Calling into JS from stack trace generation becomes an issue during stack overflows: we'd detect a stack overflow, attempt to create an exception, call into JS, detect a stack overflow, and repeat. R=yangguo@chromium.org BUG= Committed: https://crrev.com/4fbffba4da4bbf7873f479e7afe7d9f0114f9b8b Cr-Commit-Position: refs/heads/master@{#37837}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Just access the script itself, it's what the accessors do #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -15 lines) Patch
M src/isolate.cc View 1 3 chunks +4 lines, -0 lines 0 comments Download
M src/js/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +6 lines, -15 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
Yang
https://codereview.chromium.org/2147193002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/2147193002/diff/1/src/objects.cc#newcode12857 src/objects.cc:12857: isolate->factory()->source_url_string()) This should simply call Accessors::ScriptSourceUrlGetter. Can we get ...
4 years, 5 months ago (2016-07-15 11:36:09 UTC) #5
jgruber
PTAL, this time with the real commit.
4 years, 5 months ago (2016-07-18 12:34:40 UTC) #10
Yang
On 2016/07/18 12:34:40, jgruber wrote: > PTAL, this time with the real commit. lgtm.
4 years, 5 months ago (2016-07-18 12:36:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2147193002/20001
4 years, 5 months ago (2016-07-18 12:52:17 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-18 12:54:57 UTC) #14
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-18 12:55:00 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 12:56:31 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4fbffba4da4bbf7873f479e7afe7d9f0114f9b8b
Cr-Commit-Position: refs/heads/master@{#37837}

Powered by Google App Engine
This is Rietveld 408576698