From: rickhg12hs Date: 2006-08-13T01:40:06+09:00 Subject: Re: Trouble squashing Ruby bug > I'm writing a c++ Ruby extension that seems to be running into some > kind of a memory issue. Whether you are using SWIG or not, their Ruby memory management documentation may be helpful. It was for me. http://www.swig.org/Doc1.3/Ruby.html#Ruby_nn57 Good luck!