* [Qemu-devel] Seg Faults from 0.5.4
@ 2004-05-04 18:35 Michael Jennings
2004-05-04 20:20 ` Martin Garton
0 siblings, 1 reply; 8+ messages in thread
From: Michael Jennings @ 2004-05-04 18:35 UTC (permalink / raw)
To: qemu-devel
I can't seem to get qemu or qemu-fast to boot properly. The latter
hangs using up gobs of CPU, and the former seg faults.
mej@cardinal ~ >> qemu -boot d -cdrom /dev/cdrom -hda /home/mej/disk.img
warning: could not open /dev/net/tun: no virtual network emulation
Serial port redirected to /dev/pts/0
No disk in drive
No disk in drive
QEMU 0.5.4 monitor - type 'help' for more information
(qemu) Segmentation fault
mej@cardinal ~ >> gdb qemu
GNU gdb Red Hat Linux (5.2-2)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...(no debugging symbols found)...
(gdb) run -boot d -cdrom /dev/cdrom -hda /home/mej/disk.img
Starting program: /usr/bin/qemu -boot d -cdrom /dev/cdrom -hda /home/mej/disk.img
[New Thread 8192 (LWP 29377)]
warning: could not open /dev/net/tun: no virtual network emulation
Serial port redirected to /dev/pts/0
No disk in drive
No disk in drive
QEMU 0.5.4 monitor - type 'help' for more information
(qemu)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8192 (LWP 29377)]
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
(gdb) quit
The program is running. Exit anyway? (y or n) y
Any ideas? I've tried a number of boot images, including the
linux-test and freedos images from the qemu site. All do the same
thing.
Thanks,
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"We both lie silently still in the dead of the night. Although we
both lie close together, we feel miles apart inside. Was it
something I said or something I did? Did my words not come out
right?" -- Poison, "Every Rose Has Its Thorn"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Seg Faults from 0.5.4
2004-05-04 18:35 [Qemu-devel] Seg Faults from 0.5.4 Michael Jennings
@ 2004-05-04 20:20 ` Martin Garton
2004-05-04 20:40 ` Michael Jennings
0 siblings, 1 reply; 8+ messages in thread
From: Martin Garton @ 2004-05-04 20:20 UTC (permalink / raw)
To: qemu-devel
On Tue, 4 May 2004, Michael Jennings wrote:
> I can't seem to get qemu or qemu-fast to boot properly. The latter
> hangs using up gobs of CPU, and the former seg faults.
>
> mej@cardinal ~ >> qemu -boot d -cdrom /dev/cdrom -hda /home/mej/disk.img
> warning: could not open /dev/net/tun: no virtual network emulation
> Serial port redirected to /dev/pts/0
> No disk in drive
> No disk in drive
> QEMU 0.5.4 monitor - type 'help' for more information
> (qemu) Segmentation fault
What is your architecture?
--
Martin.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Seg Faults from 0.5.4
2004-05-04 20:20 ` Martin Garton
@ 2004-05-04 20:40 ` Michael Jennings
2004-05-04 22:24 ` Martin Garton
2004-05-04 22:41 ` Herbert Poetzl
0 siblings, 2 replies; 8+ messages in thread
From: Michael Jennings @ 2004-05-04 20:40 UTC (permalink / raw)
To: qemu-devel
On Tuesday, 04 May 2004, at 21:20:37 (+0100),
Martin Garton wrote:
> What is your architecture?
Intel Pentium IV 2.4GHz UP
Thanks,
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"It is possible to commit no mistakes and still lose. That is not a
weakness; that is life." -- Captain Picard, "Peak Performance"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Seg Faults from 0.5.4
2004-05-04 20:40 ` Michael Jennings
@ 2004-05-04 22:24 ` Martin Garton
2004-05-04 22:41 ` Herbert Poetzl
1 sibling, 0 replies; 8+ messages in thread
From: Martin Garton @ 2004-05-04 22:24 UTC (permalink / raw)
To: qemu-devel
On Tue, 4 May 2004, Michael Jennings wrote:
> On Tuesday, 04 May 2004, at 21:20:37 (+0100),
> Martin Garton wrote:
>
> > What is your architecture?
>
> Intel Pentium IV 2.4GHz UP
I only asked because I get the same problems on only one machine, but its
amd64. It's fine for me on all x86 boxen, so I don't think I can help in
this case.
--
Martin.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Seg Faults from 0.5.4
2004-05-04 20:40 ` Michael Jennings
2004-05-04 22:24 ` Martin Garton
@ 2004-05-04 22:41 ` Herbert Poetzl
2004-05-05 2:13 ` Michael Jennings
1 sibling, 1 reply; 8+ messages in thread
From: Herbert Poetzl @ 2004-05-04 22:41 UTC (permalink / raw)
To: qemu-devel
On Tue, May 04, 2004 at 04:40:01PM -0400, Michael Jennings wrote:
> On Tuesday, 04 May 2004, at 21:20:37 (+0100),
> Martin Garton wrote:
>
> > What is your architecture?
>
> Intel Pentium IV 2.4GHz UP
hmm, distro? compiler? binutils?
TIA,
Herbert
> Thanks,
> Michael
>
> --
> Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org>
> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
> -----------------------------------------------------------------------
> "It is possible to commit no mistakes and still lose. That is not a
> weakness; that is life." -- Captain Picard, "Peak Performance"
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Seg Faults from 0.5.4
2004-05-04 22:41 ` Herbert Poetzl
@ 2004-05-05 2:13 ` Michael Jennings
2004-05-06 13:48 ` Herbert Poetzl
0 siblings, 1 reply; 8+ messages in thread
From: Michael Jennings @ 2004-05-05 2:13 UTC (permalink / raw)
To: qemu-devel
On Wednesday, 05 May 2004, at 00:41:29 (+0200),
Herbert Poetzl wrote:
> hmm, distro? compiler? binutils?
caos 1, gcc3-3.2.3-6.caos, binutils-2.14.90.0.7-2.caos
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"It takes more than your saline eyes to make things right."
-- Jars of Clay, "Crazy Times"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Seg Faults from 0.5.4
2004-05-05 2:13 ` Michael Jennings
@ 2004-05-06 13:48 ` Herbert Poetzl
2004-05-06 15:04 ` Michael Jennings
0 siblings, 1 reply; 8+ messages in thread
From: Herbert Poetzl @ 2004-05-06 13:48 UTC (permalink / raw)
To: qemu-devel
On Tue, May 04, 2004 at 10:13:20PM -0400, Michael Jennings wrote:
> On Wednesday, 05 May 2004, at 00:41:29 (+0200),
> Herbert Poetzl wrote:
>
> > hmm, distro? compiler? binutils?
>
> caos 1, gcc3-3.2.3-6.caos, binutils-2.14.90.0.7-2.caos
not convinced that this is the reason, but I'd try
with a 3.3 or 3.4 gcc as 3.2.x had some issues with
the optimization ...
HTH,
Herbert
> Michael
>
> --
> Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org>
> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
> -----------------------------------------------------------------------
> "It takes more than your saline eyes to make things right."
> -- Jars of Clay, "Crazy Times"
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Seg Faults from 0.5.4
2004-05-06 13:48 ` Herbert Poetzl
@ 2004-05-06 15:04 ` Michael Jennings
0 siblings, 0 replies; 8+ messages in thread
From: Michael Jennings @ 2004-05-06 15:04 UTC (permalink / raw)
To: qemu-devel
On Thursday, 06 May 2004, at 15:48:22 (+0200),
Herbert Poetzl wrote:
> not convinced that this is the reason, but I'd try with a 3.3 or 3.4
> gcc as 3.2.x had some issues with the optimization ...
The optimization of the qemu code as it's compiled? I built using
"-O2 -march=pentium" if that makes a difference...should I try -O0 or
-O1 instead? Perhaps build for a different architecture?
Unfortunately I don't have gcc 3.4 packaged quite yet, but I should
within the next week or so.
Thanks!
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"IMPORTANT NOTICE: If you are one of the hundreds of parachuting
enthusiasts who bought our 'Easy Sky Diving' book, please make the
following correction: on page 8, line 7, the words 'state zip
code' should have read 'pull rip cord.'"
-- notice appearing in a Warrenton, Virginia, newspaper
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-05-06 15:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-04 18:35 [Qemu-devel] Seg Faults from 0.5.4 Michael Jennings
2004-05-04 20:20 ` Martin Garton
2004-05-04 20:40 ` Michael Jennings
2004-05-04 22:24 ` Martin Garton
2004-05-04 22:41 ` Herbert Poetzl
2004-05-05 2:13 ` Michael Jennings
2004-05-06 13:48 ` Herbert Poetzl
2004-05-06 15:04 ` Michael Jennings
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).