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

Fix core dump when flush while the spsc queue doesn't have enough space. #398

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

Weissle
Copy link
Contributor

@Weissle Weissle commented Feb 21, 2024

No description provided.

@Weissle
Copy link
Contributor Author

Weissle commented Feb 21, 2024

Fix #397

@odygrd
Copy link
Owner

odygrd commented Mar 14, 2024

Thanks for the PR and the tests. I see this was missed when i updated the code in Logger.h to support multiple queue types. This behaviour seems fine to me, we just block on flush regardless of the queue type used

@odygrd odygrd linked an issue Mar 14, 2024 that may be closed by this pull request
@odygrd odygrd merged commit c718304 into odygrd:master Mar 14, 2024
24 of 25 checks passed
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 this pull request may close these issues.

core dump when quill::flush()
2 participants