[dtrace-discuss] anonpgpid.d and sys/vnode.h issue
Matty
matty91 at gmail.com
Mon Aug 28 12:05:30 PDT 2006
Howdy,
I recently patched a Solaris 10 server, and it looks like the patch update
broke the DTraceToolkit anonpgpid.d script:
$ anonpgpid.d
dtrace: failed to compile script ./anonpgpid.d:
"/usr/include/sys/kstat.h", line 439: invalid type combination
After doing a bit of digging, it looks like this is caused by the
"#include <sys/vnode.h>" statement in the script:
$ cat foo
#include <sys/vnode.h>
syscall:::entry
{}
$ dtrace -Cs foo
dtrace: failed to compile script foo: "/usr/include/sys/kstat.h", line
439: invalid type combination
Does anyone happen to know if anything changed?
Thanks for any insight,
- Ryan
--
UNIX Administrator
http://prefetch.net
More information about the dtrace-discuss
mailing list