[Bug 258763] dtrace: "/usr/lib/dtrace/ipfw.d", line 1: cannot find type: struct ip_fw_args*: Conflicting type is already defined

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 Sep 2021 15:03:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258763

            Bug ID: 258763
           Summary: dtrace: "/usr/lib/dtrace/ipfw.d", line 1: cannot find
                    type: struct ip_fw_args*: Conflicting type is already
                    defined
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: lwhsu@FreeBSD.org

In this build https://ci.freebsd.org/job/FreeBSD-main-amd64-test/19327/
(likely after base 63b3c1c77036814c85d36fe7a48c704db7c6fc9c )

# dtrace -n 'syscall:::entry { @[execname, probefunc] = count(); }' -c "echo
hello"
dtrace: invalid probe specifier syscall:::entry { @[execname, probefunc] =
count(); }: "/usr/lib/dtrace/ipfw.d", line 1: cannot find type: struct
ip_fw_args*: Conflicting type is already defined

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