Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes after 3-4 days since last build #93

Open
jsf030 opened this issue Apr 15, 2020 · 16 comments
Open

App crashes after 3-4 days since last build #93

jsf030 opened this issue Apr 15, 2020 · 16 comments
Labels
help wanted Extra attention is needed

Comments

@jsf030
Copy link
Contributor

jsf030 commented Apr 15, 2020

For some reason the app always crashes about 3-4 days after the build. Restarting the iPhone or exiting manually does not change this. This is now the case for several versions. Maybe it has something to do with memory management, the handling of the loaded data?

@mhdhejazi
Copy link
Owner

This is very strange. It never happened to me before.
I don't think it's a memory management issue. Is it still crashing?

@andricop
Copy link

Yes, same problem here with iOS 13.4.1

@jsf030
Copy link
Contributor Author

jsf030 commented Apr 23, 2020

I recompiled the app two days ago, so I won't be able to let you know until the next days. It has appeared three times so far, whenever you didn't add any features for a few days that I wanted to try and therefore didn't recompile.

@mhdhejazi
Copy link
Owner

For some reason, I'm not having this issue. The app never crashes on my phone.
Also, I can't see crash reports from your devices, so I'm not able to understand what's exactly happening. Let's see if somebody could help with more info or the steps to reproduce.

@mhdhejazi mhdhejazi added the help wanted Extra attention is needed label Apr 25, 2020
@an20olives
Copy link

an20olives commented Apr 30, 2020

Hey, this issue seems to occur randomly for some users, a lot of those who encounter it seem to be on a variation of iOS 12 with some encountering an orange screen and loading indicator in the upper right. I have seen crashing at launch and after a few days as well. I have not been able to reproduce these issues either.

Edit: Someone sent me this in regards to what they experience during the crash.

@mhdhejazi
Copy link
Owner

Seeing a crash log helps a lot. Here is how you can see crash logs from your phone:

Xcode > Window menu > Device and Simulators > Your iPhone > View Device Logs > Type "Corona" in the search field

If you find a crash log, you can export it (Right-click > Export Log) and let me take a look to figure out what causes the crash.

@jsf030
Copy link
Contributor Author

jsf030 commented Apr 30, 2020

I can't confirm that. The app crashes again, but without displaying any UI elements. I'm on the iOS Public Beta, so you can't get more up to date than this.
Will look for a log during the next build.

@an20olives
Copy link

an20olives commented May 1, 2020

Here is one of the crash logs I was sent.
https://pastebin.com/Z3ZuKf51

@mhdhejazi
Copy link
Owner

Thank you for the log!

The crash in this log is caused by a missing image (the share icon), but it doesn't make sense.
I guess this crash is caused by some app/tool installed on the jailbroken device.

@an20olives
Copy link

an20olives commented May 1, 2020

That is very odd, that was my suggestion to them, to run the app without tweaks, it seems to be a a gamble on if it works on some jailbroken devices, very odd thank you for the info.

Here is another log.

@mhdhejazi
Copy link
Owner

The second log is basically the same. Theoretically, it's impossible for this crash to happen on a normal device.

@an20olives
Copy link

Gotcha, I just wanted to send that over to make sure they were consistent crashes, thanks for looking them over. I definitely feel like a tweak could be the cause of this issue. Thank you for the information.

@andricop
Copy link

Hi,
It happened again 2 times with version 1.7 on a non-jailbroken device with iOS 13.4.1.
Nothing in the logs.
Could it be linked to the fact that the device is managed by an MDM and that the app is not signed ?

@mhdhejazi
Copy link
Owner

Not sure, but if it was a signing issue you wouldn't be able to run the app again after the crash until you fix the issue or resign the app.
It could be a memory issue, but this is just a speculation. It's hard to guess the exact reason without a crash log or being able to reproduce it.

@andricop
Copy link

Had to reinstall it again at least 3 times.
What I've noted is that each time the dev app profile linked to the app in Settings->General->Device Management has disappeared
So I'm still wondering if it's not linked to the fact that the device is managed by my company with an MDM and when it finds an unknown profile it removes it ?

@mhdhejazi
Copy link
Owner

To be honest, I have no prior experience with MDM, but I guess it could very well be the case. When the profile is removed/corrupted, the app would close instantly after you open it (because the system isn't able to decrypt the app anymore) until you remove it and reinstall again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants