At the very beginning of my app, I try to load every UIDocument to get a little preview of their contents. This works very well most of the time, but sometimes I get a crash right after loading a UIDocument. My problem is that I have no idea how to interpret the crash. I don't even know for sure if it is related to the handling of a UIDocument (Thread 6 and 7 were concerned with UIDoc, but Thread 8 seems to have caused the crash).
If somebody could help me to interpret this, I'd be very grateful:
I have breakpoints on on all exceptions, but the debugger won't stop at a specific line of code.