This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: eclipse status (summary: still doesn't work)
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- To: "'tromey at redhat dot com'" <tromey at redhat dot com>, Anthony Green <green at redhat dot com>
- Cc: Joerg Brunsmann <joerg_brunsmann at yahoo dot de>, java at gcc dot gnu dot org
- Date: Fri, 6 Dec 2002 10:05:54 -0800
- Subject: 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
>