From: Bruce Cran <bruce@cran.org.uk>
To: "Neto, Antonio Jose Rodrigues" <Antonio.Jose.Rodrigues.Neto@netapp.com>
Cc: "fio@vger.kernel.org" <fio@vger.kernel.org>
Subject: Re: Running fio on Windows 64 bits with offset, zonesize and zoneskip and fio stops to respond
Date: Wed, 06 Feb 2013 23:42:38 +0000 [thread overview]
Message-ID: <5112EA6E.4050005@cran.org.uk> (raw)
In-Reply-To: <843E15216120C047928F6879B0E2D9240F6F05E5@SACEXCMBX02-PRD.hq.netapp.com>
On 06/02/2013 21:15, Neto, Antonio Jose Rodrigues wrote:
> When I run, I've got a pop-up message on windows - fio.exe has stopped working ...
>
> NOTE: If I remove zoneskip and zonesize- everything works.
>
> Could you please help me understand what am I doing wrong?
It's a divide by zero bug in eta.c:160:
bytes_total /= (td->o.zone_skip / td->o.zone_size);
It seems that td->o.zone_size isn't getting set via the zonesize setting
in the job file and so the default of the entire size is used.
--
Bruce Cran
prev parent reply other threads:[~2013-02-06 23:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-06 21:15 Running fio on Windows 64 bits with offset, zonesize and zoneskip and fio stops to respond Neto, Antonio Jose Rodrigues
2013-02-06 21:27 ` Bruce Cran
2013-02-06 21:29 ` Neto, Antonio Jose Rodrigues
2013-02-06 23:42 ` Bruce Cran [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5112EA6E.4050005@cran.org.uk \
--to=bruce@cran.org.uk \
--cc=Antonio.Jose.Rodrigues.Neto@netapp.com \
--cc=fio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.