Random background crashes

Hi,


My app is getting background crash. I have provided crash report below. Could you please suggest any solution to this crash? It happens randomly. I am not able to reproduce this by myself.


@crackr @alaska
Crash Report:


https://docs.google.com/document/d/1W1cFKvJ9rBmBe0A8P9vA2Z7aP2eBpm8w_ymHg9bMtRA/edit?usp=sharing

Replies

I tried to view your crash log but that link requires authentication. Can you fix that?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi Quinn,


Thanks for quick turn around.
I have removed the authentication.

I have removed the authentication.

Thanks. Now that I can see your crash log, it’s clear that you’re suffering from a well known issue. Check out this line in your crash report:

Termination Reason: Namespace RUNNINGBOARD, Code 0xdead10cc

You can read 0xdead10cc as deadlock, and it indicates that your app has been killed by the system because it suspended while holding a file lock of some form. See Technote 2151 Understanding and Analyzing iOS Application Crash Reports for some general background on this.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"