cvs commit: ports/benchmarks/bonnie/files patch-ab
Stefan Esser
se at FreeBSD.org
Sun Jun 11 18:44:09 UTC 2006
se 2006-06-11 18:41:57 UTC
FreeBSD ports repository
Modified files:
benchmarks/bonnie/files patch-ab
Log:
Fix two bugs affecting bonnie runs with large data files:
- A printf format specified a long operand but received an offset_t value.
- The random numbers for large seek ranges were computed without regard
for operator precedence and could become negative (for file sizes larger
than 4GB, which was a wrong test for "large", since it did not account
for the chunk size).
The problems were found by etc at fluffles dot net (Enlightenment). Thanks
for the detailed report. Guess there aren't many Bonnie users with multi-
terabyte RAID systems; these bugs had been found long ago, else ...
Revision Changes Path
1.4 +13 -4 ports/benchmarks/bonnie/files/patch-ab
More information about the cvs-all
mailing list