>Number:         165644
>Category:       misc
>Synopsis:       drtrace finds the syntax error in /usr/lib/dtrace/psinfo.d: 
>syntax error near "uid_t"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 03 01:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Yuri
>Release:        9.0
>Organization:
n/a
>Environment:
>Description:
Running this script:
dtrace -n 'proc:::signal-send /pid/ { printf("%s -%d 
%d",execname,args[2],args[1]->pr_pid); }'

I get this error:
dtrace: invalid probe specifier proc:::signal-send /pid/ { printf("%s -%d 
%d",execname,args[2],args[1]->pr_pid); }: "/usr/lib/dtrace/psinfo.d", line 37: 
syntax error near "uid_t"

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to