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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 11 22:04:53 CEST 2008


Author: kazuhiko
Date: Fri Jul 11 22:04:53 2008
New Revision: 22460

URL: http://svn.erp5.org?rev=22460&view=rev
Log:
use '-invisible' instead of '-headless' since '-headless' sometimes
causes 'free(): invalid pointer' error.

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=22460&r1=22459&r2=22460&view=diff
==============================================================================
--- erp5/trunk/utils/oood/start.py (original)
+++ erp5/trunk/utils/oood/start.py Fri Jul 11 22:04:53 2008
@@ -95,7 +95,7 @@
   else:
     new_context['DISPLAY'] = ':%s' % config.virtual_display_id
     args_and_env = [ BIN  # First arg is always the name of the binary software we execute
-                 , '-headless'
+                 , '-invisible'
                  , '-nologo'
                  , '-nodefault'
                  , '-norestore'




More information about the Erp5-report mailing list