This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GC failure w/ THREAD_LOCAL_ALLOC ?


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]