** Tags added: powerpc -- qemu powerpc target crashes on "hello world" https://bugs.launchpad.net/bugs/501141 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.
Status in QEMU: New Bug description: Downloaded qemu and associated PowerPc target support from Fedora repositories and it crashed on a simple hello world program (that runs fine on an actual PowerPC development board). So, I downloaded the source to qemu, built it, and produced the same crash. Here is the gdb trace - [...@localhost POWERPC_TEST]$ gdb qemu-ppc GNU gdb (GDB) Fedora (7.0-13.fc12) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/local/bin/qemu-ppc...done. (gdb) set args ./hello (gdb) run Starting program: /usr/local/bin/qemu-ppc ./hello Program received signal SIGSEGV, Segmentation fault. 0x00711c9b in static_code_gen_buffer () (gdb) where #0 0x00711c9b in static_code_gen_buffer () #1 0x00000000 in ?? () Some more information: Kernel Linux 2.6.31.9-174.fc12.i686 [...@localhost POWERPC_TEST]$ qemu-ppc qemu-ppc version 0.10.91, Copyright (c) 2003-2008 Fabrice Bellard