[Bug 254483] DTrace scripts fail: line 106: failed to copy type of 'inp': Conflicting type is already defined

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 22 18:10:06 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254483

            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 at FreeBSD.org
          Reporter: yuri at freebsd.org

DTrace scripts that previously worked now fail.

For example:

> #!/usr/sbin/dtrace -s
> 
> /*
>  * Trace process termination events
>  * Args: <none>
>  */
> 
> proc:::exit {
>   printf("proc:::exit pid=%d exec=%s exit-reason=%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

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


More information about the freebsd-bugs mailing list