Among the JetsamEvents produced while my sons were trying to get minecraftpe 0.16.0 to work are two actual NULL deference crashes, which I'm attaching. The crash point is within minecraftpe so it'll be necessary to symbolicate against the actual minecraftpe dSYMs.
Attachments
Comments 2
I can speak with some authority that this is not a dup of MCPE-17695. It can't make sense for a NULL dereference crash to be the same immediate cause as a foreground jetsam event. A foreground jetsam event means that iOS determined that it was in a critical page shortage, so bad that it had to terminate the frontmost app. A NULL dereference is a seg fault.
For this bug report, the correct next steps are to symbolicate the crash log with Xcode and the dSYM from when 0.16.0.5 was built, and examine the code to try to reconstruct why it was dereferencing a NULL pointer at that crash point.
Please do not create duplicate tickets.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Feedback – 📖 Game Wiki