** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1838946
Title:
qemu 3.10 golang crash
Status in QEMU:
Fix Released
Bug description
Thanks for retesting! (We haven't quite got 4.1.0 out of the door yet,
so I'll just move this bug to 'fix committed' for the moment; we'll
update it back to 'fix released' next week.)
** Changed in: qemu
Status: Fix Released => Fix Committed
--
You received this bug notification because
Thanks @pmaydell, I missed to check binfmt qemu version. I checked in qemu
4.0.93 and I don't issue any issue.
** Changed in: qemu
Status: New => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.lau
I suspect you're not using the new version of QEMU in your test. The
'go' binary will fork and exec other go binaries, and Linux binfmt-misc
will use the system QEMU binary to run those, even if you were running
the top level 'go' binary with the newer QEMU you've built.
For Ubuntu this means you
Facing similar crash with the latest qemu, Can you give some pointers to
debug further like backtrace/breakpoints or so
$ ./qemu-4.1.0-rc3/arm-linux-user/qemu-arm --version
qemu-arm version 4.0.93
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
$ ./qemu-4.1.0-rc3/arm-linu
Hi; we very recently fixed a QEMU bug which causes crashes like this for
Go binaries running under QEMU's linux-user mode. The fix is in the
v4.1.0-rc3 we've just put out and will be in the final 4.1.0 release.
Could you retry with that and see if it fixes your problem, please?
--
You received th