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

Issue 2548323002: [wasm] Implement location from stack trace for asm.js frames (Closed)

Created:
4 years ago by Clemens Hammacher
Modified:
4 years ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Implement location from stack trace for asm.js frames This avoids the crash which ClusterFuzz found, but still does not report the same position as without validate.asm. For calls like "foo()|0", we report the position of the call instead of the position of the "|" if ToNumber throws an error. After this CL, the correctness-fuzzer for validate-asm will probably find mismatches there. R=titzer@chromium.org BUG=chromium:670808 Committed: https://crrev.com/6a8dccb19731fe78ce0d576876677734a7c0ae5e Cr-Commit-Position: refs/heads/master@{#41500}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -3 lines) Patch
M src/isolate.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 chunks +18 lines, -2 lines 0 comments Download
A test/mjsunit/regress/regress-670808.js View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
Clemens Hammacher
4 years ago (2016-12-05 12:08:20 UTC) #5
titzer
lgtm https://codereview.chromium.org/2548323002/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2548323002/diff/1/src/isolate.cc#newcode1536 src/isolate.cc:1536: bool Isolate::ComputeLocationFromStackTrace(MessageLocation* target, Can you add a comment ...
4 years ago (2016-12-05 12:14:36 UTC) #6
Clemens Hammacher
https://codereview.chromium.org/2548323002/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2548323002/diff/1/src/isolate.cc#newcode1536 src/isolate.cc:1536: bool Isolate::ComputeLocationFromStackTrace(MessageLocation* target, On 2016/12/05 at 12:14:36, titzer wrote: ...
4 years ago (2016-12-05 12:27:29 UTC) #7
titzer
On 2016/12/05 12:27:29, Clemens Hammacher wrote: > https://codereview.chromium.org/2548323002/diff/1/src/isolate.cc > File src/isolate.cc (right): > > https://codereview.chromium.org/2548323002/diff/1/src/isolate.cc#newcode1536 ...
4 years ago (2016-12-05 12:34:09 UTC) #8
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/2548323002/20001
4 years ago (2016-12-05 18:46:37 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-05 19:29:43 UTC) #13
commit-bot: I haz the power
4 years ago (2016-12-05 19:30:27 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6a8dccb19731fe78ce0d576876677734a7c0ae5e
Cr-Commit-Position: refs/heads/master@{#41500}

Powered by Google App Engine
This is Rietveld 408576698