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

Issue 243133004: Check for class id overflow to exit rather than crash. (Closed)

Created:
6 years, 8 months ago by koda
Modified:
6 years, 8 months ago
Reviewers:
rmacnak, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Check for class id overflow to exit rather than crash. BUG=dart:18284 R=iposva@google.com, rmacnak@google.com Committed: https://code.google.com/p/dart/source/detail?r=35170

Patch Set 1 #

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M runtime/vm/class_table.cc View 2 chunks +5 lines, -1 line 1 comment Download
M runtime/vm/object.h View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
koda
6 years, 8 months ago (2014-04-18 16:30:06 UTC) #1
koda
Example output: $ out/DebugIA32/dart bug.dart runtime/vm/class_table.cc:94: error: Fatal error in ClassTable::Register: invalid index 65536
6 years, 8 months ago (2014-04-18 16:36:55 UTC) #2
rmacnak
LGTM
6 years, 8 months ago (2014-04-18 16:39:18 UTC) #3
Ivan Posva
LGTM -ip https://codereview.chromium.org/243133004/diff/20001/runtime/vm/class_table.cc File runtime/vm/class_table.cc (right): https://codereview.chromium.org/243133004/diff/20001/runtime/vm/class_table.cc#newcode93 runtime/vm/class_table.cc:93: FATAL1("Fatal error in ClassTable::Register: invalid index %" ...
6 years, 8 months ago (2014-04-18 16:39:27 UTC) #4
koda
6 years, 8 months ago (2014-04-18 16:42:04 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r35170 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698