Hi all,,

x:= 1; y:= 0; // try to divide by zero
try
z:= x/y;
except
on EZeroDivide do HandleZeroDivide;
on EMathError do HandleMathError;
else
HandleAllOthers;
end;

Now this works fine in normal delphi... BUT in delphix errors cause a machine freeze, that i can only reset sucessfully by rebooting machine...

Even if I disable timer on error or try other things it still frezes..

Very annoying as it is tedious tring to find error and having to reboot
continually... Do others have this problem and if so what is an
effective method to handle errors with delphix .....

cheeeeeeeeeerrrrrrrrrrrrssssssss ato