blob: 381f62c74a7e2ccaec4cd430b052b7f079bb85cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
id = 789
title = "QEMU arm (not arm64) crashes on apple silicon when run via docker desktop"
state = "closed"
created_at = "2021-12-20T15:47:42.823Z"
closed_at = "2021-12-21T23:28:34.616Z"
labels = ["linux-user", "target: arm"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/789"
host-os = "macOS 15.1"
host-arch = "ARM64"
qemu-version = "6.1 according to the docker release notes"
guest-os = "rpi-raspian"
guest-arch = "arm"
description = """docker build of the simple Dockerfile here causes QEMU to crash in arm
emulation. It is perfectly reproducible.
FROM balenalib/rpi-raspbian:bullseye-20210925
USER root
RUN apt-get update -y && apt-get upgrade -y"""
reproduce = "n/a"
additional = """"""
|