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: Is the 3.3 garbage collector fixed now?


> I made a couple of postings about problems with the 
> String handling.
> 
> Eventually, this seems to have boiled down to a 
> problem in the garbage collector.
> 
> http://gcc.gnu.org/ml/java/2003-02/msg00581.html

I don't think we can link the two issues for sure
like this...


> Is this fixed now?

AFAIK, no. However, this is something that almost
anyone should be able to take up since this is
a standalone package downloadable from:

http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/

and builds out-of-the-box for MinGW/MSYS with 
"./configure" followed by "make".

"make gctest.exe" builds the GC tester program that
gives a GPF for me and that I refer to in the message
you point to.

Ranjit.


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