Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 22:38:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        dtrace@FreeBSD.org
Subject:   [Bug 232675] dtrace: "failed to compile script" when more than 2^15 distinct types are in CTF info
Message-ID:  <bug-232675-32976-ja7V1e7EyZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232675-32976@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232675-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=3D232675

--- Comment #32 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Mark Johnston from comment #30)
I spent some time digging into this; the problem appears to be that we defi=
ne
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.

--=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-232675-32976-ja7V1e7EyZ>