Created attachment 153365 [details] build log Instead of a linker error like before, this time it segfaults during build process. Output of `uname -a`: FreeBSD chateau.d.if 10.1-RELEASE-p5 FreeBSD 10.1-RELEASE-p5 #2 r278025: Sun Feb 1 15:57:20 IST 2015 root@chateau.d.if:/usr/obj/usr/src/sys/CHATEAU amd64 Let me know if you need any other information. Thanks, Ashish
Auto-assigned to maintainer olgeni@FreeBSD.org
Created attachment 153366 [details] gdb backtrace from the core-file I've also attach gdb backtrace from the core-file. HTH
Also I forgot to mention building `--enable-boehm=included' instead of `--enable-boehm=system' works. HTH
Does it still crash if you disable THREADS?
(In reply to Jimmy Olgeni from comment #4) > Does it still crash if you disable THREADS? Nope, it builds fine without THREADS option.
Sorry, I just realized I built devel/boehm-gc-threaded with PARALLEL_MARK option enabled. After installing boehm-gc-threaded with that option disabled, and building lang/ecl does not segfault any more. This PR can be closed. Thanks!
Good news :) thanks!