cccc segfault
cccc segfaults almost instantly when running: find ~/big_source_tree -type f -name '*.c' | cccc -. This also occurs when running find ~/big_source_tree -type f -name '*.c' -print0 | xargs -r0 cccc.
The source tree is from OpenWRT, following the build instructions in https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem#build_system_usage
I'm on Debian Sid, cccc installed from the official package.
There are current packages in this PPA: https://launchpad.net/~nerdboy/+archive/ubuntu/embedded/+packages
Can you try pulling the source from there ^^ and build the package?
Can you? I don't understand why you redirect me to a PPA when I open an issue in your repository. Does the PPA carry patches this repository does not? If this repository is unmaintained, you should clearly state so.
Anyway I was evaluating this tool, but I am now unlikely to spend time on this so you can close/ignore this if you don't have time either.
What I meant was, the "official" deb packages are old whereas the PPA packages match the latest release from this repo. Those old packages did not come from here so i was trying to get you to upgrade and see if that works for you.