This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: New collector
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: New collector
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 1 Nov 1999 22:52:22 -0800 (PST)
- Cc: tromey at cygnus dot com, Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <87ln8holxi.fsf@cygnus.com><381E3E58.D8AC85D@albatross.co.nz>
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
>> I'm committing a new garbage collector from Hans Boehm. It is
>> 5.0alpha4. The changes are large enough that I'm not going to post
>> them. Please give it a try.
Bryce> Tom, after building this (and the cleanup patch), anything that
Bryce> does any significant allocation seems to lock up totally on my
Bryce> system - I have to kill -9 the process.
What system?
Can you try "make check" in the boehm-gc build directory?
Bryce> Is anyone else seeing this or did I do something silly?
I doubt it is anything you did.
It is either a bug in the collector or a bug in my merge.
T