Hi!<br><br>I&#39;m using latest CogVM for macosx from Jenkins, and I have an unresponsive image I would like to know how to fix :). Now, I&#39;m sending a SIGUSR1 signal to the process and instead of having the dump, I have the following:<br>
<br>[1]    85562 user-defined signal 1  ../CogVM.app/Contents/MacOS/CogVM bootstrapped.image<br><br><br>I&#39;ve tried sending the signal doing:<br><br>kill SIGUSR1 pid<br><br>and<br><br>kill -s SIGUSR1 pid<br><br>both with same results :S<br>
<br>Is it disabled on purpose?<br>( now I have a reason for installing a linux in my mac :) )<br><br>Tx,<br>Guille<br>