Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2012 01:30:51 GMT
From:      Yuri <yuri@tsoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/165644: drtrace finds the syntax error in /usr/lib/dtrace/psinfo.d: syntax error near "uid_t"
Message-ID:  <201203030130.q231UpFJ092140@red.freebsd.org>
Resent-Message-ID: <201203030140.q231e8MV021173@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203030130.q231UpFJ092140>