lang/php53 dumps core

Reko Turja reko.turja at liukuma.net
Mon Jul 23 15:42:16 UTC 2012


From: Volodymyr Kostyrko 

> Rebuilding whole PHP without clang/gcc4.6 (my local settings) dumps core 
> with this backtrace:

>...

Maybe something like this in /etc/make.conf

.if ${.CURDIR:M*php53*}
WITH_DEBUG=YES
.endif

.if ${.CURDIR:M*php5-redis*}
WITH_DEBUG=YES
.endif

And rebuild php+extensions.

then load the corefile to gdb.

-Reko


More information about the freebsd-ports mailing list