in reply to Re: vanishing system call
in thread vanishing system call
If I process 2 data files, all 3 system calls execute. If I process 3 data files, the first 2 system calls execute, but the third one doesn't. If I process 4 data files, none of them execute. Spooky! So, okay, if I'm running out of memory, why do the system calls die so silently? I guess I'm probably trying to determine if this is a Perl thing, or a Solaris thing. I'm baffled, though, because I've always found Perl to have exceptionally useful errors. I'll toss it by the Unix admins just to see what happens....system("echo 'now executing sort...' "); system(" cat $file | sort -t\\| +1 -2 > $file.out"); system("ls -la");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: vanishing system call
by virtualsue (Vicar) on Sep 20, 2002 at 21:44 UTC | |
Re: Re: Re: vanishing system call
by RMGir (Prior) on Sep 20, 2002 at 20:36 UTC |