On Thu, Aug 7, 2008 at 4:31 PM, Mark Harrison <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm trying to write a dtrace script to print a list of files uploaded via
> sftp. I have it working pretty well, except after the script has been running
> for a few minutes, I get the "dtrace: processing aborted: Abort due to
> systemic unresponsiveness" error.

As a workaround, you might try running with the -w flag ("permit
destructive actions".)  This will skip the deadman timeout processing.
 (This will only work if you're running as root, though.)

I'm curious, though, what hardware is this?  I've seen similar
behavior before on an x4600 (16 cores) that was likely a problem with
skewed tsc values that cause some gethrtime() weirdness.

Chad
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to