-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
input_thread: mixing input threads and coroutines leads to a crash #7061
Comments
Invalid Disasemble/BacktraceFollowing disasemble results points invalid reading a address
Registers
Memory mapFollowing is a memory map of fluent-bit.
|
The root cause is a race of https://github.com/nokute78/fluent-bit/tree/fix_7061 |
Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
Oops following commit is a wrong. Please ignore it... |
I sent a patch #7102 |
fixed in #7102 |
Bug Report
When an input plugin by configuration or flags set in the code uses coroutines and runs in a separate thread, there is a high chance it would crash. It seems to be related to the coroutines context handling inside the thread.
The easiest way to reproduce the issue is with this configuration (after #7060 gets merged in GIT master):
the output:
The text was updated successfully, but these errors were encountered: