-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Some client tests segfault on Linux #26
Comments
I think this is caused by this bug in Snap7, using the patch suggested the unittest no longer segfault when un-skipped. |
Bug report for Snap7 https://sourceforge.net/p/snap7/tickets/7/ Bug report for python-snap7, which consistently fails without this patch gijzelaerr/python-snap7#26
interesting, thanks for letting me know! |
Now going trough this I guess it is related to: where we try to read out garbage values which are not ready yet. The ab read functions should be modified to not convert the results and proper documentation should be added |
I guess most of the as-methods have to return a pointer and have to been checked/handled by one of the mentioned "check" methods (not implemented yet). There will be a PR either next - or after next week for that. Perhaps using |
i think we just know by now that is caused by improper usage of the as functions, so we can close this issue. |
But they don't on OSX and windows.
Not sure why. for example:
The text was updated successfully, but these errors were encountered: