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: eclipse status (summary: still doesn't work)


This should be possible by just setting the GC_DONT_GC environment variable, unless there are explicit calls to the garbage collector.

If you suspect the collector, you might also try setting GC_IGNORE_GCJ_INFO, which (mostly) puts the collector into fully conservative mode.

Hans

> -----Original Message-----
> From: Tom Tromey [mailto:tromey@redhat.com]
> Sent: Friday, December 06, 2002 9:45 AM
> To: Anthony Green
> Cc: Joerg Brunsmann; java@gcc.gnu.org
> Subject: Re: eclipse status (summary: still doesn't work)
> 
> 
> >>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
> 
> >> There is a stack trace but it isn't very useful.  The actual bug
> >> appears to be some sort of memory overwriting, perhaps caused by
> >> premature GC. 
> 
> Anthony> I thought you tried disabling GC and still had the 
> same problem.
> 
> I don't remember if I did or not.  Bleah.  Someday I'll try again.
> 
> Tom
> 


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