Re: [PHP] Crash in PHP5RC1 but can't find where

2004-03-30 Thread Red Wingate
Maybe give it a try, haven't much time to do so at the moment, took me about 4 hours to find the problem that caused the crashing of my code and build those reproduction code :-) http://download.erisx.de/crash.txt Maybe try adding other test-cases and see wether it crashes or not if it does then

Re: [PHP] Crash in PHP5RC1 but can't find where

2004-03-30 Thread Jason Barnett
Red Wingate wrote: Hi David, same thing i reported to the PHP-DEV List some time ago ( before RC1 was released ). The problem is the Win32/Apache2 Combination you are using. I am using the same setup as well, if any of you find a solution to this I would appreciate hearing about it. I've notice

[PHP] Crash in PHP5RC1 but can't find where

2004-03-29 Thread David Chen
Hi, My application crashes, but I have a hard time figuring out where because it only happens periodically. For some reason, it only crashes about 10% of the time. If someone who knows how to debug PHP could assist me, that would be very nice. You may download the package at: http://www.blesys.co

Re: [PHP] Crash in PHP5RC1 but can't find where

2004-03-25 Thread Aidan Lister
I get the same problem on windows, with php5/apache2, and php5/apache1.3. Refreshing any complex script a number of times seems to do it? "David Chen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Red, > > I don't think my problem is caused by debug_backtrace() > > Perhaps I'l

Re: [PHP] Crash in PHP5RC1 but can't find where

2004-03-25 Thread David Chen
Hi Red, I don't think my problem is caused by debug_backtrace() Perhaps I'll try apache1.3... I guess for now I'll just lie low so that a PHP5 debugger will be released, and then I can use that to find out what's going on. Kind of ridiculous to release something that still crashes, but oh well...

Re: [PHP] Crash in PHP5RC1 but can't find where

2004-03-25 Thread Red Wingate
Hi David, same thing i reported to the PHP-DEV List some time ago ( before RC1 was released ). The problem is the Win32/Apache2 Combination you are using. I am not completely sure, but it looks like debug_backtrace(); causes this crash. Maybe look at my little script for details: http://download

[PHP] Crash in PHP5RC1 but can't find where

2004-03-24 Thread David Chen
Hi, My application crashes, but I have a hard time figuring out where because it only happens periodically. For some reason, it only crashes about 10% of the time. If someone who knows how to debug PHP could assist me, that would be very nice. You may download the package at: http://www.blesys.co