]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
0020661: [CEA 387 ] bug on exit of Salome after a little yacs graph
authorvsr <vsr@opencascade.com>
Mon, 18 Jan 2010 13:03:14 +0000 (13:03 +0000)
committervsr <vsr@opencascade.com>
Mon, 18 Jan 2010 13:03:14 +0000 (13:03 +0000)
src/Container/Component_i.cxx

index 51e5b02d69e90371c158f7d41e85f6d968dd8e20..0c0d6dca8b42723178ca87662041f249e1b2a579 100644 (file)
@@ -263,7 +263,7 @@ void Engines_Component_i::destroy()
   //SCRUTE(_refcount_value());
   _poa->deactivate_object(*_id);
   //SCRUTE(_refcount_value());
-  _remove_ref();
+  //_remove_ref(); // VSR: commented, since raises SIGSEGV because of double deactivate_object()
   //SCRUTE(_refcount_value());
   MESSAGE("Engines_Component_i::destroyed") ;
 }