[Erp5-report] r22963 - /erp5/trunk/utils/oood/start.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 11 17:16:53 CEST 2008


Author: kazuhiko
Date: Mon Aug 11 17:16:52 2008
New Revision: 22963

URL: http://svn.erp5.org?rev=22963&view=rev
Log:
I hope this hack is no longer required, and I feel that it can cause more problem rather than automatic restart of OOo.

Modified:
    erp5/trunk/utils/oood/start.py

Modified: erp5/trunk/utils/oood/start.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/start.py?rev=22963&r1=22962&r2=22963&view=diff
==============================================================================
--- erp5/trunk/utils/oood/start.py (original)
+++ erp5/trunk/utils/oood/start.py Mon Aug 11 17:16:52 2008
@@ -85,7 +85,6 @@
   # "'-display :%d' % config.virtual_display_id" argument is not working, that's why we use
   # environnment variable. See "man xhost" for more details.
   new_context = os.environ
-  new_context['MALLOC_CHECK_'] = '1'
   if on_top:
     args_and_env = [ BIN  # First arg is always the name of the binary software we execute
                  , '-accept=socket,host=%s,port=%d;urp;' % (config.pool_host, instance_port)




More information about the Erp5-report mailing list