| Summary: | DTrace failed to run when ipfw loaded | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Li-Wen Hsu <lwhsu> |
| Component: | bin | Assignee: | Mark Johnston <markj> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | Trond.Endrestol, emaste, ipfw, markj, pi |
| Priority: | --- | Flags: | koobs:
mfc-stable13+
koobs: mfc-stable12- |
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262809 | ||
| Bug Depends on: | |||
| Bug Blocks: | 262809 | ||
|
Description
Li-Wen Hsu
2022-03-08 09:40:56 UTC
Everything DTrace capable must have their DTrace support disabled on systems running CURRENT and using ipfw. This poses a challenge for java/openjdk11 where there is no easy way of disabling DTrace. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262809 A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=6e563a1b608438504d963c2d7c70e50d2e75af46 commit 6e563a1b608438504d963c2d7c70e50d2e75af46 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-04-12 19:24:40 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-04-12 21:29:53 +0000 libctf: Fix recursive descent into anonymous SOU fields PR: 262412 Tested by: dhw, gallatin Fixes: a6fb86917362 ("libctf: Handle CTFv3 containers") MFC after: 3 days Sponsored by: The FreeBSD Foundation cddl/contrib/opensolaris/common/ctf/ctf_types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=8b01c3026b78152d9e0ca6f3758ea226f32e48b9 commit 8b01c3026b78152d9e0ca6f3758ea226f32e48b9 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-04-12 19:24:40 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-04-14 19:02:44 +0000 libctf: Fix recursive descent into anonymous SOU fields PR: 262412 Tested by: dhw, gallatin Fixes: a6fb86917362 ("libctf: Handle CTFv3 containers") Sponsored by: The FreeBSD Foundation (cherry picked from commit 6e563a1b608438504d963c2d7c70e50d2e75af46) cddl/contrib/opensolaris/common/ctf/ctf_types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) A commit in branch releng/13.1 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5f649725da97c05329f8e37eb0fd4fba0f289b43 commit 5f649725da97c05329f8e37eb0fd4fba0f289b43 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-04-12 19:24:40 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-04-18 16:39:00 +0000 libctf: Fix recursive descent into anonymous SOU fields Approved by: re (gjb) PR: 262412 Tested by: dhw, gallatin Fixes: a6fb86917362 ("libctf: Handle CTFv3 containers") Sponsored by: The FreeBSD Foundation (cherry picked from commit 6e563a1b608438504d963c2d7c70e50d2e75af46) (cherry picked from commit 8b01c3026b78152d9e0ca6f3758ea226f32e48b9) cddl/contrib/opensolaris/common/ctf/ctf_types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |