Skip to content

Would it be possible to increase MAX_OUTPUT_LEN? #4782

@JarLob

Description

@JarLob

My typical configuration in cifuzzlite is -jobs=2 workers=2 -fork=1. However I have noticed that sometimes logs contain only information from one of the workers.

The libfuzzer workers dump whole fuzzing log to stderr at once. Looks like it doesn't work nicely because of the max_stdout_len=MAX_OUTPUT_LEN set in clusterfuzz.
I'm not sure why there is this max len in the first place. Would it be possible to increase it?

/cc @jonathanmetzman

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions