danj's sequences have a bunch of Text effects. kevin: when it's crashing, do you have a bunch of text effects?
I just committed a change that I HOPE will help. Text effects have to be rendered on the main thread due to using the OS rendering calls to get the text information and render the text and such. Thus, we pop a message on the main thread to have it do it's thing. We had a timeout in there of 1/2 a second (that's per frame BTW) at which point it would continue on. However, I kind of realized that if it continues on, it's pretty much guaranteed to crash. Thus, I just removed the timeout. On slower machines, maybe it does take longer to render than I expected. Don't really know.