When sending a SIGUSR1 signal to a gem or linked topaz process to generate a stack trace, there is a rare possibility of hanging the process, due to a deadlock between malloc / free operations during the handling of the signal.
The gem/topaz process can only be terminated using "kill -9". Attempts to use stopSession: will only cause the OOB thread on the process to also deadlock on a malloc operation.
No workaround. Use "kill -9" to terminate the process.
Last updated: 10/19/15