Jailbreak Central - The Best Jailbreak Forum!

Full Version: Activehours
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello GeoSn0w I am wondering what in the hell causes this to make my device boot into safe mode, I don’t know what package did this but it’s annoying.
Here is the haste bin containing my recent crash log.

https://hastebin.com/vatovozepi.xml
The crash log appears to indicate 

Code:
EXC_BAD_ACCESS (SIGSEGV)

That is basically an error with the way the app was coded. It tries to read / write a memory address to which it either does not have access, or there is nothing in there (or not what it expects), so it seg faults because it goes out of its bounds. It's an error with he way the application was coded.