I'm trying to truss a hung rmformat process on a B54 installation.

If the process is stuck/spinning in the kernel, truss is not enough. Dig deeper with dtrace and mdb:

# dtrace -n profile-1234hz'/pid == 12345/[EMAIL PROTECTED]()] = count()}'

# echo '$<threadlist' | mdb -k

-Artem.
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to