Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing activation in stack #19280

Closed
stevemessick opened this issue Jun 6, 2014 · 5 comments
Closed

Missing activation in stack #19280

stevemessick opened this issue Jun 6, 2014 · 5 comments
Assignees
Labels
closed-obsolete Closed as the reported issue is no longer relevant
Milestone

Comments

@stevemessick
Copy link
Contributor

When investigating an unrelated bug, I noticed we are missing an activation in the stact trace.
The "DivElement.DivElement" is called when initializing "_div" in _ScheduleImmediateHelper.
I expected to see the following activtion:
    "_ScheduleImmediateHelper._ScheduleImmediateHelper"
in the stack trace.

Regards,
   Lars

In the following standalone program:

class B {
  B() { throw 0; }
}

class A {
  final b = new B();
  A();
}

final fisk = new A();

main() {
  print(fisk);
}

the Dart VM seems to display the right information:

0

­0 B.B (file:///usr/local/google/home/bak/stack.dart:3:9)

­1 A.A (file:///usr/local/google/home/bak/stack.dart:7:17)

­2 fisk (file:///usr/local/google/home/bak/stack.dart:11:14)

­3 main (file:///usr/local/google/home/bak/stack.dart:14:9)

­4 _startIsolate.isolateStartHandler (dart:isolate-patch/isolate_patch.dart:216)

­5 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:124)

////////////////////////////////////////////////////////////////////////////////////
Editor: 1.5.0.dev_04_02 (2014-06-06)
OS: Linux - amd64 (3.2.5-gg1336)
JVM: 1.7.0-google-v6

projects: 8

open dart files: 6

auto-run pub: true
localhost resolves to: 127.0.0.1
mem max/total/free: 1778 / 823 / 233 MB
thread count: 63
index: 406232 relationships in 77582 keys in 222 sources

SDK installed: true
Dartium installed: true

@devoncarew
Copy link
Member

If I read this right, the behavior for the command-line debugger is correct with the given sample. Can you attach a sample that shows the issue for Dartium?


Set owner to @larsbak.
Added NeedsInfo label.

@sethladd
Copy link
Contributor

Friendly ping.


Removed this from the 1.6 milestone.
Removed Priority-High label.
Added Priority-Medium, Editor-Debugging labels.

@larsbak
Copy link

larsbak commented Jul 30, 2014

I believe the original bug report (submitted from the Dart Editor) included a screenshot that highlighted the problem. Steve, can you please provide the screenshot?
//Lars


cc @stevemessick.

@clayberg
Copy link

Set owner to @devoncarew.
Added AssumedStale label.

@clayberg
Copy link

Added this to the 1.9 milestone.

@stevemessick stevemessick added Type-Defect closed-obsolete Closed as the reported issue is no longer relevant labels Mar 25, 2015
@stevemessick stevemessick added this to the 1.9 milestone Mar 25, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant
Projects
None yet
Development

No branches or pull requests

5 participants