Skip to content

Fail with "cnip: preprocessor invocation failed" on large file #9

Description

@malbarbo

Description

Generate a large large file:

for i in $(seq 1 100000); do echo "int i$i;" >> a.c; done

Run cnip:

./cnip a.c

Get the error:

cnip: preprocessor invocation failed

Version

commit cb578e9d10c2cc67980e9f383f9afd542f784e17 (HEAD -> master, origin/master, origin/HEAD)
Author: Leandro T. C. Melo <ltcmelo@gmail.com>
Date:   Mon Feb 22 10:24:11 2021 -0300

    add Psyche-C logo

Expected behavior

I would expect cnip run without any error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions