--- libgimp/gimp.c.orig 2025-05-17 22:51:03 UTC +++ libgimp/gimp.c @@ -28,6 +28,7 @@ #include #include #include +#include #ifdef HAVE_SYS_TIME_H #include @@ -348,6 +349,9 @@ gimp_main (GType plug_in_type, gimp_env_init (TRUE); progname = argv[ARG_PROGNAME]; + + /* Ignore floating point exceptions */ + fedisableexcept(FE_ALL_EXCEPT); basename = g_path_get_basename (progname);