cccc icon indicating copy to clipboard operation
cccc copied to clipboard

cccc segfault

Open desbma opened this issue 4 years ago • 3 comments

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.

desbma avatar Feb 02 '22 10:02 desbma

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?

sarnold avatar Mar 08 '22 19:03 sarnold

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.

desbma avatar Mar 09 '22 09:03 desbma

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.

sarnold avatar Apr 17 '22 19:04 sarnold