Index: /trunk/src/VBox/Runtime/r3/init.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/init.cpp	(revision 23870)
+++ /trunk/src/VBox/Runtime/r3/init.cpp	(revision 23871)
@@ -339,5 +339,5 @@
         if (    rc != 0
             ||  (   saOld2.sa_handler == saOld.sa_handler
-                 && saOld2.sa_flags == saOld.sa_flags)
+                 && !(saOld2.sa_flags & SA_SIGINFO))
            )
             break;
