Skip to content

aot snapshot file is being held/locked by dart_precompiled_runtime on Windows for duration of dart program execution #55417

Closed
@aam

Description

@aam

return new FileMappable(File::Open(/*namespc=*/nullptr, path, File::kRead));
is kept
as part of Mappable
std::unique_ptr<Mappable> mappable(Mappable::FromPath(filename));
, LoadedElf
return reinterpret_cast<Dart_LoadedElf*>(elf.release());
that is kept in
AppSnapshot* app_snapshot = nullptr;
global for duration of program execution

cc @rmacnak-google

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.os-windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions