On 2012-07-23 20:15, Volodymyr Kostyrko wrote: > Steven Hartland wrote: >> Silly question did you build with LINKTHR enabled? >> >> If not try with it enabled as a number of common modules >> require it and result in random crashes without it. > > Long time default for me. I don't remember correctly why for but long time > ago this fixed something for me. >
Try starting with an empty extensions.ini and do the following test, if php coredumps it will mostly also cordump on the command line with the following tests. $> php -ie $> php -nme $> php -me Next do the same test with always only one extension enabled. If you got meanwhile a coredump then you know the single extension which dumps, else can be a combination of extensions or the load order. -- good luck olli _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
