RE: [PHP-DEV] maybe serious error in RC3 memory manager

2001-11-26 Thread Andi Gutmans
At 02:06 PM 11/26/2001 +, Sam Liddicott wrote: >I think it should; turning off fast-cache was just a quick fix which I >haven't tried in case it slows down access to all those array items; not >being sure what fast cache is actually for. I turned it off for now. Basically the fast-cache allo

RE: [PHP-DEV] maybe serious error in RC3 memory manager

2001-11-26 Thread Sam Liddicott
> -Original Message- > From: Stig Venaas [mailto:[EMAIL PROTECTED]] > Sent: 26 November 2001 10:22 > To: Oleg Khimich > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] maybe serious error in RC3 memory manager > > > On Mon, Nov 26, 2001 at 11:38:52AM +0200,

Re: [PHP-DEV] maybe serious error in RC3 memory manager

2001-11-26 Thread Stig Venaas
On Mon, Nov 26, 2001 at 11:38:52AM +0200, Oleg Khimich wrote: > On my FreeBSD 4.3 php4.1.0rc3 not failing, but message "maximum execution time..." >appeared. > PHP4.2.0-dev core dumped after some time. Good to see I'm not the only one. I see now that I should have read the "CGI quick cleanup" th

Re: [PHP-DEV] maybe serious error in RC3 memory manager

2001-11-26 Thread Oleg Khimich
Hello! >> It's not a new issue, is it? (trying to figure out whether this is a show >> stopper for 4.1.0 or not) >I can't reproduce it with 4.0.6, and some of the relevant code have >changed. AFAICS the solution should be to remove the timeout handler >earlier in the shutdown process (like I t

Re: [PHP-DEV] maybe serious error in RC3 memory manager

2001-11-24 Thread Stig Venaas
Bug #13437 seems to be the same problem. I think it might be solved like I said in my previous mail. Stig -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mai

[PHP-DEV] maybe serious error in RC3 memory manager

2001-11-24 Thread Stig Venaas
Hi I don't know for sure yet, but wanted to warn you. I'm digging into this, but right now I have a script that runs for a long time after the last line in the script is executed, and then it segfaults with: Fatal error: Maximum execution time of 30 seconds exceeded in Unknown on line 0 Progr

Re: [PHP-DEV] maybe serious error in RC3 memory manager

2001-11-24 Thread Zeev Suraski
The chances that it's in the memory manager are very very slim... The memory manager is a poor component - if there's a bug anywhere in PHP, the crash is very likely to appear to point at the memory manager :) Does this script use any fancy modules? Zeev At 17:22 24/11/2001, Stig Venaas wro