Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roomba being enabled causes hass to segfault #19755

Closed
cmsimike opened this issue Jan 4, 2019 · 5 comments
Closed

Roomba being enabled causes hass to segfault #19755

cmsimike opened this issue Jan 4, 2019 · 5 comments

Comments

@cmsimike
Copy link
Contributor

cmsimike commented Jan 4, 2019

Home Assistant release with the issue:
.84.6

Last working Home Assistant release (if known):
.82

Operating environment (Hass.io/Docker/Windows/etc.):
python 3 on ubuntu virtualenv
Component/platform:
Vacuum/roomba
https://www.home-assistant.io/components/vacuum.roomba/

Description of problem:
After the upgrade, with the roomba component enabled, hass segfaults

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

vacuum:
  - platform: roomba
    host: 10.18.21.120
    username: x
    password: y
    name: roomba

Traceback (if applicable):

2019-01-03 17:04:13 DEBUG (MainThread) [homeassistant.components.vacuum.roomba] Initializing communication with host 10.18.21.120
Segmentation fault (core dumped)

That is the only thing in the log

Additional information:
With the roomba config commented out, hass starts no problem.

The log for the roomba is: homeassistant.components.vacuum.roomba: debug

@drjared88
Copy link
Contributor

I am seeing the exact same issue. I am unable to find a root cause or any error messages. It just causes home assistant to hard crash.

@cmsimike
Copy link
Contributor Author

cmsimike commented Feb 2, 2019

@drjared88 thank you for the reminder, I fixed my issue. I blew away the virtualenv I had hass setup in, and recreated it. Fixed it for me. Hopefully it fixes it for you too.

I am going to close this out since my issue was solved.

@cmsimike cmsimike closed this as completed Feb 2, 2019
@drjared88
Copy link
Contributor

drjared88 commented Feb 2, 2019

Can you elaborate a little on what you did? I deleted my /srv/homeassistant folder and recreated it and reinstalled home assistant. The same issue occurred. Is this what you did?

@cmsimike
Copy link
Contributor Author

cmsimike commented Feb 2, 2019

@drjared88 yup, that's it.

@drjared88
Copy link
Contributor

@cmsimike Hmm I've tried it twice now with the same crashes everytime. Don't know what else to try...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants