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

Issue 254683003: Fix stacktrace crasher bug in the VM and duplicate breakpoint crasher bug. (Closed)

Created:
6 years, 8 months ago by Jacob
Modified:
6 years, 8 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Workaround stacktrace crasher bug in the VM. Fix for bug setting breakpoint after app reload. BUG= R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=35401

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M runtime/lib/stacktrace.cc View 1 chunk +2 lines, -1 line 1 comment Download
M runtime/vm/debugger.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Jacob
https://codereview.chromium.org/254683003/diff/1/runtime/lib/stacktrace.cc File runtime/lib/stacktrace.cc (right): https://codereview.chromium.org/254683003/diff/1/runtime/lib/stacktrace.cc#newcode30 runtime/lib/stacktrace.cc:30: return String::New(trace.ToCStringInternal(&frame_index)); needed to avoid a null ptr exception.
6 years, 8 months ago (2014-04-24 20:28:55 UTC) #1
hausner
LGTM. Thank you for the fix.
6 years, 8 months ago (2014-04-24 20:31:52 UTC) #2
Jacob
6 years, 8 months ago (2014-04-24 20:34:24 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r35401 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698