I think the bug in your code is that you should not iterate the mutator list to assign block->free. I guess you copied the code from gc_gen_iterate_heap(), but this function is called when there is no collection.
So please try to remove that piece of code. Thanks, xiaofeng On Jan 30, 2008 2:08 PM, Yuri Kashnikoff <[EMAIL PROTECTED]> wrote: > Sorry, it was my fault. Please, don't answer for previous letter. > Now first insertion works fine and execution fails in second. > > -- > > Yuri S. Kashnikov > Novosibirsk State University, Russia > 2 Pirogova street > 630090, Novosibirsk-90 > [EMAIL PROTECTED] > -- http://xiao-feng.blogspot.com
