qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Math/FP problems in 0.5.0?
@ 2003-10-28  5:46 Leigh Dyer
  2003-10-28 21:37 ` Fabrice Bellard
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Leigh Dyer @ 2003-10-28  5:46 UTC (permalink / raw)
  To: qemu-devel

Hi,

I've been playing with both CVS and the 0.5.0 release of qemu today,
using a debian system that I installed under bochs. The system boots and
seems to run quite well, but I noticed some numerical problems showing
up - e2fsck's percentage meter switched between 0.0% and nan%, and
running nbench produced similar results, with either 0 or nan for all
reported values in the output.

I thought that it might be a problem with my toolchain (gcc 3.3 in
Debian unstable messes things up, so I use unstable's gcc 3.2), so I
grabbed the qemu binary and linux test image from the website. Running
df seems to show the problem as well: the Capacity of the filesystem is
shown as 0%, and if you use df -h, Size, Used and Avail all show as 0G.

Apart from that, I have to say that 0.5.0 is very impressive - keep up
the good work :)

Thanks
Leigh

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

* Re: [Qemu-devel] Math/FP problems in 0.5.0?
  2003-10-28  5:46 [Qemu-devel] Math/FP problems in 0.5.0? Leigh Dyer
@ 2003-10-28 21:37 ` Fabrice Bellard
  2003-10-28 23:12 ` Fabrice Bellard
  2003-10-29 19:51 ` Stefano Marinelli
  2 siblings, 0 replies; 5+ messages in thread
From: Fabrice Bellard @ 2003-10-28 21:37 UTC (permalink / raw)
  To: qemu-devel

Leigh Dyer wrote:
> Hi,
> 
> I've been playing with both CVS and the 0.5.0 release of qemu today,
> using a debian system that I installed under bochs. The system boots and
> seems to run quite well, but I noticed some numerical problems showing
> up - e2fsck's percentage meter switched between 0.0% and nan%, and
> running nbench produced similar results, with either 0 or nan for all
> reported values in the output.
> 
> I thought that it might be a problem with my toolchain (gcc 3.3 in
> Debian unstable messes things up, so I use unstable's gcc 3.2), so I
> grabbed the qemu binary and linux test image from the website. Running
> df seems to show the problem as well: the Capacity of the filesystem is
> shown as 0%, and if you use df -h, Size, Used and Avail all show as 0G.

I am going to try to reproduce the problem. Maybe the memory macros for 
floating point access are incorrect.

Fabrice.

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

* Re: [Qemu-devel] Math/FP problems in 0.5.0?
  2003-10-28  5:46 [Qemu-devel] Math/FP problems in 0.5.0? Leigh Dyer
  2003-10-28 21:37 ` Fabrice Bellard
@ 2003-10-28 23:12 ` Fabrice Bellard
  2003-10-29  4:34   ` Leigh Dyer
  2003-10-29 19:51 ` Stefano Marinelli
  2 siblings, 1 reply; 5+ messages in thread
From: Fabrice Bellard @ 2003-10-28 23:12 UTC (permalink / raw)
  To: qemu-devel

My last commits should fix the issue.

Fabrice.

Leigh Dyer wrote:
> Hi,
> 
> I've been playing with both CVS and the 0.5.0 release of qemu today,
> using a debian system that I installed under bochs. The system boots and
> seems to run quite well, but I noticed some numerical problems showing
> up - e2fsck's percentage meter switched between 0.0% and nan%, and
> running nbench produced similar results, with either 0 or nan for all
> reported values in the output.
> 
> I thought that it might be a problem with my toolchain (gcc 3.3 in
> Debian unstable messes things up, so I use unstable's gcc 3.2), so I
> grabbed the qemu binary and linux test image from the website. Running
> df seems to show the problem as well: the Capacity of the filesystem is
> shown as 0%, and if you use df -h, Size, Used and Avail all show as 0G.
> 
> Apart from that, I have to say that 0.5.0 is very impressive - keep up
> the good work :)
> 
> Thanks
> Leigh

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

* Re: [Qemu-devel] Math/FP problems in 0.5.0?
  2003-10-28 23:12 ` Fabrice Bellard
@ 2003-10-29  4:34   ` Leigh Dyer
  0 siblings, 0 replies; 5+ messages in thread
From: Leigh Dyer @ 2003-10-29  4:34 UTC (permalink / raw)
  To: qemu-devel

On Wed, 2003-10-29 at 10:12, Fabrice Bellard wrote:
> My last commits should fix the issue.
> 

I've just tested current CVS, and the fix works like a charm.

Thanks
Leigh

> Fabrice.
> 
> Leigh Dyer wrote:
> > Hi,
> > 
> > I've been playing with both CVS and the 0.5.0 release of qemu today,
> > using a debian system that I installed under bochs. The system boots and
> > seems to run quite well, but I noticed some numerical problems showing
> > up - e2fsck's percentage meter switched between 0.0% and nan%, and
> > running nbench produced similar results, with either 0 or nan for all
> > reported values in the output.
> > 
> > I thought that it might be a problem with my toolchain (gcc 3.3 in
> > Debian unstable messes things up, so I use unstable's gcc 3.2), so I
> > grabbed the qemu binary and linux test image from the website. Running
> > df seems to show the problem as well: the Capacity of the filesystem is
> > shown as 0%, and if you use df -h, Size, Used and Avail all show as 0G.
> > 
> > Apart from that, I have to say that 0.5.0 is very impressive - keep up
> > the good work :)
> > 
> > Thanks
> > Leigh
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
> 

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

* Re: [Qemu-devel] Math/FP problems in 0.5.0?
  2003-10-28  5:46 [Qemu-devel] Math/FP problems in 0.5.0? Leigh Dyer
  2003-10-28 21:37 ` Fabrice Bellard
  2003-10-28 23:12 ` Fabrice Bellard
@ 2003-10-29 19:51 ` Stefano Marinelli
  2 siblings, 0 replies; 5+ messages in thread
From: Stefano Marinelli @ 2003-10-29 19:51 UTC (permalink / raw)
  To: qemu-devel

On Tue, Oct 28, 2003 at 04:46:40PM +1100, Leigh Dyer wrote:
> up - e2fsck's percentage meter switched between 0.0% and nan%, and
> running nbench produced similar results, with either 0 or nan for all
> reported values in the output.

...and, sometimes, it hangs in a "segmentation fault", during the
fsck (but also in other situations).

Stefano

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

end of thread, other threads:[~2003-10-29 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-28  5:46 [Qemu-devel] Math/FP problems in 0.5.0? Leigh Dyer
2003-10-28 21:37 ` Fabrice Bellard
2003-10-28 23:12 ` Fabrice Bellard
2003-10-29  4:34   ` Leigh Dyer
2003-10-29 19:51 ` Stefano Marinelli

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).