Paul, if you have a reproducible test-case, can you try this fix?

diff --git a/lcl/interfaces/gtk2/gtk2widgetset.inc 
b/lcl/interfaces/gtk2/gtk2widgetset.inc
--- a/lcl/interfaces/gtk2/gtk2widgetset.inc
+++ b/lcl/interfaces/gtk2/gtk2widgetset.inc
@@ -592,7 +592,7 @@ begin
     {$IFDEF windows}
       Set8087CW($133F);
     {$ELSE}
-      SetExceptionMask(GetExceptionMask + [exZeroDivide]);
+      SetExceptionMask(GetExceptionMask + [exZeroDivide, exInvalidOp]);
     {$ENDIF}
   {$ENDIF}
   {$ifend}

-- 
Winff startup warning about access violation and possible data corruption
https://bugs.launchpad.net/bugs/521818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to