From a80b8354f5981907f826ef236ecd80cb746b2ace Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 30 Sep 1999 17:59:26 +0000 Subject: [PATCH] re-add missing "Out of memory!" entry p4raw-id: //depot/perl@4264 --- pod/perldiag.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 454bfc5..d224a54 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2141,6 +2141,12 @@ to use an operator, but this is highly likely to be incorrect. For example, if you say "*foo *foo" it will be interpreted as if you said "*foo * 'foo'". +=item Out of memory! + +(X) The malloc() function returned 0, indicating there was insufficient +remaining memory (or virtual memory) to satisfy the request. Perl +has no option but to exit immediately. + =item Out of memory for yacc stack (F) The yacc parser wanted to grow its stack so it could continue parsing, -- 1.8.3.1