summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-10 18:19:14 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-10 18:19:14 +0000
commit441f2df21eb5f654dc4a740b7aa11e3cedde4c88 (patch)
tree3784add819860d7796e4fce0899535883615aa4d
parentb8de43e673ed28f99aaa03b15aad1bc5caeb8a70 (diff)
downloadperl-441f2df21eb5f654dc4a740b7aa11e3cedde4c88.tar.gz
Note that panic: sv_chop %s is new.
p4raw-id: //depot/maint-5.8/perl@34800
-rw-r--r--pod/perl589delta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perl589delta.pod b/pod/perl589delta.pod
index 21074d3058..e099439ce3 100644
--- a/pod/perl589delta.pod
+++ b/pod/perl589delta.pod
@@ -1744,6 +1744,12 @@ used.
=head1 New or Changed Diagnostics
+=head2 panic: sv_chop %s
+
+This new fatal error occurs when the C routine C<sv_chop> routine was passed a
+position that is not within the scalar's string buffer. This is caused by
+buggy XS code, and at this point recovery is not possible.
+
=head2 Maximal count of pending signals (%s) exceeded
This new fatal error occurs when the perl process has to abort due to