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

Issue 1865553004: [wasm] Do also output WASM frames on detailed stack traces (Closed)

Created:
4 years, 8 months ago by Clemens Hammacher
Modified:
4 years, 8 months ago
Reviewers:
titzer, JF
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@improve-asserts
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Do also output WASM frames on detailed stack traces Till now, they were just skipped. With this patch, they now show up in the DevTools on uncaught Errors with function name <WASM> and no line number or file name information (see new test case: https://chromiumcodereview.appspot.com/1875083002). R=jfb@chromium.org, titzer@chromium.org BUG= Committed: https://crrev.com/9be47f57a0c03aa56a06c5a14777b4060c631476 Cr-Commit-Position: refs/heads/master@{#35615}

Patch Set 1 #

Patch Set 2 : Remove test case #

Patch Set 3 : Don't assign undefined to Handle<Script> #

Total comments: 2

Patch Set 4 : add TODO #

Patch Set 5 : Fix gcmole reported issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -40 lines) Patch
M src/frames.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 2 chunks +48 lines, -40 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
Clemens Hammacher
4 years, 8 months ago (2016-04-06 16:03:13 UTC) #1
Clemens Hammacher
Oh, hang on, I just recognized that the new test does not test the detailed ...
4 years, 8 months ago (2016-04-06 16:46:51 UTC) #2
Clemens Hammacher
On 2016/04/06 16:46:51, ClemensHammacher wrote: > Oh, hang on, I just recognized that the new ...
4 years, 8 months ago (2016-04-11 12:09:23 UTC) #3
JF
https://codereview.chromium.org/1865553004/diff/40001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/1865553004/diff/40001/src/isolate.cc#newcode550 src/isolate.cc:550: if (!fun->shared()->script()->IsUndefined()) { In which cases is script() undefined? ...
4 years, 8 months ago (2016-04-11 17:46:34 UTC) #5
Clemens Hammacher
https://codereview.chromium.org/1865553004/diff/40001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/1865553004/diff/40001/src/isolate.cc#newcode550 src/isolate.cc:550: if (!fun->shared()->script()->IsUndefined()) { On 2016/04/11 at 17:46:33, JF wrote: ...
4 years, 8 months ago (2016-04-12 09:30:57 UTC) #6
JF
lgtm
4 years, 8 months ago (2016-04-12 18:24:28 UTC) #7
titzer
On 2016/04/12 18:24:28, JF wrote: > lgtm lgtm Can you reference the testcase or the ...
4 years, 8 months ago (2016-04-18 16:27:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1865553004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1865553004/60001
4 years, 8 months ago (2016-04-19 08:45:32 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng/builds/4468) v8_linux_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 8 months ago (2016-04-19 09:26:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1865553004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1865553004/60001
4 years, 8 months ago (2016-04-19 09:30:42 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng/builds/4476) v8_linux_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 8 months ago (2016-04-19 10:03:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1865553004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1865553004/80001
4 years, 8 months ago (2016-04-19 11:31:47 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-19 11:55:33 UTC) #22
commit-bot: I haz the power
4 years, 8 months ago (2016-04-19 11:56:56 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/9be47f57a0c03aa56a06c5a14777b4060c631476
Cr-Commit-Position: refs/heads/master@{#35615}

Powered by Google App Engine
This is Rietveld 408576698