php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40662 PHP has encountered an Access Violation at 01FE3157
Submitted: 2007-02-27 16:31 UTC Modified: 2007-03-07 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: erin1079 at nc dot rr dot com Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: 5.2.1 OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
16 - 14 = ?
Subscribe to this entry?

 
 [2007-02-27 16:31 UTC] erin1079 at nc dot rr dot com
Description:
------------
I upgraded from PHP 4.4.5 to 5.2.1 via windows installer and I now on all php pages I get one of three things:

PHP has encountered an Access Violation at 010A8B40HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Tue, 27 Feb 2007 16:20:47 GMT Content-Type: text/html Content-Length: 44 -2147417842 (0x8001010e)

PHP has encountered an Access Violation at 01FE3157

or a blank page.



Reproduce code:
---------------
<?php echo "test"; ?>

Expected result:
----------------
test

Actual result:
--------------
PHP has encountered an Access Violation at 010A8B40HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Tue, 27 Feb 2007 16:20:47 GMT Content-Type: text/html Content-Length: 44 -2147417842 (0x8001010e)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-27 16:45 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.


 [2007-03-07 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".
 [2007-03-08 12:17 UTC] timo dot kauppinen at sysopendigia dot com
I also encountered a similar bug: only "-2147417842 (0x8001010e)" is shown very often. This seems to happen usually when updating page quickly. Environment is IIS6 + php 5.2.1 + 2 x CPU. Previous 5.2 (or 5.1?) worked ok.
 [2007-06-25 09:46 UTC] en3py at hotmail dot com
I am having the same issue even after upgrading the ISAPI to version 5.2.3. Actually I found that the problem happens randomly on a couple of users and on an arbitrary script. So far my configuration of IIS6 was as follows:

Added the web service extension in "Allowed" in the IIS Administration snap-in, set php5isapi.dll as default ISAPI for .php files (on virtual host) and finally added the php5isapi.dll filter on the virtual host.

To solve the issue I removed the ISAPI filter from the virtual host and set the "All unknown ISAPI Extensions" on "Allow" after removing the single PHP ISAPI extension. The problem seems to be solved for now. I can easily allow this since the server running the engine is not a public server, so I have less security issues about this.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC