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

Issue 619583005: Debug a mystery crash bug in script streaming. (Closed)

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

Description

Debug a mystery crash bug in script streaming. This adds a bunch of checks so we hopefully get more detailed information about what exactly goes wrong. R=jochen@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=24373

Patch Set 1 #

Total comments: 2

Patch Set 2 : code review (jochen) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M src/parser.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/parser.cc View 1 3 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
marja
jochen, ptal.
6 years, 2 months ago (2014-10-01 13:26:13 UTC) #1
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/619583005/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/619583005/diff/1/src/parser.cc#newcode3710 src/parser.cc:3710: CHECK(materialized_literal_count != NULL); nit. just CHECK(materialized_literal_count); and below
6 years, 2 months ago (2014-10-01 14:03:03 UTC) #2
marja
t https://codereview.chromium.org/619583005/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/619583005/diff/1/src/parser.cc#newcode3710 src/parser.cc:3710: CHECK(materialized_literal_count != NULL); On 2014/10/01 14:03:03, jochen wrote: ...
6 years, 2 months ago (2014-10-01 15:59:35 UTC) #3
marja
6 years, 2 months ago (2014-10-01 16:54:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 24373 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698