../../runtime/vm/os_linux.cc: 464: error: unreachable code when compiling AOT binary inside Docker on Armv7 #48366
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
dart --version
)Dart SDK version: 2.16.1 (stable) (Tue Feb 8 12:02:33 2022 +0100) on "linux_arm"
Linux:
Linux hostname 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 armv7l GNU/Linux
$ cat /etc/os-release
$ docker --version
Docker version 20.10.12, build e91ed57
I have a very simple Dart program that outputs much the same as
dart --version
:This compiles and runs just fine when not using Docker.
But when I run:
against
dartshowplatform/Dockerfile
:It fails like this:
NB
ARG DART_VERSION="2.14.4"
is simply a default that's overridden to 2.16.1 byDART_VERSION="$DART_VERSION"
Full source etc. at https://github.com/atsign-company/at_dockerfiles
The error was first seen on a MiniNode hosted Raspberry Pi used as part of the GitHub Actions workflow, and has been replicated on another Pi4 running the commands by hand.
This was running just fine yesterday with Dart 2.16.0
The text was updated successfully, but these errors were encountered: