diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2004-06-07 23:09:42 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-06-08 13:44:27 +0000 |
commit | 2b573acec7886e18e5f2804e8915073100dce2e4 (patch) | |
tree | 60c48c757c95672d726a096029840f65f872f61b /pod | |
parent | 7b614c55f5b832a2a6bef87f61ab8323c0d06c60 (diff) | |
download | perl-2b573acec7886e18e5f2804e8915073100dce2e4.tar.gz |
Re: [PATCH] Re: Lack of error for large string on Solaris
Message-ID: <40C4A156.5030205@iki.fi>
p4raw-id: //depot/perl@22904
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 984a170bbb..e23036e183 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2643,6 +2643,11 @@ remaining memory (or virtual memory) to satisfy the request. However, the request was judged large enough (compile-time default is 64K), so a possibility to shut down by trapping this error is granted. +=item Out of memory during %s extend + +(X) An attempt was made to extend an array, a list, or a string beyond +the largest possible memory allocation. + =item Out of memory during request for %s (X|F) The malloc() function returned 0, indicating there was @@ -2694,11 +2699,6 @@ page. See L<perlform>. (P) An internal error. -=item panic: array extend - -(P) An attempt was made to extend an array beyond the largest possible -memory allocation. - =item panic: ck_grep (P) Failed an internal consistency check trying to compile a grep. @@ -2775,11 +2775,6 @@ scope. (P) The savestack probably got out of sync. At least, there was an invalid enum on the top of it. -=item panic: list extend - -(P) An attempt was made to extend a list beyond the largest possible -memory allocation. - =item panic: magic_killbackrefs (P) Failed an internal consistency check while trying to reset all weak @@ -2864,11 +2859,6 @@ then discovered it wasn't a subroutine or eval context. (P) scan_num() got called on something that wasn't a number. -=item panic: string extend - -(P) An attempt was made to extend a string beyond the largest possible -memory allocation. - =item panic: sv_insert (P) The sv_insert() routine was told to remove more string than there |