Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
Volodymyr Kostyrko wrote: On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. FreeBSD kohrah.xim.bz 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0 r236967: Tue Jun 12 22:25:24 EEST 2012 arc...@k

Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
Reko Turja wrote: 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 An

Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
Olli Hauer wrote: 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 meanw

Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
drich wrote: php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: Hmmm... you might try moving memcache.so to the top of the list. Impossible -

Re: lang/php53 dumps core

2012-07-23 Thread drich
On 23.07.2012 08:00, Volodymyr Kostyrko wrote: > Reko Turja wrote: > > php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? >> >>> No. Here is full extension list: >> Hmmm.

Re: lang/php53 dumps core

2012-07-23 Thread Olli Hauer
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 correct

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
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.

Re: lang/php53 dumps core

2012-07-23 Thread Steven Hartland
- Original Message - From: "Volodymyr Kostyrko" ... Pulling in. Dumps core. 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. Regards Steve

Re: lang/php53 dumps core

2012-07-23 Thread Reko Turja
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+extensio

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Volodymyr Kostyrko wrote: Florian Smeets wrote: On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: I tried full rebuild co

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Reko Turja wrote: php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: Hmmm... you might try moving memcache.so to the top of the list. Impossib

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Florian Smeets wrote: On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: I tried full rebuild confident that everything sho

Re: lang/php53 dumps core

2012-07-23 Thread Reko Turja
-Original Message- From: Volodymyr Kostyrko php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: Hmmm... you might try moving memcache.

Re: lang/php53 dumps core

2012-07-23 Thread Florian Smeets
On 07/23/2012 16:37, Volodymyr Kostyrko wrote: Ruslan Mahmatkhanov wrote: Hi, Volodymyr Kostyrko wrote on 23.07.2012 17:37: Hi all. On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly.

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Ruslan Mahmatkhanov wrote: Hi, Volodymyr Kostyrko wrote on 23.07.2012 17:37: Hi all. On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full ex

Re: lang/php53 dumps core

2012-07-23 Thread Ruslan Mahmatkhanov
Hi, Volodymyr Kostyrko wrote on 23.07.2012 17:37: Hi all. On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? -- Regards, Ruslan Tinderboxing kills... the dr

Re: lang/php53 dumps core

2012-07-23 Thread Reko Turja
From: Volodymyr Kostyrko On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. What other data I should collect to file a PR? Or is this just a memory problem? Most probably it's php e

Re: lang/php53 dumps core

2012-07-23 Thread Radim Kolar
CVE-2012-2688 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Hi all. On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. FreeBSD kohrah.xim.bz 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0 r236967: Tue Jun 12 22:25:24 EEST 2012 arc...@kohrah.xim.bz: