Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2021 18:10:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 254483] DTrace scripts fail: line 106: failed to copy type of 'inp': Conflicting type is already defined
Message-ID:  <bug-254483-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254483

            Bug ID: 254483
           Summary: DTrace scripts fail: line 106: failed to copy type of
                    'inp': Conflicting type is already defined
           Product: Base System
           Version: 12.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: yuri@freebsd.org

DTrace scripts that previously worked now fail.

For example:

> #!/usr/sbin/dtrace -s
>=20
> /*
>  * Trace process termination events
>  * Args: <none>
>  */
>=20
> proc:::exit {
>   printf("proc:::exit pid=3D%d exec=3D%s exit-reason=3D%d", pid, execname=
, args[0]);
> }

Failure message:
> dtrace: failed to compile script ./proc-exit.d: "/usr/lib/dtrace/ipfw.d",=
 line 106: failed to copy type of 'inp': Conflicting type is already defined

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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