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

Issue 8587041: Fix assertion during throwing an exception. (Closed)

Created:
9 years, 1 month ago by siva
Modified:
9 years, 1 month ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix assertion during throwing an exception. We could be throwing an exception from a stub frame and not have any dart frames at all, just treat the stack trace as empty in this case and go with an unhandled exception. Committed: https://code.google.com/p/dart/source/detail?r=1626

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M vm/exceptions.cc View 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
siva
9 years, 1 month ago (2011-11-17 19:18:36 UTC) #1
srdjan
9 years, 1 month ago (2011-11-17 19:39:15 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698