php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47941 PHP has encountered an Access Violation at 00838493
Submitted: 2009-04-09 22:53 UTC Modified: 2009-04-10 08:34 UTC
From: keithdavis at pridedallas dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.2.9 OS: Windows Vista (and XP)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: keithdavis at pridedallas dot com
New email:
PHP Version: OS:

 

 [2009-04-09 22:53 UTC] keithdavis at pridedallas dot com
Description:
------------
I was running an XP (SP3) machine and started having this problem. I installed Vista instead (SP2 RC), but the error occurred almost immediately. It only appears to be while our site is running on this machine, but it is always reproducable, and occurs for the localhost, or remote hosts. I get this error first, repeatedly:

PHP has encountered an Access Violation at 00838493 (on XP, I think it was a different number, but always the same number repeatedly.)

Then I get a 500 Internal Error.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-09 22:59 UTC] pajoye@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2009-04-09 23:57 UTC] keithdavis at pridedallas dot com
After further testing, it appears to be xDebug that cause this. Even when not debugging, but if it is even loaded via php.ini. As far as sample code, that's hard to do. It doesn't happen on simple code, but only on my very complex applications.
 [2009-04-10 08:34 UTC] pajoye@php.net
Please report it to the xdebug project. There is also an upcoming release there which may fix that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 08:01:34 2024 UTC