perldiag: Document ‘Slab leaked from cv’
authorFather Chrysostomos <sprout@cpan.org>
Thu, 28 Jun 2012 15:52:10 +0000 (08:52 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jun 2012 07:21:02 +0000 (00:21 -0700)
pod/perldiag.pod

index f686174..8aed54e 100644 (file)
@@ -4473,6 +4473,12 @@ superfluous.
 (W signal) The signal handler named in %SIG doesn't, in fact, exist.
 Perhaps you put it into the wrong package?
 
+=item Slab leaked from cv %p
+
+(S) If you see this message, then something is seriously wrong with the
+internal bookkeeping of op trees.  An op tree needed to be freed after
+a compilation error, but could not be found, so it was leaked instead.
+
 =item Smart matching a non-overloaded object breaks encapsulation
 
 (F) You should not use the C<~~> operator on an object that does not