terra-sync / cnc

Seamless Database Replication tool
GNU General Public License v3.0
4 stars 2 forks source link

Segmentation fault on GCC (trunk) version 14.0.0 #8

Closed charmitro closed 5 months ago

charmitro commented 6 months ago
$ gcc -v
Using built-in specs.
COLLECT_GCC=/home/charmitro/gcc-trunk/bin/gcc
COLLECT_LTO_WRAPPER=/home/charmitro/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/14.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc/configure --enable-languages=c,c++ --prefix=/home/charmitro/gcc-trunk/ --disable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.0 20231214 (experimental) (GCC)

$ ./cnc -f test.yaml
test.yaml
libcyaml:   ERROR: Segmentation fault
charmitro commented 5 months ago

This does not occur with our new config system using libinih. Closing.