Investigating CFNetwork Crashes

We've observed intermittent crashes in our production environment, pls help to take a look at this, thx

Answered by DTS Engineer in 828599022

That doesn’t look like an Apple crash report. I can’t do much with third-party crash reports and, more to the point, I don’t trust them. See Implementing Your Own Crash Reporter for an explanation as to why.

Do you have an Apple crash report for this? Preferably one in JSON (.ips) format? If so, please post it.

If not, that’s about as far as I can take this, and my advice from the previous post stands.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

This is almost certainly a memory corruption issue. I recommend that you deployment the standard memory debugging tools to see if it makes the problem more reproducible.

Also, if you can post a full crash report — see Posting a Crash Report — I might be able to learn more from that.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

thx for your response.

here is a full crash file, hope it's helpful.

That doesn’t look like an Apple crash report. I can’t do much with third-party crash reports and, more to the point, I don’t trust them. See Implementing Your Own Crash Reporter for an explanation as to why.

Do you have an Apple crash report for this? Preferably one in JSON (.ips) format? If so, please post it.

If not, that’s about as far as I can take this, and my advice from the previous post stands.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Investigating CFNetwork Crashes
 
 
Q