Hi!
 
Anyone seen this? This one buffles me: I run whatfor.d from
/usr/demo/dtrace, and here's what I get:
 
dtrace: script '/usr/demo/dtrace/whatfor.d' matched 12 probes
dtrace: error on enabled probe ID 1 (ID 681: sched:unix:resume:off-cpu):
invalid address (0x0) in action #1 at DIF offset 56
dtrace: error on enabled probe ID 1 (ID 681: sched:unix:resume:off-cpu):
invalid address (0x0) in action #1 at DIF offset 56
dtrace: error on enabled probe ID 1 (ID 681: sched:unix:resume:off-cpu):
invalid address (0x0) in action #1 at DIF offset 56
dtrace: error on enabled probe ID 1 (ID 681: sched:unix:resume:off-cpu):
invalid address (0x0) in action #1 at DIF offset 56
...
 
Multitudes of those. Apparently, action #1 of probe ID 1 is:
 
self->sobj = curlwpsinfo->pr_stype;
 
So, which address is invalid here? The curlwpsinfo is used in predicate,
so it cannot be 0x0, because it'd complain about the predicate too. And
pr_stype is supposed to be char. 
 
What's wrong here?
 
Found another error report like that on the web, BTW (in German,
accidentially). But no responses there, unfortunately.
 
Thanks,
 
Oleksandr Lytvyn
Morgan Stanley | Technology
210 Carnegie Center, 4th Floor | Princeton, NJ  08540
Phone: +1 609 936-4026
Mobile: +1 732 773-4145
[EMAIL PROTECTED]
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to