This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gctest failure on sparc-solaris
- From: Jeff Sturm <jsturm at one-point dot com>
- To: java at gcc dot gnu dot org
- Cc: hans_boehm at hp dot com
- Date: Tue, 18 Dec 2001 20:49:24 -0500 (EST)
- Subject: gctest failure on sparc-solaris
With a fresh checkout I'm now seeing:
Thread 1 creation failed 4294967295
Test failed
Abort
FAIL: gctest
===================
1 of 1 tests failed
===================
A little investigation shows that error == ENOMEM and
GC_scratch_alloc(1024*1024) is failing. Defining MMAP_STACKS is a
workaround. (Why not just use MMAP_STACKS by default? My tests show that
using MMAP_STACKS with a calloc'ed GET_MEM reduces stack blacklisting
considerably on this platform.)
Jeff