From: Greg Fodor Date: 2007-05-23T11:55:05+09:00 Subject: Re: Confusing array garbage collection, how to get valid heap snapshot? On May 22, 7:00 pm, Yukihiro Matsumoto wrote: > > It sometimes happens. I am afraid the array address is pointed from > somewhere in the machine stack. > > matz. Ah. Could I get some pointers in the source to look to better understand this dynamic? (How and why this stack is retained within ruby after the return of the ruby method?) -Greg