[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2021-07-08 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1861161 Title: qemu-arm-st

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2021-05-09 Thread Thomas Huth
The QEMU project is currently moving its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting the bug state to "Incomplete" now. If the bug has already been fixed in the latest upstream version of QEMU, then plea

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2020-11-05 Thread Peter Maydell
** Changed in: qemu Status: New => Confirmed ** Tags added: arm -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1861161 Title: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2020-03-22 Thread Philippe Vaucher
I tried several workarounds including removing `dir_index` from ext4 partitions and using a 32 bit qemu-user-static version, but it does not work: The process still gets stuck in a loop involving `getdents64`: ``` root@earth:~# file /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static: ELF 32-bit L

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2020-01-29 Thread Philippe Vaucher
Building on XFS does the same thing :-( To test I bind mounted my XFS partition on `/var/lib/docker` so everything docker was stored on XFS. Not sure if this is what you meant. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://b

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2020-01-29 Thread Philippe Vaucher
Okay, currently testing XFS. Using newer version of glibc on alpine triggered other problems, like 0% CPU processes stuck on FUTEX_WAIT. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1861161 Title:

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2020-01-28 Thread Philippe Vaucher
Thanks. It matches my bug because ubuntu:18.04 has a glibc 2.27 while alpine 3.9 has glib 2.58, and your bug report mentions that 2.27 has not the bug, so it makes sense. However I don't see how not having the host filesystem as ext4 would change anything, can you elaborate? Also, what filesystem

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2020-01-28 Thread Peter Maydell
Given the presence of getdents64 in the strace, I wonder if you are running into LP:1805913. You could test this theory by running the test with a host filesystem that is not ext4. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https

[Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs

2020-01-28 Thread Philippe Vaucher
** Summary changed: - qemu-arm-static 100% CPU when cross-compiling emacs on alpine + qemu-arm-static stuck with 100% CPU when cross-compiling emacs ** Description changed: Hello, I'm trying to build multi-arch docker images for https://hub.docker.com/r/silex/emacs. Here is the mac