Hi Can anybody point me to a document discussing the signal handling in APE.
One of the program I am porting is using signal to intercept SIGFPE. It works under linux, but after I ported it to plan9 it is no longer working. I was able to intercept SIGINT. When I trigger a division by zero the handler is not called, I just get trap 19 message. fernan -- http://www.fernski.com