Yasufumi CHIDA wrote: > Hello, super dtrace masters, > > When I use Dscripts in which ustack() is involved, > it sometimes output the stacktrace with their names of the functions, > but sometime not. > > I'm confused because of these inconsistent results. > Does anyone know this reason?
most likely, you're seeing the effects of aynchronous post-processing of an event: data is recorded when the probe fires, but only post-processed (converting adresses to names, among other things) later. If the process under inspection has gone away by the time post-processing happens, there's nothing to get the names from, and all you see is addresses. HTH Michael -- Michael Schuster http://blogs.sun.com/recursion Recursion, n.: see 'Recursion' _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org