]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
PAL14921 (memory limitation and Salome freeze)
authoreap <eap@opencascade.com>
Fri, 18 May 2007 09:08:18 +0000 (09:08 +0000)
committereap <eap@opencascade.com>
Fri, 18 May 2007 09:08:18 +0000 (09:08 +0000)
-  Unexpect aCatch(SalomeException);
+  // PAL14921. Enable catching std::bad_alloc and Standard_OutOfMemory outside
+  //Unexpect aCatch(SalomeException);

src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx

index 7a0eb7eb83beb4bfd2ff4af2a4d04dda7fcf349d..ab1724712c3d9780dfb2472caa43ee04f25116a0 100644 (file)
@@ -327,7 +327,7 @@ bool NETGENPlugin_NETGEN_3D::Compute(SMESH_Mesh&         aMesh,
     status = NG_VOLUME_FAILURE;
   }
   catch (...) {
-    error(dfltErr(), "Exception in Ng_GenerateVolumeMesh()");
+    error("Exception in Ng_GenerateVolumeMesh()");
     status = NG_VOLUME_FAILURE;
   }
   if ( GetComputeError()->IsOK() ) {