php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27713 PHP has encountered an Access Violation at 0101A8B4
Submitted: 2004-03-26 08:23 UTC Modified: 2004-03-26 14:04 UTC
From: thierry dot bo at netcourrier dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.0.0RC1 OS: Win32 2000
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: thierry dot bo at netcourrier dot com
New email:
PHP Version: OS:

 

 [2004-03-26 08:23 UTC] thierry dot bo at netcourrier dot com
Description:
------------
Sorry, but this bug is not reproducible.

Switching from an application that runs fine with PHP4 to PHP5ISAPI with IIS5, refreshing the main page raise "PHP has encountered an Access Violation at 0101A8B4" 9 times out of 10 (just hitting refresh from my browser).

The application does not use classes, exept the database abstraction layer that use PEAR MDB latest CVS, but maybe that can be in PEAR destructors called when the script reach the last line.

What I tried is typing exit() function from the top of the runned script, hitting refresh several times. What I saw is that the error occurs only at the end of the script (I mean, inside the last 75 lines), the more close I am from the last lone, the more often the error occurs.

The only thing that is constant is the error message, it is always the same.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-26 11:04 UTC] derick@php.net
If it's not reproducable, how can we fix it?
 [2004-03-26 14:04 UTC] thierry dot bo at netcourrier dot com
Yes, but I think of some memory leak, and I believe the violation address could be useful, you could cross this information with other bugs, but maybe not.

By the way I just switched to php-cgi-exe and there is no php crash.
 [2004-03-31 12:03 UTC] viaujoc at email dot com
I have also encountered this bug with PHP 5.0.0RC1 running as ISAPI on IIS6 on Win2003 Server, but only about 4 times out of 10.

My PHP application is using a very complex class structure using instructions introduced in PHP5. My application is connecting to a MySQL database using the PHP extension.

Like Thierry said, switching to php-cgi.exe solved the problem.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Feb 12 19:00:01 2026 UTC