ID: 44645 Comment by: dhulme at gmail dot com Reported By: gary dot wilson at coull dot biz Status: Feedback Bug Type: Reproducible crash Operating System: Windows Server 2003 PHP Version: 5.2.5 New Comment:
I have seen several reports like this, all of which are unresolved, dating back as far as 2005. Someone asks for a backtrace, someone posts one, and then nothing happens. It's like you think the backtrace will help you solve the bug, but when it doesn't, you suddenly become silent. I am running into the same problem as this forum. I cannot post a backtrace because this is a production server and I am trying to limit changes on this server. However, my info is as follows: Windows Server 2003 R2 SP2 Apache 2.2.10 PHP 5.2.6 ----------------------------------------------------------------- Faulting application httpd.exe, version 2.2.10.0, faulting module php5ts.dll, version 5.2.6.6, fault address 0x000ad094. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. ----------------------------------------------------------------- I was error free for a couple months after remove "php_gd2.dll" from the extensions I was using (I removed all I thought I wasn't using). Then I found out I had been using it in one obscure script, so I added it back. The same day I got another one of these crashes. So I suspect it has to do with that. Hopefully this information helps someone more than asking for a backtrace and then never giving any more help. Currently I upgraded to the RC4 build of 5.2.7 to see if that helps. I will check back in a few days if it solves the problem. Good Luck! Dan Previous Comments: ------------------------------------------------------------------------ [2008-11-10 12:51:47] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Unless you provide a backtrace there is little chance for us to even try to solve the crash. I would also recommend to do not use any non core extension while testing (blenc or any other zend optimizer or debugger). See my previous comment to know how to generate a backtrace. ------------------------------------------------------------------------ [2008-11-10 12:45:21] jackkenyon at optusnet dot com dot au Same problem Windows 2003 server on x86 VM. Loaded with MySQL, Filezilla server, iis, activeperl, smartermail, python. Using extensions of BLENC,DBA, DBX, GD2, Gettext, Mcrypt, mhash, mssql, Mysql, operator, pdo.mssql, pdo.mysql, stats, tidy, threads, zip. Get bug message in event log after reboot. Get either blank page or 404 or 500 error when load .php in IE. Loading .html in IE works fine. Loading same .php files works fine on similar setup on Windows XP on VM. Have uninstalled & reinstalled PHP numerous times. Have found & renamed MySQL dll files (dont know what effect that has had on MySql yet - but it did not fix PHP). Don't really have any clues at present as to what else to try. ------------------------------------------------------------------------ [2008-10-25 06:22:29] mail at rad1st dot ru I get this bug too. After updating APACHE to 2.2.6, PHP to 5.2.6, I have Zend optimizer installed too. After I change "zend.ze1_compatibility_mode" to "off" in php.ini, crashes stopped and now all work stable. ------------------------------------------------------------------------ [2008-08-17 09:00:20] collins dot ethans at gmail dot com Some more information: I installed PHP with netools and mcve and others. When 'php -v' fails and it prints the version number, it also says the following: PHP 5.2.6 (cli) (built: May 2 2008 18:02:07) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies PHP Warning: PHP Startup: Unable to load dynamic library 'F:\Program Files\PHP\ext\php_mcve.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'F:\Program Files\PHP\ext\php_netools.dll' - The specified module could not be found. in Unknown on line 0 Now, if I comment out php_netools.dll and php_mvce.dll from php.ini, it doesn't print the above 2 warnings, but still fails with the same crash information. ------------------------------------------------------------------------ [2008-08-17 08:50:17] collins dot ethans at gmail dot com Forgot to add, the Exception code: 0xc0000005, Flags: 0x0 which is the same as others' reports. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/44645 -- Edit this bug report at http://bugs.php.net/?id=44645&edit=1