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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"