home-assistant / addons

:heavy_plus_sign: Docker add-ons for Home Assistant
https://home-assistant.io/hassio/
Apache License 2.0
1.51k stars 1.46k forks source link

segfault in libqt-openzwave.so when trying to connect to ozwadmin #1712

Closed JackJensen closed 3 years ago

JackJensen commented 3 years ago

The problem

When trying to connect to OpenZWave via VNC or from the home assistant add on I consistently get an error on the server and vnc shuts down the connection.

Problem seems to be similar to #1474, but it is in another module.

I tried to restart/reboot/cold start Home Assistant, but the problem persists. Also tried to start ozw after home assistant was fully started, but still same issue.

Environment

Running on INTEL-NUC

Problem-relevant configuration

Traceback/Error logs

[169.449657] ozwadmin[8203]: segfault at 560000002a ip 00007f0c42194a6b sp 00007ffc447cbe00 error 4 in libqt-openzwave.so.1.2.0[7f0c42189000+62000]
[169.449752] Code: ff 48 81 c4 78 04 00 00 5b 5d 41 5c 41 5d 41 5e 41 5f c3 48 83 ef 10 e9 b7 f7 ff ff 90 41 57 41 56 41 55 41 54 55 48 83 ec 30 <44> 8b 67 28 64 48 8b 04 25 28 00 00 00 48 89 44 24 28 31 c0 41 39
[169.449853] audit: type=1701 audit(1607887120.334:176): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=8203 comm="ozwadmin" exe="/usr/local/bin/ozwadmin" sig=11 res=1

Additional information

JackJensen commented 3 years ago

My mistake. Used Local Client instead of Remote OZW Daemon.