On 10/11/2023 19:36, Bruno Haible wrote:
Can you try to install this handler for SIGFPE?static void my_sigfpe_handler (int sig) { signal (SIGFPE, SIG_DFL); raise (sig); } This would be much easier than a Mach exception handler.
Ok, I need a few days. I'll get back to this next week. Sevan