On Thu, 12 Oct 2000, Shugo Maeda wrote: > > * Is there any way I can make this happen by not handling Data_Wrap_Struct > > in the right way? I have a number of extension libraries and I'm not sure > > I setup the mark functions in the right way. > > If your struct has VALUE members, you have to mark the members by > rb_gc_mark() in the mark functions. Otherwise such members will > be collected as garbage. > Hi and thanks, I didn't do this in one of my extensions so this might be the cause of my problems. The bug haven't shown up again so I think this solved it. If not I'll get back to you... ;-) Regards, Robert