-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Frequent Crashes, usually when zooming/panning, usually soon after app start #5161
Comments
Temporary Fix:
Bug Report
If any part of the last bit, that I took away, is relevant, please aks me for the specific part you are interested in. |
Well, I think think it is very relevant that it is GrapheneOS for it comes with a security feature that make apps rather crash than allowing apps to write to memory that already has been deallocated (if I remember correctly). This is an error that can easily happen on race conditions, i.e. there is a bug in concurrency, but only in native (e.g. C++) code. GrapheneOS is all about security, and writing to memory that already has been deallocated can be a security vulnerability, hence this feature seems to be enabled by default for all apps. This app uses a third party free and open source library implemented in C++ (named tangram-es) from which this issue is originating. However, sadly, the library is not maintained anymore, so it would be pointless to report this issue in their issue tracker. This ticket contains more information about this and a possible workaround for it in #4277 (comment) . Furthermore, @Helium314 explored replacing the non-maintained library with a library named MapLibre, but work on it is frozen for the moment. See #3123 |
@westnordost Thank you so much! <3 |
The app simply closes. Sometimes I will see the ("App not responding! Force Stop?") banner from Android pop up for a ms before the app closes.
Once, I saw the apps 'Send Email to report crash" banner pop up on restart but the app crashed too soon to click it.
It usually takes a little longer to crash if the app has been open in the background for a while.
Staying zoomed in to the default zoom level makes crashes infrequent enough for the app to almost be usable.
This issue appears to be connected to the amount of solved (or uploaded) quests (possible just if the are close to your location), or the time the app has been used in total. I believe this because when I started using the app a couple of days ago I did not have any issues, I remember a crash or 2 on my second trip yesterday, and now the app is unusable for me.
In case the uploaded quest are an issue:
I uploaded them manually at the end of each trip and I did not notice crashes getting more frequent during a trip.
How to Reproduce
Versions affected
SC v53.3
Android 13 (GrapheneOS, in case that's relevant)
I am happy to provide more information as needed. This is my first bug report tho, so I might need a small explanation on where to find the information.
The text was updated successfully, but these errors were encountered: