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

index 8d6a092..46ea1fc 100644 (file)
@@ -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