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

VM deadlocks when passed the "--packages" flag #23991

Closed
nex3 opened this issue Aug 5, 2015 · 2 comments
Closed

VM deadlocks when passed the "--packages" flag #23991

nex3 opened this issue Aug 5, 2015 · 2 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P1 A high priority bug; for example, a single project is unusable or has many test failures
Milestone

Comments

@nex3
Copy link
Member

nex3 commented Aug 5, 2015

When the VM is passed the --packages flag pointing to a valid package spec, it deadlocks without ever starting the application. For example, if you have:

// app.dart
void main() => print("hello!");
// .packages
myapp:lib/

And you run dart --packages=.packages app.dart, it will never print anything and never exit.

@nex3 nex3 added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels Aug 5, 2015
@nex3 nex3 added this to the 1.12 milestone Aug 5, 2015
@sethladd
Copy link
Contributor

sethladd commented Aug 5, 2015

Confirmed in SDK version 1.12.0-dev.5.0

Thanks for the report.

(just added this to our testing plan)

@iposva-google iposva-google self-assigned this Aug 5, 2015
nex3 added a commit to dart-lang/pub that referenced this issue Aug 5, 2015
This reverts commit dc626af.

This broke due to dart-lang/sdk#23991.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1272833003 .
@iposva-google
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

3 participants