diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-25 15:23:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-25 15:23:56 +0000 |
commit | d7eee707892036dc8aac55a713a2092958f19e5d (patch) | |
tree | 7389806a51203f8c9d96da82a2b9eb8ee8702264 /hints/freebsd.sh | |
parent | 0ddaf51316ca1bab139289c51c648ec8213a8af3 (diff) | |
download | perl-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.sh | 5 |
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 |