can anybody tell me where can i find a
detailed information about the output format of the pstack utility ?
pstack proc (1) - proc tools
e.g. on my machine
uname -a
SunOS dxcsxi 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-Enterprise-10000
i
pstack outputs something like this:
> pstack 10208
10208: xterm
fef19884 poll (ffbeef70, 2, ffffffff)
feecc968 select (5, 0, fef3b1dc, 474c4, 47544, ffbeef70) + 2cc
0001ab4c in_put (1, 0, 44cd8, 44cdc, 400, 474c4) + 3d8
000191d0 ???????? (44c00, 588d8, 2bdb4, 0, 0, 0)
0001c8b8 VTRun (48c00, 58860, 29818, 0, 0, 48c85) + 324
0001665c main (2, 48c00, 47400, ffbef31c, 58860, 588d8) + bf8
00015780 _start (0, 0, 0, 0, 0, 0) + b8
What is the meaning of the numbers in braces and the meaning of the number after + ???
Thanks in advance.