Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-02 Thread Michael Sisolak
Andi, After spending some more time looking at the Zend2 code it appears that it does still have the same issue that I'm seeing in Zend1 (first ISAPI thread gets the global compiler_globals as it's own personal copy). I can't get the same debug output as I was able to for Zend1, but I am seeing

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-01 Thread Andi Gutmans
At 05:11 PM 9/1/2002 -0700, Michael Sisolak wrote: >Andi, > >I download the alpha2 version of the php-4.3.0-dev-zend2 release. >Unfortunatley out-of-the-box I got an "Invalid access to memory >location." error returned when I try to view I page. I was able to >track it down to something with the

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-01 Thread Michael Sisolak
Andi, I download the alpha2 version of the php-4.3.0-dev-zend2 release. Unfortunatley out-of-the-box I got an "Invalid access to memory location." error returned when I try to view I page. I was able to track it down to something with the browscap processing - something in ini_parse() is causin

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-01 Thread Andi Gutmans
Any chance you can setup and Engine 2 build and see if this problem persists? Andi At 06:42 AM 8/27/2002 -0700, Michael Sisolak wrote: >--- Zeev Suraski <[EMAIL PROTECTED]> wrote: > > At 09:53 27/08/2002, Michael Sisolak wrote: > > > > >i've been doing some debugging of the crashes when running

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-27 Thread Shane Caraveo
> Either way - starting threads from an ISAPI filter/extension is > completely forbidden (or at least strongly discouraged) so even if there > is some bug in there, starting our own thread is not an option. Can you > give me the data I mentioned in the previous letter? > > Zeev It's not forb

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-27 Thread Michael Sisolak
--- Zeev Suraski <[EMAIL PROTECTED]> wrote: > At 09:53 27/08/2002, Michael Sisolak wrote: > > > >i've been doing some debugging of the crashes when running php > under > > > >the isapi sapi. is anybody else currently looking at this? if > you > > > >are let's talk - here are my notes so far. >

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-27 Thread Zeev Suraski
At 09:53 27/08/2002, Michael Sisolak wrote: > > >i've been doing some debugging of the crashes when running php under > > >the isapi sapi. is anybody else currently looking at this? if you > > >are let's talk - here are my notes so far. > > > > first off, can you try using > > http://www.php.net

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-26 Thread Michael Sisolak
> >I've been doing some debugging of the crashes when running PHP under > >the ISAPI sapi. Is anybody else currently looking at this? If you > >are let's talk - here are my notes so far. > > First off, can you try using > http://www.php.net/~zeev/php-4.2.3RC1.tar.gz > and see if you experienc

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-26 Thread Zeev Suraski
First off, can you try using http://www.php.net/~zeev/php-4.2.3RC1.tar.gz and see if you experience the same problems? I've made some thread-safety related fixes there, even though none should lead to a hard crash... If it doesn't solve the problem, can you send me as much information about t

[PHP-DEV] ISAPI Crash Debugging Notes

2002-08-26 Thread Michael Sisolak
I've been doing some debugging of the crashes when running PHP under the ISAPI sapi. Is anybody else currently looking at this? If you are let's talk - here are my notes so far. I can make my install of PHP (4.2.1, a debug build) throw an exception on the first load after an IISReset 90% of the