in reply to vanishing system call
Show us how you're checking for errors.
The doc for system (perldoc -f system) suggests checking $? for details of how the child process dies.
Several factors could contribute to this no longer working. Over time, the dataset could have outgrown virtual memory, and over time there could be less virtual memory available for other reasons (e.g., more or bigger processes competing for space, disk space getting used up).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: vanishing system call
by Anonymous Monk on Sep 20, 2002 at 19:48 UTC | |
by sauoq (Abbot) on Sep 20, 2002 at 19:57 UTC | |
by ChemBoy (Priest) on Sep 20, 2002 at 22:37 UTC |