qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 501141] Re: qemu powerpc target crashes on "hello world"
       [not found] <20091228215211.4772.12634.malonedeb@palladium.canonical.com>
@ 2010-06-02 16:41 ` Joel Schopp
  2012-08-03  3:00 ` Samuel Bronson
  2013-07-26 12:55 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Joel Schopp @ 2010-06-02 16:41 UTC (permalink / raw)
  To: qemu-devel

** 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 -

[ATI@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
[ATI@localhost POWERPC_TEST]$ qemu-ppc
qemu-ppc version 0.10.91, Copyright (c) 2003-2008 Fabrice Bellard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 501141] Re: qemu powerpc target crashes on "hello world"
       [not found] <20091228215211.4772.12634.malonedeb@palladium.canonical.com>
  2010-06-02 16:41 ` [Qemu-devel] [Bug 501141] Re: qemu powerpc target crashes on "hello world" Joel Schopp
@ 2012-08-03  3:00 ` Samuel Bronson
  2013-07-26 12:55 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Samuel Bronson @ 2012-08-03  3:00 UTC (permalink / raw)
  To: qemu-devel

** Tags added: ppc

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/501141

Title:
  qemu powerpc target crashes on "hello world"

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 -

  [ATI@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
  [ATI@localhost POWERPC_TEST]$ qemu-ppc
  qemu-ppc version 0.10.91, Copyright (c) 2003-2008 Fabrice Bellard

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/501141/+subscriptions

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 501141] Re: qemu powerpc target crashes on "hello world"
       [not found] <20091228215211.4772.12634.malonedeb@palladium.canonical.com>
  2010-06-02 16:41 ` [Qemu-devel] [Bug 501141] Re: qemu powerpc target crashes on "hello world" Joel Schopp
  2012-08-03  3:00 ` Samuel Bronson
@ 2013-07-26 12:55 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2013-07-26 12:55 UTC (permalink / raw)
  To: qemu-devel

qemu-ppc works OK for me, so it seems likely that this bug has been
fixed at some point in the preceding three years.

** 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.launchpad.net/bugs/501141

Title:
  qemu powerpc target crashes on "hello world"

Status in QEMU:
  Fix Released

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 -

  [ATI@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
  [ATI@localhost POWERPC_TEST]$ qemu-ppc
  qemu-ppc version 0.10.91, Copyright (c) 2003-2008 Fabrice Bellard

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/501141/+subscriptions

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-26 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20091228215211.4772.12634.malonedeb@palladium.canonical.com>
2010-06-02 16:41 ` [Qemu-devel] [Bug 501141] Re: qemu powerpc target crashes on "hello world" Joel Schopp
2012-08-03  3:00 ` Samuel Bronson
2013-07-26 12:55 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).