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

tools: cio: fix SIGSEGV due to incompatible argument types #9

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

fujimotos
Copy link
Member

@fujimotos fujimotos commented Dec 21, 2018

Right now, running tools/cio instantly fails with SIGSEGV:

$ echo test | tools/cio -i -s stdin -v -r cio
[cio] caught signal (SIGSEGV)
Aborted

Evidently this is caused by b204911 that has modified the log function
interface, but forgot to update the implementation in tools/cio.c.

Part of fluent/fluent-bit#960

Right now, running `tools/cio` instantly fails with SIGSEGV:

    $ echo test | tools/cio -i -s stdin -v -r cio
    [cio] caught signal (SIGSEGV)
    Aborted

Evidently this is caused by b204911 that has modified the log function
interface, but forgot to update the implementation in `tools/cio.c`.
@edsiper edsiper merged commit 26bd83c into fluent:master Jan 7, 2019
@fujimotos fujimotos deleted the sf/fix-segv branch January 8, 2019 05:29
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.

2 participants