Inspects the running INDIGO server process for deadlocks but it can inspect any other process by providing the process name.
It should be executed on the host where indigo server or the examined process is running.
To display the backtrace, and blocked threads execute:
indigo_deadlock_detector
To display the backtrace, blocked threads, and the local variables execute:
indigo_deadlock_detector -v
To save the output in a file please redirect the output using ">filename.txt" like this:
indigo_deadlock_detector >indigo_deadlock.txt
To display the backtrace, and blocked threads execute:
indigo_deadlock_detector <prcess_name>
or
indigo_deadlock_detector -p <pid>
If local variables are needed:
indigo_deadlock_detector -v <prcess_name>
or
indigo_deadlock_detector -v -p <pid>
Send the output to indigo@cloudmakers.eu accompanied by a problem description and if possible steps to reproduce it.