Python dies with general protection error in libc-2.24.so

I have recently upgraded to 0.96, and i have sometimes a crash in Python (in the /var/log/kernel.log):

Jul 23 17:50:00 pc kernel: [356235.866536] traps: python[18929] general protection ip:7fc0e8c92529 sp:7ffef9f8bd00 error:0 in libc-2.24.so[7fc0e8c5e000+195000]
Jul 25 03:00:00 pc kernel: [475633.751207] traps: python[3606] general protection ip:7f896b037529 sp:7ffc20c23b20 error:0 in libc-2.24.so[7f896b003000+195000]

Docker autorestarts HA, so it doesn’t impact too much … Searching the forum i can’t find much about this one … So debugging makes it not easy, does anybody has an idea to troubleshoot this further?

Google finds this closed issue on github.
Maybe it helps! :crossed_fingers:

I found the issue too, but it doesn’t seem to be the same (that one is fine after 0.81). I will keep an eye on HA and see if i can detect a pattern (then i can start excluding stuff).

Does anybody know how to start Home Assistant with “python3-debug”? I tried with “apt-get”, but that doesn’t start :frowning:

The switch to 0.98 with the Alpine OS seems to have solved the issue.