php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38677 CGI is perfect, but dll fails after web page rendering
Submitted: 2006-09-01 03:07 UTC Modified: 2006-09-10 01:00 UTC
From: rcherry at raysoft dot net Assigned:
Status: No Feedback Package: IIS related
PHP Version: 5.1.6 OS: XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rcherry at raysoft dot net
New email:
PHP Version: OS:

 

 [2006-09-01 03:07 UTC] rcherry at raysoft dot net
Description:
------------
Test  Program:  A rather long program.

Using php-cgi.exe:  Works perfectly

Using php5isapi.dll: Renders the page and exactly 5 seconds after that, comes up with an error message "Internet Information Services has encountered a problem and needs to close...".  This happens every time.

I tried:  Making my first line of code be exit();  Same results!

I need to restart IIS inorder to run the program again.

BTW:  A one-line program with just phpinfo() causes a similar crash if executed immediately after an IIS restart.  In this case, I can re-execute the program without restarting IIS.

Thanks.  PHP has saved my project over and over, but this is threatening the longer jobs.

Reproduce code:
---------------



Expected result:
----------------
From IIS Log pop-up:  szAppName : inetinfo.exe     szAppVer : 5.1.2600.2180     szModName : unknown
szModVer : 0.0.0.0     offset : 017c5f80     




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-01 09:36 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip


 [2006-09-01 22:06 UTC] rcherry at raysoft dot net
Thanks for advice, but behaviour did not change.  What is next step?  Thanks.
 [2006-09-02 06:35 UTC] tony2001@php.net
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.


 [2006-09-10 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC