Re: [HACKERS] Question on SIGFPE in Windows

2006-08-18 Thread Magnus Hagander
> SIGFPE is a synchornous signal and Windows will raise it if proper > flag is set (check out the example program): > > http://msdn2.microsoft.com/en-us/library/kfy34skx.aspx > > But seems we didn't use the above method. Instead, we use the same > methodology as other asynchrounous signals. M

[HACKERS] Question on SIGFPE in Windows

2006-07-26 Thread Qingqing Zhou
SIGFPE is a synchornous signal and Windows will raise it if proper flag is set (check out the example program): http://msdn2.microsoft.com/en-us/library/kfy34skx.aspx But seems we didn't use the above method. Instead, we use the same methodology as other asynchrounous signals. My question is: