[Bug 262412] DTrace failed to run when ipfw loaded

2022-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262412

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org
   Assignee|dtr...@freebsd.org  |ma...@freebsd.org

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


[Bug 262412] DTrace failed to run when ipfw loaded

2022-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262412

trond.endres...@ximalas.info changed:

   What|Removed |Added

 CC||trond.endres...@ximalas.inf
   ||o

--- Comment #1 from trond.endres...@ximalas.info ---
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

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


[Bug 262412] DTrace failed to run when ipfw loaded

2022-03-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262412

Bug ID: 262412
   Summary: DTrace failed to run when ipfw loaded
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: dtr...@freebsd.org
  Reporter: lw...@freebsd.org
CC: i...@freebsd.org

https://artifact.ci.freebsd.org/snapshot/main/23210c9f42af94dc6bcdae3996d8a3d010dd6bfe/amd64/amd64/disk-test.img.zst

FreeBSD  14.0-CURRENT FreeBSD 14.0-CURRENT #0 23210c9: Mon Mar  7 23:39:03 UTC
2022 r...@freebsd-main-amd64-build.jail.ci.freebsd.org:/usr/ob
j/usr/src/amd64.amd64/sys/GENERIC amd64

root@:/ # dtrace -n 'syscall:::entry { @[execname] = count(); }' -c /bin/ls
dtrace: invalid probe specifier syscall:::entry { @[execname] = count(); }:
"/usr/lib/dtrace/ipfw.d", line 1: m is not a member of struct ip_fw_args

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