Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Richard Lynch
On Tue, April 24, 2007 3:22 pm, Derick Rethans wrote: > On Tue, 24 Apr 2007, Pawe? Stradomski wrote: > >> Derick Rethans wrote: >> > On Tue, 24 Apr 2007, David Lindstrom wrote: >> > > Still, PHP should never segfault? >> > >> > Almost never... stack overflows are "okay". >> > >> >> I' ve run into P

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Richard Lynch
On Tue, April 24, 2007 2:40 pm, Pawe³ Stradomski wrote: > Derick Rethans wrote: >> On Tue, 24 Apr 2007, David Lindstrom wrote: >> > Still, PHP should never segfault? >> >> Almost never... stack overflows are "okay". >> >> regards, >> Derick >> > > I' ve run into PHP segfaulting (infinte loop of two

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Richard Lynch
On Tue, April 24, 2007 11:16 am, Rasmus Lerdorf wrote: > Chris Malton wrote: >> // secure variables from outside >> $modxtags = array('@]*?>.*?@si', >> '@&#(\d+);@e', >> '@\[\[(.*?)[EMAIL PROTECTED]', >> '@\[!(.*?)[EMAIL PROTECTED]', >>

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Derick Rethans
On Tue, 24 Apr 2007, Pawe? Stradomski wrote: > Derick Rethans wrote: > > On Tue, 24 Apr 2007, David Lindstrom wrote: > > > Still, PHP should never segfault? > > > > Almost never... stack overflows are "okay". > > > > I' ve run into PHP segfaulting (infinte loop of two constructors) recently > an

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Paweł Stradomski
Derick Rethans wrote: > On Tue, 24 Apr 2007, David Lindstrom wrote: > > Still, PHP should never segfault? > > Almost never... stack overflows are "okay". > > regards, > Derick > I' ve run into PHP segfaulting (infinte loop of two constructors) recently and I think it should not happen in any case

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Derick Rethans
On Tue, 24 Apr 2007, David Lindstrom wrote: > Still, PHP should never segfault? Almost never... stack overflows are "okay". regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, vis

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread David Lindstrom
Still, PHP should never segfault? "Chris Malton" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Antony Dovgal wrote: >> Please try the latest snapshot available at http://snaps.php.net. >> If you're still able to reproduce the problem using the snap, please >> provide a short (

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Chris Malton
Antony Dovgal wrote: > Please try the latest snapshot available at http://snaps.php.net. > If you're still able to reproduce the problem using the snap, please > provide a short (max 20-30 lines long) but complete reproduce script. > Thanks in advance. > Can reproduce on 200704241430 snapshot (to

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Antony Dovgal
On 04/24/2007 08:13 PM, Chris Malton wrote: Antony Dovgal wrote: What's in modx/index.php ? Looking at the backtrace, I'd say there is an infinite loop. I have pasted the modx/index.php file above, but it includes so many files, you might want to download it from http://www.modxcms.com Plea

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Rasmus Lerdorf
Chris Malton wrote: > // secure variables from outside > $modxtags = array('@]*?>.*?@si', > '@&#(\d+);@e', > '@\[\[(.*?)[EMAIL PROTECTED]', > '@\[!(.*?)[EMAIL PROTECTED]', > '@\[\~(.*?)[EMAIL PROTECTED]', > '@

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Chris Malton
Antony Dovgal wrote: >>> What's in modx/index.php ? >>> Looking at the backtrace, I'd say there is an infinite loop. http://modxcms.com/ ** Originall based on Etomite by Alex Butter ***

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Antony Dovgal
On 04/24/2007 07:43 PM, Chris Malton wrote: Antony Dovgal wrote: On 04/24/2007 10:41 AM, Chris Malton wrote: Here's what I get with PHP 5.2.1 archives from your website, after it builds OK, it segfaults while running. Can anyone explain this? [EMAIL PROTECTED]:/srv/www/org/dyndns/cjsoftuk/d

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Chris Malton
Antony Dovgal wrote: > On 04/24/2007 10:41 AM, Chris Malton wrote: >> Here's what I get with PHP 5.2.1 archives from your website, after it >> builds OK, it segfaults while running. Can anyone explain this? > >> [EMAIL PROTECTED]:/srv/www/org/dyndns/cjsoftuk/domain_public$ php >> modx/index.php >

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Antony Dovgal
On 04/24/2007 10:41 AM, Chris Malton wrote: Here's what I get with PHP 5.2.1 archives from your website, after it builds OK, it segfaults while running. Can anyone explain this? [EMAIL PROTECTED]:/srv/www/org/dyndns/cjsoftuk/domain_public$ php modx/index.php Segmentation fault What's in mod

[PHP-DEV] Segfault in PHP 5.2.1

2007-04-23 Thread Chris Malton
Here's what I get with PHP 5.2.1 archives from your website, after it builds OK, it segfaults while running. Can anyone explain this? [EMAIL PROTECTED]:/srv/www/org/dyndns/cjsoftuk/domain_public$ php -v PHP 5.2.1 (cgi) (built: Apr 24 2007 07:00:45) Copyright (c) 1997-2007 The PHP Group Zend Engin