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

Memory Synchronisation Issue in FiFo #119

Closed
elfenpiff opened this issue Jun 2, 2020 · 0 comments
Closed

Memory Synchronisation Issue in FiFo #119

elfenpiff opened this issue Jun 2, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@elfenpiff
Copy link
Contributor

Required information

Operating system:
Every Operating System on a weak or C++ memory model

Compiler version:
All compiler

Observed result or behaviour:
The data which is pushed into the fifo is not synchronised with a different thread which pop's it out of the fifo.

Expected result or behaviour:
The data has to be synchronised.

Conditions where it occurred / Performed steps:
Unknown

@elfenpiff elfenpiff added the bug Something isn't working label Jun 2, 2020
@elfenpiff elfenpiff self-assigned this Jun 2, 2020
elfenpiff added a commit to elfenpiff/iceoryx that referenced this issue Jun 2, 2020
Signed-off-by: Christian Eltzschig <christian.eltzschig2@de.bosch.com>
elfenpiff added a commit to elfenpiff/iceoryx that referenced this issue Jun 2, 2020
Signed-off-by: Christian Eltzschig <christian.eltzschig2@de.bosch.com>
elfenpiff added a commit to elfenpiff/iceoryx that referenced this issue Jun 3, 2020
Signed-off-by: Christian Eltzschig <christian.eltzschig2@de.bosch.com>
elfenpiff added a commit that referenced this issue Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant