php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47350 PHP has encountered an Access Violation at 60A98A4E
Submitted: 2009-02-09 16:38 UTC Modified: 2009-02-11 20:16 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: anupsonnad at gmail dot com Assigned: sixd (profile)
Status: Not a bug Package: OCI8 related
PHP Version: 5.2.6 OS: windows server 2003
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: anupsonnad at gmail dot com
New email:
PHP Version: OS:

 

 [2009-02-09 16:38 UTC] anupsonnad at gmail dot com
Description:
------------
PHP Version 5.2.6 
iis 6.0
win 2003 server
oracle 10g

Everything was proper for months until today when i suddenly started getting this error message when i load any page which tries to connect to a database. When initially the php file loads it gives me a http 500 error. but when refreshed continuesly it throws me this error. The normal HTML pages work fine. The phpinfo() page works fine also dontget the error message at the end or the begning of the phpinfo().

Reproduce code:
---------------
<?php
echo "<BR>Hi..!!!";
if(!($connection = OCI_connect("XXX", "XXX", "XXX")))
  {
	  echo "Could not Connect to the Database. Please contact system admin";
  }
else
{
echo "<br>connected..!!!";
}
?> 

Expected result:
----------------
Hi..!!!
connected..!!!

Actual result:
--------------
initially : Hi..!!!Could not Connect to the Database. Please contact system admin 

When refreshed continously: 
PHP has encountered an Access Violation at 60A98A4E
Hi..!!!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-02-09 18:00 UTC] sixd@php.net
What is the actual PHP version?  The bug header has 5.2.9RC1 but the text says 5.2.6.  What is the full version of Oracle?

Triple check that nothing has changed. Perhaps permissions, or a query or ...?

Please provide a reproducable testcase.
 [2009-02-09 18:38 UTC] anupsonnad at gmail dot com
The PHP version is 5.2.6
Oracle version 10g

i am sure nothing has been. Infact just had worked on a page which 
was working fine until i went out for a smoke for 15 min and i came 
back tried to load open a page, None were working.

Then i tried phpinfo() its was working well. Then i wrote simple 
oracle connectivity command and got the same error.  the program i 
mentiond is what i tried.
 [2009-02-09 19:01 UTC] sixd@php.net
Unfortunately "Access Violation at 60A98A4E" isn't enough information for me to identify a cause.

Some possible steps:

- Check trace and log files
- Check file permissions on the Oracle software: the web server will need to be able to find the libraries and data files
- Turn on oci_internal_debug
- Try connecting to a different computer
- Reboot
 [2009-02-10 21:25 UTC] anupsonnad at gmail dot com
Well the reboot helped...!!!!   the issue has been fixed as of now .... no errors.... BUT i hope it doesnt come back again as i cannot keep rebooting the server all the time this error occurs cause there are a lot of other critical apps running on the server. i ll post back here if the issue comes back. thanks a lot buddy u save my life
 [2009-02-11 20:16 UTC] sixd@php.net
.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 16:01:29 2024 UTC