search for: pid17632

Displaying 1 result from an estimated 1 matches for "pid17632".

2007 Dec 29
1
why was some stack information lost.
...t (write.d) is: syscall::write:entry, fbt::write:entry, pid$1::write:entry, pid$1::write:return, pid$1::_write:entry /pid==$1/ { printf("%s:%s:%s:%s\n",probeprov,probemod,probefunc,probename); stack(100); ustack(100); } /////////////////////////////// when runs the script, the result is : pid17632:libc.so.1:write:entry libc.so.1`write a.out`main+0x43 a.out`_start+0x7a pid17632:libc.so.1:_write:entry [b] libc.so.1`_write [u]libc.so.1`write+0x75[/u][/b] a.out`main+0x43 a.out`_start+0x7a syscall::wr...