projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b8de43e
)
Note that panic: sv_chop %s is new.
author
Nicholas Clark <nick@ccl4.org>
Mon, 10 Nov 2008 18:19:14 +0000 (18:19 +0000)
committer
Nicholas Clark <nick@ccl4.org>
Mon, 10 Nov 2008 18:19:14 +0000 (18:19 +0000)
p4raw-id: //depot/maint-5.8/perl@34800
pod/perl589delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl589delta.pod
b/pod/perl589delta.pod
index
21074d3
..
e099439
100644
(file)
--- 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