From d7eee707892036dc8aac55a713a2092958f19e5d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 25 Mar 2002 15:23:56 +0000 Subject: [PATCH] It seems that FreeBSD does not like using Perl's malloc when multithreaded. p4raw-id: //depot/perl@15487 --- hints/freebsd.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 8d6a092..46ea1fc 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -237,6 +237,11 @@ EOM esac unset lc_r + + # Even with the malloc mutexes the Perl malloc does not + # seem to be threadsafe in FreeBSD? + usemymalloc=n + esac EOCBU -- 2.7.4