Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2018 18:33:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232675] Regression of dtrace on 13-CURRENT
Message-ID:  <bug-232675-227-HbdmaOVeas@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232675-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232675-227@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

--- Comment #7 from Yasuhiro KIMURA <yasu@utahime.org> ---
(In reply to Yasuhiro KIMURA from comment #4)

I switched to GENERIC config, recompiled kernel and rebooted. But total num=
ber
of types (35336) is still larger than 2^15 and problem happens.

yasu@rolling-vm-freebsd1[2016]% uname -a
FreeBSD rolling-vm-freebsd1.home.utahime.org 13.0-CURRENT FreeBSD 13.0-CURR=
ENT
r339548 GENERIC  amd64
yasu@rolling-vm-freebsd1[2017]% ctfdump -S /boot/kernel/kernel

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

  total number of data objects        =3D 30274

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

  total number of types               =3D 35336
  total number of integers            =3D 75
  total number of floats              =3D 0
  total number of pointers            =3D 9313
  total number of arrays              =3D 3267
  total number of func types          =3D 2954
  total number of structs             =3D 11418
  total number of unions              =3D 623
  total number of enums               =3D 819
  total number of forward tags        =3D 45
  total number of typedefs            =3D 6036
  total number of volatile types      =3D 58
  total number of const types         =3D 568
  total number of restrict types      =3D 0
  total number of unknowns (holes)    =3D 160

  total number of struct members      =3D 86220
  maximum number of struct members    =3D 248
  total size of all structs           =3D 17969864
  maximum size of a struct            =3D 2971720
  average number of struct members    =3D 7.55
  average size of a struct            =3D 1573.82

  total number of union members       =3D 2207
  maximum number of union members     =3D 36
  total size of all unions            =3D 140335
  maximum size of a union             =3D 41576
  average number of union members     =3D 3.54
  average size of a union             =3D 225.26

  total number of enum members        =3D 8206
  maximum number of enum members      =3D 1023
  average number of enum members      =3D 10.02

  total number of unique strings      =3D 64998
  bytes of string data                =3D 938044
  maximum string length               =3D 81
  average string length               =3D 14.43

yasu@rolling-vm-freebsd1[2018]% pwd
/home/yasu/tmp/perl-5.26.2
yasu@rolling-vm-freebsd1[2019]% dtrace -h -s perldtrace.d -o perldtrace.tmp
dtrace: failed to compile script perldtrace.d: "/usr/lib/dtrace/mbuf.d", li=
ne
114: failed to copy type of 'm_data': Type information is in parent and
unavailable
yasu@rolling-vm-freebsd1[2020]%

--=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-232675-227-HbdmaOVeas>