Nathaniel Talbott wrote:
>> This is often a symptom of a GC bug.
>
>Ah... sounds nasty. It keeps coming and going now... when it's there, it
>stays until I change the code, but once I do change the code, I never know
>if it will stay, go away, or come back. Hopefully we can squash it soon.

Perhaps if you call GC.start after every line of 
code (or at least quite frequently), you might be 
able to get the problem to happen sooner or more 
reliably.

Kevin