summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-06-22 13:25:11 +0000
committerNicholas Clark <nick@ccl4.org>2004-06-22 13:25:11 +0000
commit201359308d867a2411cd7e190e2d149b67112e8b (patch)
treedc68dc2098bf34035cc2bf39a09391cbb3560e8c /pod/perldiag.pod
parentd0b2dd844be335e164b2ecfe0ede82808372fbba (diff)
downloadperl-201359308d867a2411cd7e190e2d149b67112e8b.tar.gz
Abolish the "Tied variable freed while still in use" error - I have
a way to cleanly avoid the coredump. p4raw-id: //depot/perl@22969
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 67ef45a8d2..747dc054f9 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3736,12 +3736,6 @@ target of the change to
(F) The entry point function of threads->create() failed for some reason.
-=item Tied variable freed while still in use
-
-(F) An access method for a tied variable (e.g. FETCH) did something to
-free the variable. Since continuing the current operation is likely
-to result in a coredump, Perl is bailing out instead.
-
=item times not implemented
(F) Your version of the C library apparently doesn't do times(). I