Skip to content

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

Closed
@nex3

Description

@nex3

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.

Metadata

Metadata

Assignees

Labels

P1A high priority bug; for example, a single project is unusable or has many test failuresarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions