[Bug 193109] [dtrace] cannot compile psinfo.d: line 37: syntax error near "uid_t"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 29 18:59:53 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193109

--- Comment #2 from Mark Johnston <markj at FreeBSD.org> ---
(In reply to Mark Johnston from comment #1)
> This type of error is almost always the result of some sort of
> misconfiguration. A couple of things to check:
> 
> 1. Is kern.bootfile set to the correct path for the running kernel?
> 2. Is there CTF data present in the kernel?

The latter can be checked with something like 'ctfdump /boot/kernel/kernel'.

If nothing interesting turns up, try running a dtrace command manually on the
system in question, e.g. "dtrace -n 'fbt::kern_ioctl:entry'" or so. If it fails
with the same error, try running it again with the DTRACE_DEBUG environment
variable set to 1 and paste the output.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list