> From [EMAIL PROTECTED] Wed May 21 09:45:55 2008
> 
> Hey John,
> 
> Can you send me the output of that dtrace(1M) invocation with '-x debug' added
> to the command-line? Thanks.
> 
> - ahl

This is just generic snv_89, so you can run your own experiments.

For this request, here ya go ....               -JZ

(ksh)# dtrace -x debug -n 'pid$target::xmlInitParser:entry { ustack(); }' -c 
'elfsign verify -v /usr/lib/security/pkcs11_kernel.so.1'
libdtrace DEBUG: pid 22664: proc stopped showing 6/3
libdtrace DEBUG: pid 22664: hit breakpoint at ff3c6980 (1)
libdtrace DEBUG: pid 22664: rtld event RD_DLACTIVITY type=3 state 2
libdtrace DEBUG: pid 22664: proc stopped showing 6/3
libdtrace DEBUG: pid 22664: hit breakpoint at ff3c6980 (2)
libdtrace DEBUG: pid 22664: rtld event RD_DLACTIVITY type=3 state 1
libdtrace DEBUG: pid 22664: proc stopped showing 6/3
libdtrace DEBUG: pid 22664: hit breakpoint at ff3c69d4 (1)
libdtrace DEBUG: pid 22664: rtld event RD_PREINIT type=1 state 0
libdtrace DEBUG: breakpoints disabled
libdtrace DEBUG: created pid 22664
libdtrace DEBUG: library /usr/lib/dtrace/iscsi.d sorted (1/2)
libdtrace DEBUG: library /usr/lib/dtrace/errno.d sorted (3/4)
libdtrace DEBUG: library /usr/lib/dtrace/io.d sorted (5/6)
libdtrace DEBUG: library /usr/lib/dtrace/nfs.d sorted (8/9)
libdtrace DEBUG: library /usr/lib/dtrace/ip.d sorted (7/10)
libdtrace DEBUG: library /usr/lib/dtrace/net.d sorted (11/12)
libdtrace DEBUG: library /usr/lib/dtrace/procfs.d sorted (13/14)
libdtrace DEBUG: library /usr/lib/dtrace/regs.d sorted (15/16)
libdtrace DEBUG: library /usr/lib/dtrace/sched.d sorted (17/18)
libdtrace DEBUG: library /usr/lib/dtrace/signal.d sorted (19/20)
libdtrace DEBUG: library /usr/lib/dtrace/sysevent.d sorted (21/22)
libdtrace DEBUG: library /usr/lib/dtrace/unistd.d sorted (23/24)
libdtrace DEBUG: typedef syseventinfo_t added as id 32798
libdtrace DEBUG: typedef syseventchaninfo_t added as id 32801
libdtrace DEBUG: type struct cpuinfo added as id 32803
libdtrace DEBUG: typedef cpuinfo_t added as id 32815
libdtrace DEBUG: typedef conninfo_t added as id 32846
libdtrace DEBUG: typedef nfsv4opinfo_t added as id 36245
libdtrace DEBUG: typedef nfsv4cbinfo_t added as id 36247
libdtrace DEBUG: typedef nfsv3opinfo_t added as id 36264
libdtrace DEBUG: typedef nfsv3oparg_t added as id 36266
libdtrace DEBUG: typedef bufinfo_t added as id 36270
libdtrace DEBUG: typedef devinfo_t added as id 36273
libdtrace DEBUG: typedef fileinfo_t added as id 36276
libdtrace DEBUG: typedef iscsiinfo_t added as id 36279
libdtrace DEBUG: typedef uiscsiproto_t added as id 36281
libdtrace DEBUG: typedef uiscsiproto64_t added as id 36283
libdtrace DEBUG: typedef uiscsiproto32_t added as id 36285
libdtrace DEBUG: typedef iscsicmd_t added as id 36293
libdtrace DEBUG: typedef uiscsicmd_t added as id 36295
libdtrace DEBUG: grabbed pid 22664 (cached)
libdtrace DEBUG: /usr/bin/elfsign stret 0 0 0 0
libdtrace DEBUG: /lib/ld.so.1 stret 0 0 0 0
libdtrace DEBUG: /lib/libc.so.1 stret ff237900 ff237938 ff237970 ff237970
dtrace: invalid probe specifier pid$target::xmlInitParser:entry { ustack(); }: 
probe description pid22664::xmlInitParser:entry does not match any probes
libdtrace DEBUG: releasing pid 22664
libdtrace DEBUG: breakpoints enabled
libdtrace DEBUG: breakpoints enabled
libdtrace DEBUG: dt_buf_destroy(section headers): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(string table): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(loadable data): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(unloadable data): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(probe data): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(probe args): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(probe offs): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(probe is-enabled offs): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(probe rels): size=512 resizes=0
libdtrace DEBUG: dt_buf_destroy(xlate members): size=512 resizes=0
(super-ksh)# elfsign: verification of /usr/lib/security/pkcs11_kernel.so.1 
passed.
...
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to