summaryrefslogtreecommitdiff
path: root/hints/freebsd.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-25 15:23:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-25 15:23:56 +0000
commitd7eee707892036dc8aac55a713a2092958f19e5d (patch)
tree7389806a51203f8c9d96da82a2b9eb8ee8702264 /hints/freebsd.sh
parent0ddaf51316ca1bab139289c51c648ec8213a8af3 (diff)
downloadperl-d7eee707892036dc8aac55a713a2092958f19e5d.tar.gz
It seems that FreeBSD does not like using Perl's malloc
when multithreaded. p4raw-id: //depot/perl@15487
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r--hints/freebsd.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index 8d6a0920d4..46ea1fcda4 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