You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had frequent crashes since yesterday merges. Here is how to reliably reproduce the issue:
Open and close About menu twice
Open About menu a third time
Swipe up to try to access screen 2
Watch freezes and is reset by watchdog a few seconds later
infinitime-about-menu-crash.mp4
I've bisected the problem to commit 9f15fd1. However given its content, I don't understand how it could create this crash. Maybe it's a problem with some completely unrelated part of the code which only becomes visible after this commit due to some timing or memory position constraint?
Could someone with a dev kit and SWD access please see if they manage to get more info about what is creating the above crash?
In case this bug is memory location dependent and strings with file path in the firmware change the behavior, here is my version of the above commit.
I've had frequent crashes since yesterday merges. Here is how to reliably reproduce the issue:
infinitime-about-menu-crash.mp4
I've bisected the problem to commit 9f15fd1. However given its content, I don't understand how it could create this crash. Maybe it's a problem with some completely unrelated part of the code which only becomes visible after this commit due to some timing or memory position constraint?
Could someone with a dev kit and SWD access please see if they manage to get more info about what is creating the above crash?
In case this bug is memory location dependent and strings with file path in the firmware change the behavior, here is my version of the above commit.
Thanks a lot for your help!