Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_exec.c 


Log Message:


disable tracking of stdout/err for now.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_exec.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_exec.c    30 Jul 2007 19:37:30 -0000      1.8
+++ e_exec.c    25 Aug 2007 07:39:57 -0000      1.9
@@ -208,10 +208,13 @@
    e_util_env_set("DESKTOP_STARTUP_ID", buf);
 
    e_util_library_path_strip();
-   exe = ecore_exe_pipe_run(exec,
-                           ECORE_EXE_PIPE_AUTO | ECORE_EXE_PIPE_READ | 
ECORE_EXE_PIPE_ERROR |
-                           ECORE_EXE_PIPE_READ_LINE_BUFFERED | 
ECORE_EXE_PIPE_ERROR_LINE_BUFFERED,
-                           inst);
+//// FIXME: seem to be some issues with the pipe and filling up ram - need to
+//// check. for now disable.   
+//   exe = ecore_exe_pipe_run(exec,
+//                         ECORE_EXE_PIPE_AUTO | ECORE_EXE_PIPE_READ | 
ECORE_EXE_PIPE_ERROR |
+//                         ECORE_EXE_PIPE_READ_LINE_BUFFERED | 
ECORE_EXE_PIPE_ERROR_LINE_BUFFERED,
+//                         inst);
+   exe = ecore_exe_run(exec, inst);
    e_util_library_path_restore();
    if (penv_display)
      {
@@ -232,7 +235,9 @@
    if (launch->launch_method) e_exehist_add(launch->launch_method, exec);
    free(exec);
    /* 20 lines at start and end, 20x100 limit on bytes at each end. */
-   ecore_exe_auto_limits_set(exe, 2000, 2000, 20, 20);
+//// FIXME: seem to be some issues with the pipe and filling up ram - need to
+//// check. for now disable.   
+//   ecore_exe_auto_limits_set(exe, 2000, 2000, 20, 20);
    ecore_exe_tag_set(exe, "E/exec");
 
    if (desktop)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to