>Hello, Chad, > >Thank you for getting interested in detail. >In my case, "inconsistent results from different program" was that. > >However, dtrace ustack() showed results from some programs with the name of >"_start()", "main()", "libc.so.1'_open()" and so on, >but from the other programs, without name of functions but hexa-decimal >addresses. > >
dtrace needs to be able open the process; if the process has terminated, all you get are hexidecimal addresses. DTrace is async: first it generates the probes output in the probe context (sync); then later it pretty prints the output, outside of the probe context (after the fact). Casper _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org