From: Gurusamy Sarathy Date: Sun, 18 Jul 1999 04:57:47 +0000 (+0000) Subject: missing perldiag entry (from Dan Sugalski ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dcdda58dd900ef44288e03991974d9c7ddb74710;p=p5sagit%2Fp5-mst-13.2.git missing perldiag entry (from Dan Sugalski ) p4raw-id: //depot/perl@3695 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index d64ce52..6c234e3 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