This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / pod / perldiag.pod
index fecbc31..ec3d576 100644 (file)
@@ -3678,6 +3678,12 @@ 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 5.005 threads are deprecated
 
 (D deprecated)  The 5.005-style threads (activated by C<use Thread;>)