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

Assertion `!inSection && "Concurrent (or re-entrant) enqueue or dequeue operation detected (only one thread at a time may hold the producer or consumer role) #151

Open
sushant108 opened this issue Mar 4, 2024 · 1 comment

Comments

@sushant108
Copy link

WHy is this issue coming. If it's lockfree the two threads even if they are trying to enqueue dequeue at the same time are expected synchronized

@cameron314
Copy link
Owner

Are two or more threads enqueueing concurrently? Are two or more threads dequeueing concurrently? Please provide a sample that reproduces the problem.

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

2 participants