Connecting Tech Pros Worldwide Help | Site Map

PHP has encountered an Access Violation at 00B973CD

Hayden Kirk
Guest
 
Posts: n/a
#1: Jul 17 '05
PHP has encountered an Access Violation at 00B973CD

OS: Windows XP Pro SP1
No MySQL...

3200xp with 1gb DDR...

RC2 had the same problem...

any idea?


Hayden Kirk
Guest
 
Posts: n/a
#2: Jul 17 '05

re: PHP has encountered an Access Violation at 00B973CD


It has this error below:
HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Sun, 18 Jul 2004
07:13:30 GMT Content-Type: text/html Content-Length: 44 -2147417842
(0x8001010e)

"Hayden Kirk" <hayden90 (@) paradise.net.nz> wrote in message
news:7dpKc.8948$NA1.845928@news02.tsnz.net...[color=blue]
> PHP has encountered an Access Violation at 00B973CD
>
> OS: Windows XP Pro SP1
> No MySQL...
>
> 3200xp with 1gb DDR...
>
> RC2 had the same problem...
>
> any idea?
>
>[/color]


Andy Hassall
Guest
 
Posts: n/a
#3: Jul 17 '05

re: PHP has encountered an Access Violation at 00B973CD


On Sun, 18 Jul 2004 18:58:59 +1200, "Hayden Kirk" <hayden90 (@)
paradise.net.nz> wrote:
[color=blue]
>PHP has encountered an Access Violation at 00B973CD
>
>OS: Windows XP Pro SP1
>No MySQL...
>
>3200xp with 1gb DDR...
>
>RC2 had the same problem...
>
>any idea?[/color]

Not enough information. What were you doing at the time?
Can you write a small test script that triggers the problem on your setup?

See also:
http://bugs.php.net/how-to-report.php
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

If you were on Unix the following would be ideal:
http://bugs.php.net/bugs-generating-backtrace.php

But they don't seem to have any Windows-based steps for this. You'd probably
need a development environment such as Visual Studio installed to do it anyway.

--
Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool
http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space
Rob Collyer
Guest
 
Posts: n/a
#4: Jul 17 '05

re: PHP has encountered an Access Violation at 00B973CD


this totally sounds like a folder permissions error... where you by chance
trying to write / update a file (or access database) on the webserver from
php?
--
Rob Collyer - www.webforumz.com
Web design and development forums for Free help, advice,
tips, and website critique by professional designers and developers.



"Andy Hassall" <andy@andyh.co.uk> wrote in message
news:93tkf0dilqp1h6vv8a0ngv27ntfriv2p2m@4ax.com...[color=blue]
> On Sun, 18 Jul 2004 18:58:59 +1200, "Hayden Kirk" <hayden90 (@)
> paradise.net.nz> wrote:
>[color=green]
> >PHP has encountered an Access Violation at 00B973CD
> >
> >OS: Windows XP Pro SP1
> >No MySQL...
> >
> >3200xp with 1gb DDR...
> >
> >RC2 had the same problem...
> >
> >any idea?[/color]
>
> Not enough information. What were you doing at the time?
> Can you write a small test script that triggers the problem on your[/color]
setup?[color=blue]
>
> See also:
> http://bugs.php.net/how-to-report.php
> http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
>
> If you were on Unix the following would be ideal:
> http://bugs.php.net/bugs-generating-backtrace.php
>
> But they don't seem to have any Windows-based steps for this. You'd[/color]
probably[color=blue]
> need a development environment such as Visual Studio installed to do it[/color]
anyway.[color=blue]
>
> --
> Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool
> http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space[/color]


Andy Hassall
Guest
 
Posts: n/a
#5: Jul 17 '05

re: PHP has encountered an Access Violation at 00B973CD


On Sun, 18 Jul 2004 14:17:03 +0000 (UTC), "Rob Collyer"
<webforumz@webforumz.com> wrote:
[color=blue][color=green]
>> On Sun, 18 Jul 2004 18:58:59 +1200, "Hayden Kirk" <hayden90 (@)
>> paradise.net.nz> wrote:
>>[color=darkred]
>>>PHP has encountered an Access Violation at 00B973CD[/color][/color]
>
>this totally sounds like a folder permissions error...[/color]

Access Violation on Windows is the equivalent of Segmentation Fault in Unix,
i.e. attempting to use memory that is not owned by the process. It's not got
anything to do with directory permissions, it's typically some sort of memory
allocation or pointer bug in the code.

--
Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool
http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space
Hayden Kirk
Guest
 
Posts: n/a
#6: Jul 17 '05

re: PHP has encountered an Access Violation at 00B973CD


Hi

Its a PHP bug, as anything I do in PHP give me this error.

I have submitted it to PHP.net... but I mean, comon, every PHP 5 version ive
tried apart from RC1 has been screwed in Windows.

"Andy Hassall" <andy@andyh.co.uk> wrote in message
news:7v3lf0dcvnj6k6uhu61aq8m22j48luvi1t@4ax.com...[color=blue]
> On Sun, 18 Jul 2004 14:17:03 +0000 (UTC), "Rob Collyer"
> <webforumz@webforumz.com> wrote:
>[color=green][color=darkred]
> >> On Sun, 18 Jul 2004 18:58:59 +1200, "Hayden Kirk" <hayden90 (@)
> >> paradise.net.nz> wrote:
> >>
> >>>PHP has encountered an Access Violation at 00B973CD[/color]
> >
> >this totally sounds like a folder permissions error...[/color]
>
> Access Violation on Windows is the equivalent of Segmentation Fault in[/color]
Unix,[color=blue]
> i.e. attempting to use memory that is not owned by the process. It's not[/color]
got[color=blue]
> anything to do with directory permissions, it's typically some sort of[/color]
memory[color=blue]
> allocation or pointer bug in the code.
>
> --
> Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool
> http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space[/color]


Michael Austin
Guest
 
Posts: n/a
#7: Jul 17 '05

re: PHP has encountered an Access Violation at 00B973CD


Hayden Kirk wrote:
[color=blue]
> Hi
>
> Its a PHP bug, as anything I do in PHP give me this error.
>
> I have submitted it to PHP.net... but I mean, comon, every PHP 5 version ive
> tried apart from RC1 has been screwed in Windows.[/color]

well, that's your problem - using a garbage OS like Windows to run an app
originally designed on Unix. :)

--
Michael Austin.
Consultant - Available.
Donations welcomed. Http://www.firstdbasource.com/donations.html
:)
Closed Thread


Similar PHP bytes