This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: More Tru64 errors
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: The Morsbergers <morsberger at usa dot net>, Java GCC <java at gcc dot gnu dot org>
- Date: Mon, 10 Dec 2001 10:55:35 +1300
- Subject: Re: More Tru64 errors
- References: <Pine.LNX.4.10.10112091000290.10112-100000@mars.deadcafe.org>
Jeff Sturm wrote:
>Or the collector didn't build for threads at all, in which case it has
>zero chance of working with a threaded libgcj. (The "limit" address shown
>in the gdb stack trace belongs to the primordial thread stack, not the
>current thread.)
>
>Some time ago I'd suggested the patch below for 3.0. It would help
>prevent these confusing bug reports when a threaded gc isn't available.
>
Unfortunatly it would cause the build to break on such targets, which
for 3.0 is arguably worse that building a broken java library.
Maybe it should just define GC_LINUX_THREADS (which should really be
renamed GC_POSIX_THREADS) and hope that it works?
regards
Bryce.