[Bug 1877137] [NEW] 32-bit Arm emulation spins at 100% during emacs build

2020-05-06 Thread Edward Vielmetti
Public bug reported: This test case exposes a QEMU bug when crossbuilding to arm32. The bug is only exposed on amd64 architecture or aarch64 hosts that can *only* execute 64 bit applications. Usage: ./setup.sh # installs docker and tweaks sysctl ./qemu.sh # register qemu so you are able to run

[Qemu-devel] [Bug 1696773] Re: golang calls to exec crash user emulation

2018-09-05 Thread Edward Vielmetti
This bug is mentioned in this account from Cloudflare of porting their software stack to arm64: https://blog.cloudflare.com/porting-our-software-to-arm64/ The relevant section from that blog reads as follows: # Intermittent Go Failures > With a decent amount of Go code running through our CI

[Qemu-devel] [Bug 1659901] Re: Regression: SIGSEGV running Java

2017-10-10 Thread Edward Vielmetti
Similar issue reported in two other places on the net: https://github.com/multiarch/qemu-user-static/issues/18 "qemu-arm-static 2.8 and Java+Maven setup not working" https://bugs.linaro.org/show_bug.cgi?id=3259#c4 Bug 3259 - Javac fails within qemu-aarch64-static chroot on x86 ** Bug watch

[Qemu-devel] [Bug 1634726] Re: qemu "make test" fails in iov.c with "undefined reference" on aarch64 on Ubuntu 16.04

2016-10-19 Thread Edward Vielmetti
"make docker-test" fails repeatedly with Pulling repository docker.io/library/qemu docker: Error: image library/qemu:debian-bootstrap not found. See 'docker run --help'. Pulling repository docker.io/library/qemu docker: Error: image library/qemu:fedora not found. See 'docker run --help'. etc.

[Qemu-devel] [Bug 1634726] Re: qemu "make test" fails in iov.c with "undefined reference" on aarch64 on Ubuntu 16.04

2016-10-19 Thread Edward Vielmetti
Ah, perhaps this bug should be renamed, "remove make test target". While I'm noting things, "make check" builds OK on this system, complaining only about kvm. My next goal is "make docker-test". -- You received this bug notification because you are a member of qemu- devel-ml, which is

[Qemu-devel] [Bug 1634726] [NEW] qemu "make test" fails in iov.c with "undefined reference" on aarch64 on Ubuntu 16.04

2016-10-18 Thread Edward Vielmetti
Public bug reported: I'm building the master tree on a multicore ARMv8 machine running Ubuntu 16.04. The build worked just fine, using the simple directions in the README file and "make -j 64" to do the build. Next, I did "make test", and got this: emv@armv8hello:~/src/qemu/qemu/build$ make