jrgemignani commented on issue #1170: URL: https://github.com/apache/age/issues/1170#issuecomment-1691937601
@I33Buckler I would add that this `Segmentation fault` may be an issue with `clang ` and not necessarily AGE because `clang ` is what is crashing - ``` 1073 COMPILE.c.bc = $(CLANG) -Wno-ignored-attributes $(BITCODE_CFLAGS) $(CPPFLAGS) -flto=thin -emit-llvm -c 1074 endif 1075 1076 ifndef COMPILE.cxx.bc 1077 COMPILE.cxx.bc = $(CLANG) -xc++ -Wno-ignored-attributes $(BITCODE_CXXFLAGS) $(CPPFLAGS) -flto=thin -emit-llvm -c 1078 endif 1079 1080 %.bc : %.c 1081 $(COMPILE.c.bc) -o $@ $< ``` ``` /usr/bin/clang-14 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -O2 -I.//src/include -I.//src/include/parser -I. -I./ -I/usr/include/postgresql/15/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o src/backend/age.bc src/backend/age.c make: *** [/usr/lib/postgresql/15/lib/pgxs/src/makefiles/../../src/Makefile.global:1081: src/backend/age.bc] Segmentation fault ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org