NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/50485: dtrace doesn't work (fails on loading a script, psinfo.d)



The following reply was made to PR lib/50485; it has been noted by GNATS.

From: Richard PALO <richard%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: lib/50485: dtrace doesn't work (fails on loading a script, psinfo.d)
Date: Wed, 03 Aug 2016 07:56:45 +0200

 Le 02/08/16 19:00, Richard PALO a écrit :
 > The following reply was made to PR lib/50485; it has been noted by GNATS.
 > 
 > From: Richard PALO <richard%netbsd.org@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc: 
 > Subject: Re: lib/50485: dtrace doesn't work (fails on loading a script, psinfo.d)
 > Date: Tue, 02 Aug 2016 18:57:57 +0200
 > 
 >  Le 02/08/16 08:55, Christos Zoulas a écrit :
 >  >  I think this is acause because of a type table overflow. Try with a non-generic
 >  >  kernel that only has the drivers you need.
 >  >  
 >  >  christos
 >  >  
 >  > 
 >  
 I yanked now also the firewire, scsi, cardbus/pcmcia + drivers and did a full
 rebuild (after updating current to NetBSD 7.99.35) with a reinstall of the 
 kernel and a ./build.sh install=/
 
 still doesn't work
 > nb32$ ctfdump -S /netbsd
 > 
 > - CTF Statistics -------------------------------------------------------------
 > 
 >   total number of data objects        = 10989
 > 
 >   total number of functions           = 1
 >   total number of function arguments  = 1
 >   maximum argument list length        = 1
 >   average argument list length        = 1.00
 > 
 >   total number of types               = 622
 >   total number of integers            = 20
 >   total number of floats              = 0
 >   total number of pointers            = 196
 >   total number of arrays              = 41
 >   total number of func types          = 61
 >   total number of structs             = 137
 >   total number of unions              = 16
 >   total number of enums               = 2
 >   total number of forward tags        = 36
 >   total number of typedefs            = 79
 >   total number of volatile types      = 14
 >   total number of const types         = 20
 >   total number of restrict types      = 0
 >   total number of unknowns (holes)    = 0
 > 
 >   total number of struct members      = 1008
 >   maximum number of struct members    = 100
 >   total size of all structs           = 16425
 >   maximum size of a struct            = 2328
 >   average number of struct members    = 7.36
 >   average size of a struct            = 119.89
 > 
 >   total number of union members       = 44
 >   maximum number of union members     = 6
 >   total size of all unions            = 276
 >   maximum size of a union             = 128
 >   average number of union members     = 2.75
 >   average size of a union             = 17.25
 > 
 >   total number of enum members        = 45
 >   maximum number of enum members      = 36
 >   average number of enum members      = 22.50
 > 
 >   total number of unique strings      = 1248
 >   bytes of string data                = 12445
 >   maximum string length               = 27
 >   average string length               = 9.97
 > 
 > nb32$ sudo dtrace -l|wc  -l
 >    45299
 > nb32$ sudo dtrace -n BEGIN
 > dtrace: invalid probe specifier BEGIN: "/usr/lib/dtrace/psinfo.d", line 46: syntax error near "u_int"
 
 Suggestions?
 
 -- 
 Richard PALO
 


Home | Main Index | Thread Index | Old Index