Index: /trunk/src/VBox/Runtime/common/misc/assert.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/assert.cpp	(revision 64285)
+++ /trunk/src/VBox/Runtime/common/misc/assert.cpp	(revision 64286)
@@ -72,5 +72,5 @@
 static bool volatile                g_fQuiet = false;
 /** Set if assertions may panic. */
-static bool volatile                g_fMayPanic = false;//true;
+static bool volatile                g_fMayPanic = true;
 
 
