PHP has encountered an Access Violation at 00B973CD

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hayden Kirk

    PHP has encountered an Access Violation at 00B973CD

    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

    #2
    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@new s02.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]


    Comment

    • Andy Hassall

      #3
      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:



      If you were on Unix the following would be ideal:


      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

      Comment

      • Rob Collyer

        #4
        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:93tkf0dilq p1h6vv8a0ngv27n tfriv2p2m@4ax.c om...[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]


        Comment

        • Andy Hassall

          #5
          Re: PHP has encountered an Access Violation at 00B973CD

          On Sun, 18 Jul 2004 14:17:03 +0000 (UTC), "Rob Collyer"
          <webforumz@webf orumz.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

          Comment

          • Hayden Kirk

            #6
            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:7v3lf0dcvn j6k6uhu61aq8m22 j48luvi1t@4ax.c om...[color=blue]
            > On Sun, 18 Jul 2004 14:17:03 +0000 (UTC), "Rob Collyer"
            > <webforumz@webf orumz.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]


            Comment

            • Michael Austin

              #7
              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
              :)

              Comment

              Working...