[PHP-WIN] Re: Strange access violation

2006-02-14 Thread Dbird..
I haven't touched the com code so I'm not even sure where to look "George Cherian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Check COM accesses. I have seen php crash if wrong values are passed to COM. Hash out the COM code and see it the error occurs. -- PHP Windows M

Re: [PHP-WIN] Re: Strange access violation

2006-02-14 Thread Armando
Yes, that's what I'd assume too. The problem *looks* like a memory leak yet only affects one particular site which is why it's so strange. I did some Googling but came up with little. The only other suspects I found were related to information being passed to a COM object, and possibly if you'r

[PHP-WIN] Re: Strange access violation

2006-02-14 Thread George Cherian
Check COM accesses. I have seen php crash if wrong values are passed to COM. Hash out the COM code and see it the error occurs. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Strange access violation

2006-02-13 Thread Dbird..
Armando, I appreciate the response. Hopefully we can track it down better. The websites which are functioning properly are actually much more complex than this one. lol. The only real difference is that I have some javascript running a countdown clock which is displayed using images which are

Re: [PHP-WIN] Re: Strange access violation

2006-02-13 Thread Armando
If it goes away on a server reboot for a period of time, then it sounds suspiciously like a memory leak, ie; the application is trying to reference an area of memory it doesn't have access to. I've seen this problem with other applications... they'd run fine for a period of time after a reboot

[PHP-WIN] Re: Strange access violation

2006-02-13 Thread Dbird..
To make this even more interesting is that when I reboot the server, the error goes away for a period of time, usually about 30 minutes. Any ideas? ""Dbird.."" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm running php version 4.3.7 on Windows 2003 Server and IIS 6.0 > > I have