Has anyone else run into the problem that using Garbage Collection causes your project to crash? What could cause this? I would hope that if it were running out of memory performance would just degrade, not crash. On the other hand, if it's releasing stuff early, I think that would be indicative of an incorrect implementation on Apple's part, right?