A repository of information technology questions and answers

Latest posts

Troubleshooting a hung process

Using truss/strace is a simple method to verify if a running process is performing any activity or is in a hung state whilst making a system calls.

Using the truss command on Solaris

The truss command is used to trace system and library calls on a Sun or Sequent system. Which is similar to strace on Linux based systems