Re: Kaffe/Alpha - bug fix ? finally?

2000-10-10 Thread abnay
On Mon, 09 October 2000, Archie Cobbs wrote: It's good to hear that your assertion failure was fixed, but your fix sortof doesn't make sense. "osize" is the correct thing to copy there, because the original memory region presumably was only "osize" bytes long. Pardon me if I am being dumb.

Re: Kaffe/Alpha - bug fix ? finally?

2000-10-10 Thread Archie Cobbs
[EMAIL PROTECTED] writes: On Mon, 09 October 2000, Archie Cobbs wrote: It's good to hear that your assertion failure was fixed, but your fix sortof doesn't make sense. "osize" is the correct thing to copy there, because the original memory region presumably was only "osize" bytes long.

Re: Kaffe/Alpha - bug fix ? finally?

2000-10-10 Thread Timothy Stack
Finally it seems like I might have fixed the assertion failure that has been bothering me on my Linux/Alpha box. which assert? In gcRealloc():kaffe/kaffevm/mem/gc-incremental.c line 1026 it looks like the size of memcpy should be size instead of osize. If the osize (original/old size ?)

Re: Kaffe/Alpha - bug fix ? finally?

2000-10-09 Thread Archie Cobbs
[EMAIL PROTECTED] writes: Finally it seems like I might have fixed the assertion failure that has been bothering me on my Linux/Alpha box. In gcRealloc():kaffe/kaffevm/mem/gc-incremental.c line 1026 it looks like the size of memcpy should be size instead of osize. If the osize