[Bug 232675] dtrace: "failed to compile script" when more than 2^15 distinct types are in CTF info
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Dec 20 22:38:52 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232675
--- Comment #32 from Mark Johnston <markj at FreeBSD.org> ---
(In reply to Mark Johnston from comment #30)
I spent some time digging into this; the problem appears to be that we define
struct pmap, once for the PAE pmap and once for the non-PAE pmap, and this
structure is embedded in struct vmspace, which results in bifurcation of the
type graph. I'll try to find a way to fix this that isn't too ugly.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-dtrace
mailing list