Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2024 09:12:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 283359] dtrace -h is broken again
Message-ID:  <bug-283359-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283359

            Bug ID: 283359
           Summary: dtrace -h is broken again
           Product: Base System
           Version: 14.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: shamaz.mazum@gmail.com

NB: Do not close this issue as a duplicate until a solution is found, pleas=
e!
Or reopen the original issue (I cannot do it).

Hi, I have recently upgraded to 14.2-RELEASE and am no longer able to use
poudriere to upgrade my ports. In any jail dtrace -h fails:

vasily@julia:~ % dtrace -h
dtrace: failed to establish error handler: "/usr/lib/dtrace/ipfw.d", line 1:
syntax error near "in_addr_t"

In a usual environment (without a jail) it works:

vasily@vonbraun:~ % dtrace -h
dtrace: -h requires one or more scripts or enabling options

There are plenty of reports like this one all leading to this one:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232675

The problem is marked as resolved, but it isn't, obviously. Dtrace is requi=
red
for some ports like lang/perl5.36

I provide the same dump as other people in that report:
vasily@vonbraun:~ % ctfdump -S /boot/kernel/kernel
  [1] unexpected kind -- 1

- CTF Statistics ----------------------------------------------------------=
---

  total number of data objects        =3D 30929

  total number of functions           =3D 1
  total number of function arguments  =3D 2
  maximum argument list length        =3D 2
  average argument list length        =3D 2.00

  total number of types               =3D 32546
  total number of integers            =3D 77
  total number of floats              =3D 0
  total number of pointers            =3D 8104
  total number of arrays              =3D 3180
  total number of func types          =3D 2351
  total number of structs             =3D 10858
  total number of unions              =3D 645
  total number of enums               =3D 1142
  total number of forward tags        =3D 46
  total number of typedefs            =3D 5196
  total number of volatile types      =3D 49
  total number of const types         =3D 738
  total number of restrict types      =3D 2
  total number of unknowns (holes)    =3D 158

  total number of struct members      =3D 77582
  maximum number of struct members    =3D 253
  total size of all structs           =3D 19133170
  maximum size of a struct            =3D 2971720
  average number of struct members    =3D 7.15
  average size of a struct            =3D 1762.13

  total number of union members       =3D 2204
  maximum number of union members     =3D 106
  total size of all unions            =3D 132627
  maximum size of a union             =3D 41584
  average number of union members     =3D 3.42
  average size of a union             =3D 205.62

  total number of enum members        =3D 12020
  maximum number of enum members      =3D 2032
  average number of enum members      =3D 10.53

  total number of unique strings      =3D 70398
  bytes of string data                =3D 1047475
  maximum string length               =3D 81
  average string length               =3D 14.88

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283359-227>