I'm getting a crash out in the field that reports
EXC_BREAKPOINT UNKNOWN at 0x0000defe.
Is there a special significance to this address, like there is with 0x0badf00d?
I'm getting a crash out in the field that reports
EXC_BREAKPOINT UNKNOWN at 0x0000defe.
Is there a special significance to this address, like there is with 0x0badf00d?
No, it's a real issue. I googled and it seems like it is some kind of race condition.
I am also experiencing EXC_BREAKPOINT crashes with code 0x0000defe. Has anyone figured out what does it mean? For me it happens on iOS9, mostly on iPhone 5 and iPhone 5Cs. It seems to have something to do with QuartzCore and libdispatch, judging by the stacktrace, but with no hint about what it is starting it in the app.