Re: [COMMIT] GC_DEBUG, Some GC Fixes, and Remaining GC Bugs

2002-08-13 Thread Jason Greene
> I have also come to the conclusion that tracking down these memory > bugs is way too difficult right now. I tracked the above problem back > from a seg fault, which was resulting from a garbage value in the byte > code stream, which was triggered by adding a PMC to the free list > until I added

Re: [PATCH] hash init (Version 5)

2002-08-12 Thread Jason Greene
One more safety check (fixes another crash bug). Hopefully this is the last patch patch. -Jason On Mon, 2002-08-12 at 22:38, Jason Greene wrote: > Sorry, this version now includes the missing modifications to hash.h. > > -Jason > > > > On Mon, 2002-08-12 at 21:0

Re: [PATCH] hash init (Version 4)

2002-08-12 Thread Jason Greene
Sorry, this version now includes the missing modifications to hash.h. -Jason On Mon, 2002-08-12 at 21:02, Jason Greene wrote: > Here is one additional check... > > -Jason (The other one) > > On Mon, 2002-08-12 at 19:23, Jason Gloudon wrote: > > The last patch had an

Re: [PATCH] hash init (Version 3)

2002-08-12 Thread Jason Greene
Here is one additional check... -Jason (The other one) On Mon, 2002-08-12 at 19:23, Jason Gloudon wrote: > The last patch had an issue I didn't see on the test I was working against. > mark_hash() assumes the buffer_pool is always initialized, but with the patch > this is no longer the case. >