Date: Sun, 11 Jun 2006 18:41:57 +0000 (UTC) From: Stefan Esser <se@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/bonnie/files patch-ab Message-ID: <200606111841.k5BIfvkF048931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606111841.k5BIfvkF048931>