DTrace Broken?

Robert Watson rwatson at FreeBSD.org
Mon Feb 21 05:56:22 UTC 2011


On Fri, 18 Feb 2011, Shawn Webb wrote:

> Hey fellow current users,
>
> Looks like dtrace is broken in current:
>
> # dtrace -l -f acl dtrace: invalid probe specifier acl: 
> "/usr/lib/dtrace/psinfo.d", line 37: syntax error near "uid_t"

Error messages along these lines almost always mean that the kernel was built 
without WITH_CTF (causing dtrace to be unable to find the type information it 
requires).

Robert

>
> Line 37 shows:
>       uid_t   pr_uid;         /* real user id */
>
> Looks good to me, but why is dtrace complaining?
>
> Thanks,
>
> Shawn Webb
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
>


More information about the freebsd-current mailing list