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.
cccc segfaults almost instantly when running:
find ~/big_source_tree -type f -name '*.c' | cccc -. This also occurs when runningfind ~/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.