summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-18 04:57:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-18 04:57:47 +0000
commitdcdda58dd900ef44288e03991974d9c7ddb74710 (patch)
treefeb5063baf90f12b12c320504035afecde68631b /pod
parent0336b60e58b87c57a6ce50070e947487d998d24f (diff)
downloadperl-dcdda58dd900ef44288e03991974d9c7ddb74710.tar.gz
missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
p4raw-id: //depot/perl@3695
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index d64ce529f1..6c234e30b8 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -317,6 +317,12 @@ could indicate that SvREFCNT_dec() was called too many times, or that
SvREFCNT_inc() was called too few times, or that the SV was mortalized
when it shouldn't have been, or that memory has been corrupted.
+=item Attempt to join self
+
+(F) You tried to join a thread from within itself, which is an
+impossible task. You may be joining the wrong thread, or you may
+need to move the join() to some other thread.
+
=item Attempt to pack pointer to temporary value
(W) You tried to pass a temporary value (like the result of a