-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
pre compressing this file --
precomp_segfault.zip
with command line --
-cn -oprecomp_tar
segfaults precomp on LInux 64
I tried to get the BT, but the debugging symbols where not there in the binary version and the one that I built from git. I tried changing the CFLAGS and added -ggdb, but the debugging symbols still got stripped. On changing the optimization levels to -O0 for all libraries, solved the problem but of course it's a bad solution.