From b3647a361211e9f2a6bf737a259cceab1db864a9 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Thu, 8 Jan 2009 13:05:58 +0100 Subject: about warnings if forks fail in Perl_my_popen --- pod/perldiag.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pod') diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cb82633194..ae9d37c1a9 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -757,11 +757,16 @@ If you didn't mean to use a Unicode property, escape the C<\p>, either by C<\\p> (just the C<\p>) or by C<\Q\p> (the rest of the string, until possible C<\E>). -=item Can't fork +=item Can't fork: %s (F) A fatal error occurred while trying to fork while opening a pipeline. +=item Can't fork, trying again in 5 seconds + +(W) A fork in a piped open failed with EAGAIN and will be retried +after five seconds. + =item Can't get filespec - stale stat buffer? (S) A warning peculiar to VMS. This arises because of the difference -- cgit v1.2.1