Access is denied

S

Sam Hobbs

I am getting a c0000005 (Access is denied) error from a console program
after the console program executes. The error dialog appears to be blaming
the CLI (the .Net CLI I presume).

More specifically, I am trying to use the Netbeans IDE (programming
environment) for PHP scripting. It is not a programming problem, however. I
am trying to use the option to use PHP as a command-line script. The script
I am testing with is a one-line script that just has:

echo "Hello";

It is frustrating, since I am not sure who to blame so I cannot be sure
where to post this.

The Problem Reports and Solutions does not find a solution. Does anyone have
any suggestions for how to diagnose this? I provide details of the error
below.

Problem signature:
Problem Event Name: APPCRASH
Application Name: php.exe
Application Version: 5.2.8.8
Application Timestamp: 493d760b
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a7a6
Exception Code: c0000005
Exception Offset: 00065844
OS Version: 6.0.6001.2.1.0.256.1
Locale ID: 1033
Additional Information 1: c782
Additional Information 2: b161410011ea1dc4dd59ee66dd70d582
Additional Information 3: 65e1
Additional Information 4: f1a4365c25b70ac831324db63457c5b5
 
S

Sam Hobbs

I have isolated the problem to the PHP translator/interpreter. Also I have
determined that CLI is not the .Net CLI; it is the php command line
interface.

So now I know that I need to get help from PHP people.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top