From: Jarkko Hietaniemi Date: Mon, 25 Mar 2002 15:23:56 +0000 (+0000) Subject: It seems that FreeBSD does not like using Perl's malloc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7eee707892036dc8aac55a713a2092958f19e5d;p=p5sagit%2Fp5-mst-13.2.git It seems that FreeBSD does not like using Perl's malloc when multithreaded. p4raw-id: //depot/perl@15487 --- 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