Skip to content

[Bug] Fix repetitive test case in shared_memory.py #1

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

Open
CodeFinder2 opened this issue May 7, 2020 · 0 comments
Open

[Bug] Fix repetitive test case in shared_memory.py #1

CodeFinder2 opened this issue May 7, 2020 · 0 comments

Comments

@CodeFinder2
Copy link
Owner

When images are not read sufficiently fast from the consumer, image data gets corrupted. The data may be overwritten by the producer but not sure if this is really the case since this SHOULD be prevented by the system semaphores and the producer/consumer sync.

This has only been observed in the non-async Python consumer (not in the C++ variant which works threaded and, thus, sufficiently fast (?)).

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

No branches or pull requests

1 participant