summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2003-03-07 05:12:49 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-03-10 19:55:06 +0000
commitb77f7d40943072c6b8a82e9e0fbdcc2d346120ee (patch)
tree3d52b1a0ba2b23673c376f14b93f984dd323110a /pod
parent9d60fda321e877ece79517ad795f7f4cf63bb3a7 (diff)
downloadperl-b77f7d40943072c6b8a82e9e0fbdcc2d346120ee.tar.gz
Re: odd (or not so odd?) segmentation fault in 5.8.0
Message-ID: <RtQa+gzkg2kF092yn@efn.org> p4raw-id: //depot/perl@18889
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 3881288f78..cb314e976d 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3672,6 +3672,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 times not implemented
(F) Your version of the C library apparently doesn't do times(). I