Re: PHP segmentation faults

2011-09-30 Thread Attos
There is a thread in the archive that discusses this issue. The thread subject is "php5-5.3.6_1 with Segmentation fault (amd64)" Check item 101 in the following page: http://docs.freebsd.org/mail/archive/2011/freebsd-ports/20110703.freebsd-ports.html Hope this works. Cheers On Fri, Sep 30, 2011

Re: PHP segmentation faults

2011-09-30 Thread Moggie
On 30/09/2011 08:10, Alex Dupre wrote: Moggie ha scritto: Unfortunately, for some time now, PHP scripts have been producing segmentation faults when executed on one of our systems :( Have you enabled LINK_THR option in php port? The LINK_THR option was not enabled. I've just enabled it and

Re: PHP segmentation faults

2011-09-30 Thread Alex Dupre
Moggie ha scritto: > Unfortunately, for some time now, PHP scripts have been producing > segmentation faults when executed on one of our systems :( Have you enabled LINK_THR option in php port? -- Alex Dupre ___ freebsd-ports@freebsd.org mailing list h

Re: PHP segmentation faults

2011-09-29 Thread Moggie
On 29/09/2011 20:54, johan Hendriks wrote: Op 29-09-11 19:29, Moggie schreef: Hi, Unfortunately, for some time now, PHP scripts have been producing segmentation faults when executed on one of our systems :( Various posts found via google suggested reinstalling all the PHP ports and/or using

Re: PHP segmentation faults

2011-09-29 Thread Moggie
On 30/09/2011 00:58, Jase Thew wrote: On 29/09/2011 18:29, Moggie wrote: Hi, Unfortunately, for some time now, PHP scripts have been producing segmentation faults when executed on one of our systems :( Various posts found via google suggested reinstalling all the PHP ports and/or using a scri

Re: PHP segmentation faults

2011-09-29 Thread Jase Thew
On 29/09/2011 18:29, Moggie wrote: Hi, Unfortunately, for some time now, PHP scripts have been producing segmentation faults when executed on one of our systems :( Various posts found via google suggested reinstalling all the PHP ports and/or using a script to re-order the PHP extension modules

Re: PHP segmentation faults

2011-09-29 Thread Łukasz Wąsikowski
W dniu 2011-09-29 19:29, Moggie pisze: > mhash Are you using apache-worker? Try to disable that module. -- best regards, Lukasz Wasikowski ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscrib

Re: PHP segmentation faults

2011-09-29 Thread Mark Foster
Try using xdebug (another php module) it will produce a stack trace when it segfaults. On 09/29/2011 10:29 AM, Moggie wrote: > Hi, > > Unfortunately, for some time now, PHP scripts have been producing > segmentation faults when executed on one of our systems :( > > Various posts found via google

Re: PHP segmentation faults

2011-09-29 Thread johan Hendriks
Op 29-09-11 19:29, Moggie schreef: Hi, Unfortunately, for some time now, PHP scripts have been producing segmentation faults when executed on one of our systems :( Various posts found via google suggested reinstalling all the PHP ports and/or using a script to re-order the PHP extension modu

PHP segmentation faults

2011-09-29 Thread Moggie
Hi, Unfortunately, for some time now, PHP scripts have been producing segmentation faults when executed on one of our systems :( Various posts found via google suggested reinstalling all the PHP ports and/or using a script to re-order the PHP extension modules, but all so far without success