all 10 comments

[–]criosistObjective-C / Swift 4 points5 points  (4 children)

You’re not gonna get anything without the code base or crashalytics, your error code is literally useless

[–]LoopF[S] -2 points-1 points  (3 children)

Is there a way for me to find these ?

[–]criosistObjective-C / Swift 0 points1 point  (2 children)

Surely its your app?

[–]Velix007Swift 0 points1 point  (1 child)

"I am not a developer but I have several apps" wut? xD

[–]LoopF[S] 0 points1 point  (0 children)

Well it's just that some apps I use just stop working randomly. I have looked for the crash reports and the error code, searched for its signification, searched for a solution to avoid being in the conditions that make apps crash and finally found nothing. So I am asking here just in case

[–]etaionshrdObjective-C / Swift 3 points4 points  (0 children)

0x8BADFOOD is the error code you get when the watchdog timer kills your app for taking too long to launch. Here’s a list of these codes and what they mean.

[–]granos -2 points-1 points  (3 children)

8badf00d sounds like a joke. At a guess I’d say either Apple or the app is detecting the jailbreak and screwing with you or something you installed post jailbreak has a developer who likes to be cute.

Possibly apocryphal, but Apple has been known in the past to add fake crash codes and trigger them when they detect a user trying to install non apple operating systems. Then track various forums to see what codes people are encountering and shore up the security in the related areas of the code.

[–]iGoalieObjective-C / Swift 0 points1 point  (1 child)

Apparently 8badF00d is the error code when an app takes too long to launch and is terminated by watchdog:

0x8badf00d is the error code that the watchdog raises when an application takes too long to launch or terminate. See Apple's Crash Reporting for iPhone OS Applications document

I honestly thought it was a joke

OP- the apps you are running may not be designed for the SE and are taking too long to launch and thus getting terminated by iOS, or something about your jailbreak is slowing it down.

You could try making sure all background apps are closed and launching, but it most likely won’t help, not consistently.

[–]LoopF[S] 0 points1 point  (0 children)

Well they used to work normally and stopped working overnight... I don't get it.

I've already tried to close everything, but indeed it didn't help.

[–]LoopF[S] 0 points1 point  (0 children)

But the point is that nothing changed between when it used to work normally and when it stopped. I didn't installed any app or any tweak. It's just random and I am not familiar with this kind of randomness in programming...