On Fri, Jul 25, 2008 at 2:31 PM, Jonathan Adams <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 24, 2008 at 12:12:01PM -0700, Chris Kiick wrote:
>> 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:
>>
>
> Easier test case:
>
> --- cut here ---
> #!/usr/sbin/dtrace -Fs
>
> BEGIN
> {
>        @ = stddev(100);
>        @ = stddev(200);
>        @ = stddev(300);
>
>        printa("[EMAIL PROTECTED]", @);
> }
> --- cut here ---
>
> Looks like we're missing a printf handler for stddev:
>
[ ... ]
>
> We need a matching entry for stddev.

Yep, I'm already there.

Chris, have you filed a bug for this?  If not, I can do so.  If so,
could you give me the number?

Thanks,
Chad
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to