[Bug 283359] dtrace -h is broken again
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 283359] dtrace -h is broken again"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Dec 2024 13:49:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283359 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |markj@FreeBSD.org --- Comment #7 from Mark Johnston <markj@FreeBSD.org> --- > So my reproduction instructions work only if dtrace modules are in the kernel (e.g. dtrace -l was called before). Is there any explanations for this? Anyway, the patch worked, thanks! If no dtrace modules are loaded (and in particular, sdt.ko is not loaded), then the ipfw probe provider will not be registered, and the existing depends_on guard in ipfw.d would have prevented the file from being loaded. -- You are receiving this mail because: You are the assignee for the bug.