[Qemu-devel] [Bug 1838946] Re: qemu 3.10 golang crash

2019-08-15 Thread Thomas Huth
** 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

[Qemu-devel] [Bug 1838946] Re: qemu 3.10 golang crash

2019-08-09 Thread Peter Maydell
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

[Qemu-devel] [Bug 1838946] Re: qemu 3.10 golang crash

2019-08-08 Thread Antony Rheneus
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

[Qemu-devel] [Bug 1838946] Re: qemu 3.10 golang crash

2019-08-06 Thread Peter Maydell
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

[Qemu-devel] [Bug 1838946] Re: qemu 3.10 golang crash

2019-08-05 Thread Antony Rheneus
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

[Qemu-devel] [Bug 1838946] Re: qemu 3.10 golang crash

2019-08-05 Thread Peter Maydell
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