Additional info:
Just started using zwave in my HASS setup. Randomly the application segfaults:
from dmesg:
[Wed Jun 29 00:15:33 2016] python[20536]: segfault at 215 ip 00007f3d35d3c4bc sp 00007f3d08ff8870 error 6 in libopenzwave.cpython-34m.so[7f3d35c1c000+1b5000]
[Wed Jun 29 16:08:58 2016] python[18487]: segfault at 215 ip 00007f05183354bc sp 00007f04caffc870 error 6 in libopenzwave.cpython-34m.so[7f0518215000+1b5000]
[Thu Jun 30 17:58:18 2016] python[5253]: segfault at 215 ip 00007faf7e7fe4bc sp 00007faf677fd870 error 6 in libopenzwave.cpython-34m.so[7faf7e6de000+1b5000]
[Fri Jul 1 08:49:44 2016] python[9442]: segfault at 215 ip 00007f193cb304bc sp 00007f18f1ffa870 error 6 in libopenzwave.cpython-34m.so[7f193ca10000+1b5000]
From logs: (container automatically restarts when crashed so logs before and after crash)
Home Assistant release (
hass --version
): 0.22.1 via dockerPython release (
python3 --version
): Python 3.4.4Component/platform: zwave
Description of problem: HASS crashes with segfault
Expected: Not crash because of zwave ;(
Problem-relevant
configuration.yaml
entries and steps to reproduce:Additional info: Just started using zwave in my HASS setup. Randomly the application segfaults:
from dmesg:
From logs: (container automatically restarts when crashed so logs before and after crash)