projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ddaf51
)
It seems that FreeBSD does not like using Perl's malloc
Jarkko Hietaniemi [Mon, 25 Mar 2002 15:23:56 +0000 (15:23 +0000)]
when multithreaded.
p4raw-id: //depot/perl@15487
hints/freebsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/freebsd.sh
b/hints/freebsd.sh
index
8d6a092
..
46ea1fc
100644
(file)
--- 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