Index: /trunk/src/VBox/GuestHost/OpenGL/util/error.c
===================================================================
--- /trunk/src/VBox/GuestHost/OpenGL/util/error.c	(revision 55572)
+++ /trunk/src/VBox/GuestHost/OpenGL/util/error.c	(revision 55573)
@@ -97,12 +97,10 @@
     va_end(va);
 
+#ifdef IN_GUEST
+    /* Give things a chance to close down. */
+    ASMBreakpoint();
+#else
     /* Dump core or activate the debugger in debug builds. */
     AssertFailed();
-
-#ifdef IN_GUEST
-    /* Give things a chance to close down. */
-    //raise(SIGTERM);
-    //exit(1);
-    ASMBreakpoint();
 #endif
 }
