Ryan Johnson
2010-07-10 07:52:02 UTC
Hi all,
I'm trying to use the following profile probe to grab stack traces at
dtrace's probe effect. I'm tempted to just throw a -q at it, that would
only mask the symptoms. Is there something else I should do to prevent
the errors from occurring at all?
I'm on Solaris 10/sparcv9, and the app being traced is heavily threaded,
in case that makes any difference.
Thanks!
Ryan
I'm trying to use the following profile probe to grab stack traces at
profile-$FREQ /pid==$PID/ {
@profile[ustack()]=count;
}
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x17f3fa000) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x0) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
There's enough of those appearing that I suspect it's increasing@profile[ustack()]=count;
}
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x17f3fa000) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
profile:::profile-7777us): invalid address (0x0) in action #2
profile:::profile-7777us): invalid address (0x100000) in action #2
dtrace's probe effect. I'm tempted to just throw a -q at it, that would
only mask the symptoms. Is there something else I should do to prevent
the errors from occurring at all?
I'm on Solaris 10/sparcv9, and the app being traced is heavily threaded,
in case that makes any difference.
Thanks!
Ryan