Looks like I’m having the segfault issue:
● home-assistant.service - Home Assistant
Loaded: loaded (/etc/systemd/system/home-assistant.service; enabled)
Active: failed (Result: signal) since Thu 2016-09-29 11:16:31 EDT; 9min ago
Process: 14895 ExecStart=/srv/hass/hass_venv/bin/hass -c /home/hass/ (code=killed, signal=SEGV)
Main PID: 14895 (code=killed, signal=SEGV)
Sep 29 11:16:30 raspi1 hass[14895]: DEBUG:homeassistant.components.api:STREAM 1991210648 FORWARDING <Event state_changed[L]: old_state=<state sensor.ram_free=613.1; icon=mdi:memory, friendly_name=RAM Free, unit_of_measurement=MiB @ 2016-09-29T11:16:00.594024-04:00>, new_state=<state sensor.ram_free=612.3; icon=mdi:memory, friendly_name=RAM Free, unit_of_measurement=MiB @ 2016-09-29T11:16:30.720788-04:00>, entity_id=sensor.ram_free>
Sep 29 11:16:30 raspi1 hass[14895]: DEBUG:homeassistant.components.api:STREAM 1991210648 WRITING data: {"data": {"old_state": {"last_changed": "2016-09-29T15:16:00.594024+00:00", "state": "613.1", "attributes": {"friendly_name": "RAM Free", "unit_of_measurement": "MiB", "icon": "mdi:memory"}, "last_updated": "2016-09-29T15:16:00.594024+00:00", "entity_id": "sensor.ram_free"}, "new_state": {"last_changed": "2016-09-29T15:16:30.720788+00:00", "state": "612.3", "attributes": {"friendly_name": "RAM Free", "unit_of_measurement": "MiB", "icon": "mdi:memory"}, "last_updated": "2016-09-29T15:16:30.720788+00:00", "entity_id": "sensor.ram_free"}, "entity_id": "sensor.ram_free"}, "origin": "LOCAL", "event_type": "state_changed", "time_fired": "2016-09-29T15:16:30.720957+00:00"}
Sep 29 11:16:30 raspi1 hass[14895]: DEBUG:requests.packages.urllib3.connectionpool:"GET /status/sessions?X-Plex-Token=rpqSMcH3WN8bNCpDcYjm HTTP/1.1" 200 90
Sep 29 11:16:30 raspi1 hass[14895]: INFO:homeassistant.core:Bus:Handling <Event state_changed[L]: old_state=<state sensor.ram_use=33.7; icon=mdi:memory, friendly_name=RAM Use, unit_of_measurement=% @ 2016-09-29T11:16:00.722467-04:00>, new_state=<state sensor.ram_use=34.0; icon=mdi:memory, friendly_name=RAM Use, unit_of_measurement=% @ 2016-09-29T11:16:30.851461-04:00>, entity_id=sensor.ram_use>
Sep 29 11:16:30 raspi1 hass[14895]: DEBUG:homeassistant.components.api:STREAM 1991210896 FORWARDING <Event state_changed[L]: old_state=<state sensor.ram_use=33.7; icon=mdi:memory, friendly_name=RAM Use, unit_of_measurement=% @ 2016-09-29T11:16:00.722467-04:00>, new_state=<state sensor.ram_use=34.0; icon=mdi:memory, friendly_name=RAM Use, unit_of_measurement=% @ 2016-09-29T11:16:30.851461-04:00>, entity_id=sensor.ram_use>
Sep 29 11:16:30 raspi1 hass[14895]: DEBUG:homeassistant.components.api:STREAM 1991210648 FORWARDING <Event state_changed[L]: old_state=<state sensor.ram_use=33.7; icon=mdi:memory, friendly_name=RAM Use, unit_of_measurement=% @ 2016-09-29T11:16:00.722467-04:00>, new_state=<state sensor.ram_use=34.0; icon=mdi:memory, friendly_name=RAM Use, unit_of_measurement=% @ 2016-09-29T11:16:30.851461-04:00>, entity_id=sensor.ram_use>
Sep 29 11:16:30 raspi1 hass[14895]: DEBUG:homeassistant.components.api:STREAM 1991210896 WRITING data: {"data": {"old_state": {"last_changed": "2016-09-29T15:16:00.722467+00:00", "state": "33.7", "attributes": {"friendly_name": "RAM Use", "unit_of_measurement": "%", "icon": "mdi:memory"}, "last_updated": "2016-09-29T15:16:00.722467+00:00", "entity_id": "sensor.ram_use"}, "new_state": {"last_changed": "2016-09-29T15:16:30.851461+00:00", "state": "34.0", "attributes": {"friendly_name": "RAM Use", "unit_of_measurement": "%", "icon": "mdi:memory"}, "last_updated": "2016-09-29T15:16:30.851461+00:00", "entity_id": "sensor.ram_use"}, "entity_id": "sensor.ram_use"}, "origin": "LOCAL", "event_type": "state_changed", "time_fired": "2016-09-29T15:16:30.851678+00:00"}
Sep 29 11:16:31 raspi1 hass[14895]: DEBUG:homeassistant.components.api:STREAM 1991210648 WRITING data: {"data": {"old_state": {"last_changed": "2016-09-29T15:16:00.722467+00:00", "state": "33.7", "attributes": {"friendly_name": "RAM Use", "unit_of_measurement": "%", "icon": "mdi:memory"}, "last_updated": "2016-09-29T15:16:00.722467+00:00", "entity_id": "sensor.ram_use"}, "new_state": {"last_changed": "2016-09-29T15:16:30.851461+00:00", "state": "34.0", "attributes": {"friendly_name": "RAM Use", "unit_of_measurement": "%", "icon": "mdi:memory"}, "last_updated": "2016-09-29T15:16:30.851461+00:00", "entity_id": "sensor.ram_use"}, "entity_id": "sensor.ram_use"}, "origin": "LOCAL", "event_type": "state_changed", "time_fired": "2016-09-29T15:16:30.851678+00:00"}
Sep 29 11:16:31 raspi1 systemd[1]: home-assistant.service: main process exited, code=killed, status=11/SEGV
Sep 29 11:16:31 raspi1 systemd[1]: Unit home-assistant.service entered failed state.
Man I wish I had waited. I really thought they had this fixed or would not have gone ahead with the new asynch IO in place…