From ff24cc8d2f28eddfc120b980dd25ae372ba3172e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 1 Jan 2004 13:55:31 +0000 Subject: [PATCH] Document that detached threads aren't supported on Windows yet. p4raw-id: //depot/perl@22030 --- ext/threads/threads.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index e3c75c1..37f980f 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -264,6 +264,11 @@ If your Perl has been built with PERL_OLD_SIGNALS (one has to explicitly add that symbol to ccflags, see C), signal handling is not threadsafe. +=item Detached threads on Windows + +There aren't supported yet (as of perl 5.8.3), as they may lead to +memory access violation problems. + =back =head1 AUTHOR and COPYRIGHT -- 2.7.4