Change 34800 by [EMAIL PROTECTED] on 2008/11/10 18:19:14
Note that panic: sv_chop %s is new.
Affected files ...
... //depot/maint-5.8/perl/pod/perl589delta.pod#34 edit
Differences ...
==== //depot/maint-5.8/perl/pod/perl589delta.pod#34 (text) ====
Index: perl/pod/perl589delta.pod
--- perl/pod/perl589delta.pod#33~34798~ 2008-11-10 10:10:51.000000000 -0800
+++ perl/pod/perl589delta.pod 2008-11-10 10:19:14.000000000 -0800
@@ -1744,6 +1744,12 @@
=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
End of Patch.