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/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: yuri@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254483-227>
