App crash without "real" crash log

Hi all,

Some of my end users are facing a crash at application start on iOS 15.0. Usually, I expect them to send crash logs (.crash format / .ips), so that I can symbolicate those files and check the root cause of the crash.

This time, what they sent me is different to what I'm used to. It looks like a crash log but I don't find the real root trace linked to my app. I can see that the method abort() is called from CoreFoundation:

"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "asi" : {"CoreFoundation":[],"libsystem_c.dylib":["abort() called"],"libc++abi.dylib":[]},

And below it, a lastExceptionBacktrace:

"lastExceptionBacktrace" : [{"imageOffset":626780,"imageIndex":5},{"imageOffset":89940,"imageIndex":4},{"imageOffset":394752,"imageIndex":9},{"imageOffset":491384....}

Not sure if this is a crash caused by my app?

Hi hico, I have faced with similar crash:

`"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "asi" : {"AppleCV3D":[],"libsystem_c.dylib":["abort() called"]}`
App crash without "real" crash log
 
 
Q