diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-06-22 13:25:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-06-22 13:25:11 +0000 |
commit | 201359308d867a2411cd7e190e2d149b67112e8b (patch) | |
tree | dc68dc2098bf34035cc2bf39a09391cbb3560e8c /pod/perldiag.pod | |
parent | d0b2dd844be335e164b2ecfe0ede82808372fbba (diff) | |
download | perl-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.pod | 6 |
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 |