Date: Mon, 21 Aug 2017 21:26:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-dtrace@FreeBSD.org Subject: [Bug 219451] [dtrace] Certain llquantize() parameters trigger assertion Message-ID: <bug-219451-32976-VGR2HFjo3W@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219451-32976@https.bugs.freebsd.org/bugzilla/> References: <bug-219451-32976@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219451 --- Comment #3 from Mark Johnston <markj@FreeBSD.org> --- Right, so there's an off-by-one in that check. However, fixing that isn't sufficient: we also hit an overflow with a maximum power of 9. That's becau= se the upper bound ends up being base^{max+1}. For instance, with a 4-tuple (1= 0, 0, 3, 10) we show buckets up to 10000, i.e., 10^4. So it's actually an off-by-two. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219451-32976-VGR2HFjo3W>