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

Issue 345533002: Fix stack capture on overflow for Error.stackTraceLimit == Infinity (Closed)

Created:
6 years, 6 months ago by wingo
Modified:
6 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix stack capture on overflow for Error.stackTraceLimit == Infinity Bug found by Andrew Paprocki <andrew@ishiboo.com>;. R=mstarzinger@chromium.org, yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21902

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use FastD2IChecked #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -4 lines) Patch
M src/conversions.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/isolate.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M test/mjsunit/stack-traces-overflow.js View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
wingo
6 years, 6 months ago (2014-06-18 09:56:19 UTC) #1
Yang
https://codereview.chromium.org/345533002/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/345533002/diff/1/src/isolate.cc#newcode796 src/isolate.cc:796: int limit; Can we simply use FastD2IChecked here? Also, ...
6 years, 6 months ago (2014-06-18 12:07:39 UTC) #2
wingo
On 2014/06/18 12:07:39, Yang wrote: > https://codereview.chromium.org/345533002/diff/1/src/isolate.cc > File src/isolate.cc (right): > > https://codereview.chromium.org/345533002/diff/1/src/isolate.cc#newcode796 > ...
6 years, 6 months ago (2014-06-18 12:26:43 UTC) #3
Yang
On 2014/06/18 12:26:43, wingo wrote: > On 2014/06/18 12:07:39, Yang wrote: > > https://codereview.chromium.org/345533002/diff/1/src/isolate.cc > ...
6 years, 6 months ago (2014-06-18 12:27:47 UTC) #4
wingo
Fixed nits, and updated FastD2IChecked comment.
6 years, 6 months ago (2014-06-18 12:42:46 UTC) #5
Yang
On 2014/06/18 12:42:46, wingo wrote: > Fixed nits, and updated FastD2IChecked comment. lgtm.
6 years, 6 months ago (2014-06-18 12:45:58 UTC) #6
Michael Starzinger
LGTM.
6 years, 6 months ago (2014-06-18 13:50:06 UTC) #7
wingo
6 years, 6 months ago (2014-06-20 14:28:03 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r21902 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698