[Bug 232675] dtrace: "failed to compile script" when more than 2^15 distinct types are in CTF info

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Mar 2022 19:53:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232675

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress

--- Comment #44 from Mark Johnston <markj@FreeBSD.org> ---
This is finally fixed in main, by introducing a new version of the CTF format
which lifts the type ID limitation (now one can have up to 2^{31} types, which
ought to be enough for anybody.  The MFC period is somewhat conservative since
it was a large changeset.

https://cgit.freebsd.org/src/commit/?id=cb6f7225629301d3179f6e9f6d3be4d80f57a31f
https://cgit.freebsd.org/src/commit/?id=d7412bcac8a970542dc752f8717a38593d4192ec
https://cgit.freebsd.org/src/commit/?id=bdf290cd3e1a69d41c2f8bb60bd415cfa78adba2
https://cgit.freebsd.org/src/commit/?id=a6fb86917362e3f6d24e95e940e80845c2cfde8a
https://cgit.freebsd.org/src/commit/?id=8dbae4ce32bde42daee050ccfceee5eb2d306786
https://cgit.freebsd.org/src/commit/?id=d9175438c0e77ef2b400601aa8cf8098c82a77a7
https://cgit.freebsd.org/src/commit/?id=994297b01b98816bea1abf45ae4bac1bc69ee7a0
https://cgit.freebsd.org/src/commit/?id=cab9382a2cdf88b3027370cbdf73b095598eb7c1
https://cgit.freebsd.org/src/commit/?id=2d5d2a986ce1a93b8567dbdf3f80bc2b545d6998

-- 
You are receiving this mail because:
You are on the CC list for the bug.