Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2017 17:49:29 +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-Ib7tMF45DA@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 #1 from Mark Johnston <markj@FreeBSD.org> ---
Slightly simpler repro that we can put in a test case:

# dtrace -q -n 'syscall:::return {@[execname] =3D llquantize(arg0, 100, 0, =
10,
100);} tick-5s {exit(0);}'

Assertion failed: (value < next), file
/mnt/ssd/markj/src/freebsd-dev/dev/graphics/cddl/contrib/opensolaris/lib/li=
bdtrace/common/dt_aggregate.c,
line 248.
Abort trap

--=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-Ib7tMF45DA>