[Qemu-devel] [Bug 1667401] Re: qemu-ppc segfaults(SIGSEGV) on pthread_create

2017-04-15 Thread William Barsse
Fixed by commit 2635531f2006bfb0f943ad25b41e176709b79b37 (available in 2.9.0rc0) ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1667401 Title:

[Qemu-devel] [Bug 1667401] [NEW] qemu-ppc segfaults(SIGSEGV) on pthread_create

2017-02-23 Thread William Barsse
Public bug reported: qemu-ppc running on x86-64 hardware leads to a segfault when running the attached program (test.c). It simply creates a pthread, joins it and exits. It was compiled as follows on a Debian testing system: > powerpc-linux-gnuspe-gcc-6 -static -Wall -g -o test -pthread test.c S