This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GC failure w/ THREAD_LOCAL_ALLOC ?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 21 Mar 2002 10:50:32 +1200
- Subject: Re: GC failure w/ THREAD_LOCAL_ALLOC ?
- References: <Pine.LNX.4.10.10203201505220.8776-100000@mars.deadcafe.org>
Jeff Sturm wrote:
>On Wed, 20 Mar 2002, Bryce McKinlay wrote:
>
>>It runs fine without THREAD_LOCAL_ALLOC.
>>
>
>You're having better luck than I am, then. I did get random, infrequent
>crashes in my application. But without THREAD_LOCAL_ALLOC I don't get
>that far:
>
>0x40c45363 in GC_mark_from (mark_stack_top=0x805b0e8,
>mark_stack=0x805b000,
> mark_stack_limit=0x8063000) at ../../../boehm-gc/mark.c:654
>654 deferred = *limit;
>
Did you reconfigure libjava and touch things like boehm.cc, boehm.h, etc
to make sure that all the traces of THREAD_LOCAL_ALLOC get removed?
regards
Bryce.