From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1d5d51400807040117i242cae83y6d65e8972748ea47@mail.gmail.com> Date: Fri, 4 Jul 2008 16:17:36 +0800 From: "Fernan Bolando" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] signal.h in APE for newbies Topicbox-Message-UUID: daa3966e-ead3-11e9-9d60-3106f5b1d025 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