Re: Running fio on Windows 64 bits with offset, zonesize and zoneskip and fio stops to respond

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux