-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.Use area-dart-cli for issues related to the 'dart' command like tool.dart-cli-runIssues related to 'dart run'Issues related to 'dart run'front-end-serverIssues with the frontend serverIssues with the frontend server
Description
Both pub's precompile pipeline and the --resident pipeline for dart run keep kernel files around for faster compile times. These kernel files are given to the CFE along with the source code to perform a compilation and are then given to the VM to run. While the VM is reading this kernel into memory, another compilation of the same Dart source file from a different process could overwrite this kernel file.
I have not been able to reproduce this, but there is a TODO in the frontend_server code.
Metadata
Metadata
Assignees
Labels
area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.Use area-dart-cli for issues related to the 'dart' command like tool.dart-cli-runIssues related to 'dart run'Issues related to 'dart run'front-end-serverIssues with the frontend serverIssues with the frontend server