I just installed S10 with KJP 137137-09, and go to run this script:

t6320-0813BD00CC # cat test.d
#!/usr/sbin/dtrace -s

::crypto_open_session:entry
{
        printf("made it here");
}


And it fails with this error, and I simply can not get this one -
install looks like it went fine, and pkgchk came back clean on SUNWdtrc

t6320-0813BD00CC # ./test.d
dtrace: failed to compile script ./test.d: "/usr/lib/dtrace/procfs.d",
line 314: cl_name is not a member of struct cpu

I know cl_name is not a member of struct cpu, so why is it saying it
is...anyone seen anything like that?
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to