qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash on jar (openjdk-15.0.1_p9) in the alpine docker container with


From: David Hildenbrand
Subject: Re: Crash on jar (openjdk-15.0.1_p9) in the alpine docker container with qemu-user-static, but working on the native arch
Date: Thu, 11 Feb 2021 09:27:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

On 14.01.21 17:37, Hyounggyu Choi wrote:

Hi,

I randomly scan the qemu-s390x list. If you cc maintainers, or open a bug at https://bugs.launchpad.net/qemu/, you might get a faster response :)

Dear the community members,
I ran into a crash when I tried the commands below on my x86_64 laptop:
==============
$ docker run --rm --privileged multiarch/qemu-user-static:5.2.0-2 --reset -p yes $ docker run --rm -it --entrypoint /bin/sh ghcr.io/openzipkin/alpine:3.12.3@sha256:2236f4fd8f9b4e595661a5886f1b075401c2b8d4f5357bc30fff7a50404c07cd
---- inside the docker container ----
# apk --no-cache add openjdk15-jmods=~15.0.1_p9 openjdk15-jdk=~15.0.1_p9 binutils tar wget
----- installation progress -----
# /usr/lib/jvm/default-jvm/bin/jar --version


So, all you end up doing is running "/usr/lib/jvm/default-jvm/bin/jar --version" inside s390x qemu-user, or is there a real workload that triggers the issue?

That might be easy to reproduce. Note that there will most probably be other issues when running java workloads. The JVM is known to make use of fancy instructions barely used anywhere else (and thus missing in qemu-s390x).

--
Thanks,

David / dhildenb




reply via email to

[Prev in Thread] Current Thread [Next in Thread]