Hi,
   Searched for similar errors and nothing came up. Anybody know what this is?
When using aggregate stddev, and then trying to print it at END, using printa, 
I get this error:
dtrace: processing aborted: Invalid return value from callback
avg works fine. Tried on two recent builds of solaris (build 89 and build 94), 
on two difference sparc systems.
Here's a sample script:

#!/usr/sbin/dtrace -Fs

profile-1000
{
        @a["dev" ]= stddev(timestamp);
}

END
{
        printa("[EMAIL PROTECTED]", @a);
}


--
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to