2024.5+: Tracking down instability issues caused by integrations

Having similar issues and I’m trying to get a hold of it.
I’ve pasted my logs in ChatGPT but was not much smarter afterwards…

We’re not alone here: Home assistant memory leak · Issue #123831 · home-assistant/core

1 Like

Thank you very much for the heads up. I went over and voted for the issue on GitHub.

Thanks for the collection of links for troubleshooting.
I would be just be missing one, which is to track a Segmentation fault issue with an integration.
We get the .fault file created when this happens, but because of the HA architecture, the dump shows multithreading/processing for all integrations so it becomes not possible to debug exactly which one caused it.

  • Any idea or post where tracing this is done that may be added to this collection for further reference?

Thanks!