-
Notifications
You must be signed in to change notification settings - Fork 28
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
segfault calling python-mbus #10
Comments
Managed to get a sort-of backtrace.
|
Further research suggests it might be this bug: https://bugs.python.org/issue11835 I'll try a Python update and see what happens. |
Okay, after Python update, same thing. I think this might be a bug in the Python package.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just running the tests that come with
python-mbus
causes the Python interpreter to segfault.libmbus
is git head as of this morning, tried both with commit widesky/libmbus@716d712 and widesky/libmbus@ef6c4be.libmbus
itself appears to work judging from the test/example programs it comes with, so it looks to be something funny withpython-mbus
.Changes to
python-mbus
:The text was updated successfully, but these errors were encountered: