-
Notifications
You must be signed in to change notification settings - Fork 21
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
Crashlog 1.6.1 #218
Comments
Thanks for reporting this. I have decoded the stack trace and will log it here for reference as we decide how to fix...
and...
|
Just to document my thoughts here, @jgstroud. This is somewhat disconcerting. The crash is inside the The second, longer, stack dump shows it inside a call to But the first, shorter, stack dump shows the crash occurring from within So, we can avoid the second crash by removing the call from crash callback, but what caused the first one? Humm. @mgrimace I would like you to monitor please and see if this occurs again. David. |
Of course, I’ll update if it does happen again - as it is no further crashes on my end. |
Both my RATGDO's crashed at the same time with the same error. The cause was my powering off my Apple TV as I rearranged my electrical connections (we have seen this before and may be something we just have to live with) But that the But, @jgstroud , I think we should revert back to just tracking available free memory and not tracking heap fragmentation. We've not seen any evidence that fragmentation is an issue, and David. |
I'm good with removing the heap stats. I've tried to reproduce the Apple hub reboot crash while capturing all network traffic and console logs. Unfortunately, I was never able to forcefully reproduce it. I may need to put back my continuous packet capture so I can catch the failure. |
Reverting heap stats is part of PR #220 |
Ok, had an additional crash, near as I can tell it was 8/6/2024, 9:30:15 PM based on ‘last reboot’ and uptime counter (I never manually rebooted it):
|
And to clarify the crash, as far as I can tell I had no real practical negative effect in my daily usage, just checked the web UI and noticed it. |
I'm currently of the opinion, and I think @dkerr64 agrees, that as long as the device recovers gracefully, we probably won't fix these issues given the rarity of the events. However, we do still appreciate the logs, and they may become helpful if we do decide we need to fix it. |
Of course, that makes perfect sense. I’ll keep providing them (if there’s more) simply as data, and FWIW my intention isn’t for a ‘fix’ but to share and contribute however I can. |
Looks to be in the WiFi stack, decodes below. But yes, we always seem to recover so occasional crashes looks like something we just have to live with.
|
removed calls to getHeapStats in v1.7 |
Hello, 2 crashes after update from 1.50 -> 1.61. Discovered after no response from siri/home app. Appears working as expected now. Hopefully these are helpful:
The text was updated successfully, but these errors were encountered: