View Single Post
Okay, sounds like it isn't likely to be the memory space exhaustion issue, which is too bad, because that has an easy fix — don't do that :-)

Sometimes a stack trace (such as the crash report provides) will pin the failure down to a point in the code where it is possible to diagnose and fix the issue without reproducing it.

If the problem occurs frequently (so that after a certain period of time going by without a crash, you can be confident that it isn't going to happen), you can try creating another user account on your Mac, don't copy over any preferences, plug-ins, etc. and use it there for a while. If the crashes don't happen, then you know it is something about your environment in the original account, and can try moving things over one at a time to see what causes them to start again.