[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/1299858
Title:
qemu all ap
Triaging old bug tickets... can you still reproduce this issue with the
latest version of QEMU? Or could we close this ticket nowadays?
** Changed in: qemu
Status: New => Incomplete
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QE
Unfortunately the gthreads backend is pretty strongly disrecommended --
it is really mostly there as a debug convenience when working with the
block code, as there are some bad interactions between signal masking
and coroutine switches that mean it's likely to cause problems when
using QEMU proper.
I'm not personally worried about a fix for this, I reported it primarily
for the benefit of others/the quality of the codebase as a whole. As I
said, I got it working with gthreads as the coroutine provider so it's
working for my needs.
Although this seems on the surface to be a problem with the s
My test system is OS X 10.8.5 built with clang "Apple LLVM version 5.0
(clang-500.2.79) (based on LLVM 3.3svn)", and QEMU works fine there,
which suggests a problem either with that version of GCC or that version
of MacOSX.
You might try building with clang rather than gcc; otherwise since I
don't