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

Issue 904443002: VM: Fix source location in stack trace of async code. (Closed)

Created:
5 years, 10 months ago by Florian Schneider
Modified:
5 years, 10 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, hausner
Visibility:
Public.

Description

VM: Fix source location in stack trace of async code. This eliminates an invalid source position and allows async code to work with the stack_traces package to a get full async stack chain. Frames with an invalid location (file.dart:1:1) are now printed without line/column information (file.dart) BUG=dartbug.com/22009 R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=43497

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -5 lines) Patch
M runtime/vm/object.cc View 1 2 3 4 4 chunks +11 lines, -2 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Florian Schneider
5 years, 10 months ago (2015-02-04 17:19:48 UTC) #2
Ivan Posva
LGTM -ip
5 years, 10 months ago (2015-02-04 18:13:29 UTC) #3
hausner
DBC https://codereview.chromium.org/904443002/diff/40001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/904443002/diff/40001/runtime/vm/object.cc#newcode20152 runtime/vm/object.cc:20152: } else if (line >= 0) { I ...
5 years, 10 months ago (2015-02-04 18:34:13 UTC) #5
Ivan Posva
Missed this one earlier. -ip https://codereview.chromium.org/904443002/diff/40001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/904443002/diff/40001/runtime/vm/object.cc#newcode20134 runtime/vm/object.cc:20134: if (token_pos >= 0) ...
5 years, 10 months ago (2015-02-04 21:15:29 UTC) #6
Florian Schneider
https://codereview.chromium.org/904443002/diff/40001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/904443002/diff/40001/runtime/vm/object.cc#newcode20134 runtime/vm/object.cc:20134: if (token_pos >= 0) { On 2015/02/04 21:15:29, Ivan ...
5 years, 10 months ago (2015-02-05 09:55:43 UTC) #8
Florian Schneider
5 years, 10 months ago (2015-02-05 10:26:32 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r43497 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698