Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 05:22:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        dtrace@FreeBSD.org
Subject:   [Bug 232675] dtrace: "failed to compile script" when more than 2^15 distinct types are in CTF info
Message-ID:  <bug-232675-32976-AaMdVmikIj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232675-32976@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232675-32976@https.bugs.freebsd.org/bugzilla/>

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

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtrace@FreeBSD.org
           Keywords|                            |needs-patch, needs-qa
            Summary|Regression of dtrace on     |dtrace: "failed to compile
                   |13-CURRENT                  |script" when more than 2^15
                   |                            |distinct types are in CTF
                   |                            |info
             Status|Closed                      |Open
                URL|                            |https://reviews.freebsd.org
                   |                            |/D17877
              Flags|                            |mfc-stable11?,
                   |                            |mfc-stable12?
         Resolution|FIXED                       |---

--- Comment #21 from Kubilay Kocak <koobs@FreeBSD.org> ---
Hitting this issue with: FreeBSD 13.0-CURRENT r348305 GENERIC-NODEBUG amd64

This causes the build (configure) failure of lang/perl5* (bug 227312)

What is the course of action to resolve the 2^15 limit permanently?

ctfdump -S /boot/kernel/kernel

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

  total number of data objects        =3D 29753

  total number of functions           =3D 32387
  total number of function arguments  =3D 78172
  maximum argument list length        =3D 22
  average argument list length        =3D 2.41

  total number of types               =3D 35498 <------
  total number of integers            =3D 76
  total number of floats              =3D 0
  total number of pointers            =3D 9481
  total number of arrays              =3D 3273
  total number of func types          =3D 3102
  total number of structs             =3D 11405
  total number of unions              =3D 633
  total number of enums               =3D 811
  total number of forward tags        =3D 49
  total number of typedefs            =3D 5893
  total number of volatile types      =3D 55
  total number of const types         =3D 588
  total number of restrict types      =3D 0
  total number of unknowns (holes)    =3D 132

  total number of struct members      =3D 87550
  maximum number of struct members    =3D 248
  total size of all structs           =3D 22415324
  maximum size of a struct            =3D 2971720
  average number of struct members    =3D 7.68
  average size of a struct            =3D 1965.39

  total number of union members       =3D 2091
  maximum number of union members     =3D 36
  total size of all unions            =3D 136952
  maximum size of a union             =3D 41576
  average number of union members     =3D 3.30
  average size of a union             =3D 216.35

  total number of enum members        =3D 8061
  maximum number of enum members      =3D 1023
  average number of enum members      =3D 9.94

  total number of unique strings      =3D 64074
  bytes of string data                =3D 926366
  maximum string length               =3D 81
  average string length               =3D 14.46

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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