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

output: Fix a potential crash bug of flush thread #3755

Merged
merged 1 commit into from May 24, 2022
Merged

output: Fix a potential crash bug of flush thread #3755

merged 1 commit into from May 24, 2022

Commits on May 24, 2022

  1. output: Fix a potential crash bug of flush thread

    Because `@output_flush_thread_current_position` isn't initialize before
    starting flush threads, it might cause crash when flush threads start
    to processing buffers before initializing it at main thread.
    
    Fixes #3718
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed May 24, 2022
    Copy the full SHA
    28cc886 View commit details
    Browse the repository at this point in the history