Re: Did exec() change in recently?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Did exec() change in recently?

From: Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date: Tue Sep 13 2005 - 14:07:50 CEST

bgeer <bgeer@xmission.com> wrote:
> Ok, I have a tcl/tk script that uses tcl's exec() to execute a command
> using > & 2> to push stdout & stderr to separate files. This script
> compensates for dorky vendor software [yeah, not my choice either!].
>
> Some stuff shows up in the files, but not all of the stdout,
> like it's missing in action or some-such.

I can't say much about RHEL and other RH versions, but I can
say that I don't know about any recent changes in [exec].

Can you reproduce the problem with a "normal" (that is: not vendor-)
program ?
If you get incomplete (or perhaps none at all) output,
could it be that the filesystems on which /tmp or /var/tmp
reside are just plain full?
Has the vendor-software changed as well?
Received on Thu Sep 29 14:36:43 2005