Re: Segmentation fault when compiling

2018-08-02 Thread Alex Kempshall
I've thrown some more memory at the problem. Increased actual memory from 3.5GB to 4GB. Seems to have fixed the problem. I already had 4GB of swap which I would have thought would have rolled in when the compiler needed it. For the record I'm running Slackware 14.2 - 64bit, Kernel 4.4.144

Re: Segmentation fault when compiling

2018-08-01 Thread slacka
This is not an issue specific to his environment. I'm also seeing the same seg fault on a clean Windows 32-bit debug build. $ cat autogen.input --enable-debug After a $ make clean && git pull && ./autogen.sh && make check I'm seeing: [build CUT] vcl_lifecycle [build SLC] drawinglayer [build

Re: Segmentation fault when compiling

2018-08-01 Thread julien2412
Hi, On which env and version are you? 2 things: 1) bt you can try to retrieve a backtrace by using "ulimit -c unlimited" and relaunch "make" or type "make CppunitTest_toolkit CPPUNITTRACE="gdb --args" then in gdb, just type "run" then "bt" to retrieve bt. If 1) gives nothing-> 2) build tools