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

programe may hang on Android devices when mmap is enabled #32

Closed
pippocao opened this issue Nov 15, 2024 · 0 comments · Fixed by #33
Closed

programe may hang on Android devices when mmap is enabled #32

pippocao opened this issue Nov 15, 2024 · 0 comments · Fixed by #33
Assignees

Comments

@pippocao
Copy link
Collaborator

use "reliable_level:normal" will enable mmap on Android.

and due to the feature of mmap, read_cursor_ of bq::ring_buffer will surpass the value of write_cursor_ which leads to dead loop.

@pippocao pippocao self-assigned this Nov 15, 2024
@pippocao pippocao mentioned this issue Nov 15, 2024
@pippocao pippocao linked a pull request Nov 15, 2024 that will close this issue
pippocao added a commit that referenced this issue Nov 15, 2024
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

Successfully merging a pull request may close this issue.

1 participant