home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.14k stars 30.19k forks source link

Container home-assistant/raspberrypi4-64-homeassistant crashing #127637

Open NabilHanna opened 2 hours ago

NabilHanna commented 2 hours ago

The problem

While using the Home Assistant with the Android App or in the Brtowser on a PC the connection gets lost and after a while I discovered that the docker container is restarted when this happens, so I guess something is crashing

What version of Home Assistant Core has the issue?

2024.10.1

What was the last working version of Home Assistant Core?

2024.10.0

What type of installation are you running?

Supervised

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

joostlek commented 2 hours ago

Please add logs or any other debug information you can provide

benwainwright commented 1 hour ago

This is also happening to me.

Looks like a memory leak. I've tried disabling all integrations but it keeps happening.

home-assistant.log host_2024-10-05T12-30-31.410Z.log

NabilHanna commented 1 hour ago

Here is my log home-assistant.log

joostlek commented 1 hour ago

Both are using alexa_media, please make sure you don't use version 4.13.3 as that one has massive memory leaks

benwainwright commented 1 hour ago

Ok - that makes sense. Will rolling back to 4.13.1 be fine?

have the maintainers been notified of the memory leak? I can't see anything in their issue tracker

joostlek commented 1 hour ago

Their issue tracker did explode last wednesday lol, 4.13.2 is fine

benwainwright commented 1 hour ago

Ok, thanks. And yeah - I can see they have a PR fix being tested: https://github.com/alandtse/alexa_media_player/pull/2591

joostlek commented 1 hour ago

But I guess that fixes both of your problems