Closed taviso closed 1 year ago
I am no longer able to reproduce this error. This is the output I get:
PS C:\Users\Akash> dtrace -n "BEGIN { a = sizeof(a); }"
dtrace: invalid probe specifier BEGIN { a = sizeof(a); }: in action list: operator = may not be applied to operand of type "<none>"
Let me know if you still face this issue with the latest DTrace. Closing for now.
Trying to take the
sizeof()
an automatic variable crashes dtrace.Reproduce:
dtrace -n 'BEGIN { a = sizeof(a); }'