I compile shared libraries loaded at runtime in Matlab and have
recently been using some code compiled with g95. After some time
calling the function, I'm getting a SIGALRM which is causing matlab to
exit. I ran malab under strace, but didn't find anything useful. I'm
not 100% sure it's from g95, but It only happens after running code
compiled with g95. Could it be from g95?