<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SYSTEM-F-ACCVIO error during BASIC compile in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125010#M31065</link>
    <description>Help!  I'm getting a SYSTEM-F-ACCVIO error when attempting to compile a Compaq BASIC program (BASIC v1.5, Alpha 4100, VMS v7.3-1) using the command $B/LIST/NOCROSS/OPTIMIZE=LEVEL=4/LINE.  The same program successfully compiles on a MicroVAX 3100-40 (BASIC v3.9, VMS v6.2).  Here are some abridged details:&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000020B&lt;BR /&gt;&lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;image    module    routine&lt;BR /&gt;BASIC  ALCGEM      ALC_GEMUTL_NAME_CREATE&lt;BR /&gt;BASIC  ALCGEM      ALC_GEMUTL_GENERIC_ROUTINE&lt;BR /&gt;BASIC  ALCGEM      ALC_GEM_ROUTINE&lt;BR /&gt;BASIC  ALCPRC      ALC_PROCEDURE&lt;BR /&gt;BASIC  ALCDRV      ALLOC&lt;BR /&gt;BASIC  CGNDRIVER   CGNDRIVER&lt;BR /&gt;BASIC  BASTARTUP   ENV_ENTER_BASIC_COMPILER&lt;BR /&gt;BASIC  GEM_CP_VMS  GEM_CP_MAIN&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.  Thanks!</description>
    <pubDate>Thu, 20 Nov 2003 10:46:38 GMT</pubDate>
    <dc:creator>Brad Olson</dc:creator>
    <dc:date>2003-11-20T10:46:38Z</dc:date>
    <item>
      <title>SYSTEM-F-ACCVIO error during BASIC compile</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125010#M31065</link>
      <description>Help!  I'm getting a SYSTEM-F-ACCVIO error when attempting to compile a Compaq BASIC program (BASIC v1.5, Alpha 4100, VMS v7.3-1) using the command $B/LIST/NOCROSS/OPTIMIZE=LEVEL=4/LINE.  The same program successfully compiles on a MicroVAX 3100-40 (BASIC v3.9, VMS v6.2).  Here are some abridged details:&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000020B&lt;BR /&gt;&lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;image    module    routine&lt;BR /&gt;BASIC  ALCGEM      ALC_GEMUTL_NAME_CREATE&lt;BR /&gt;BASIC  ALCGEM      ALC_GEMUTL_GENERIC_ROUTINE&lt;BR /&gt;BASIC  ALCGEM      ALC_GEM_ROUTINE&lt;BR /&gt;BASIC  ALCPRC      ALC_PROCEDURE&lt;BR /&gt;BASIC  ALCDRV      ALLOC&lt;BR /&gt;BASIC  CGNDRIVER   CGNDRIVER&lt;BR /&gt;BASIC  BASTARTUP   ENV_ENTER_BASIC_COMPILER&lt;BR /&gt;BASIC  GEM_CP_VMS  GEM_CP_MAIN&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.  Thanks!</description>
      <pubDate>Thu, 20 Nov 2003 10:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125010#M31065</guid>
      <dc:creator>Brad Olson</dc:creator>
      <dc:date>2003-11-20T10:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM-F-ACCVIO error during BASIC compile</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125011#M31066</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do not know if you have already check the online help. In not, then here it is:&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh&lt;BR /&gt;&lt;BR /&gt;*********************************&lt;BR /&gt;&lt;BR /&gt;ACCVIO,  access violation, reason mask='xx', virtual&lt;BR /&gt;          address='location', PC='location', PSL='xxxxxxxx'&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  An image attempted to read from or write to a memory location&lt;BR /&gt;                that is protected from the current mode. This message&lt;BR /&gt;                indicates an exception condition and is followed by a register&lt;BR /&gt;                and stack dump to help locate the error. The reason mask is&lt;BR /&gt;                a longword whose lowest 5 bits, if set, indicate that the&lt;BR /&gt;                instruction caused a length violation (bit 0), referenced the&lt;BR /&gt;                process page table (bit 1), attempted a read/modify operation&lt;BR /&gt;                (bit 2), was a vector operation on an improperly aligned&lt;BR /&gt;                vector element (bit 3), or was a vector instruction reference&lt;BR /&gt;                to an I/O space address (bit 4).&lt;BR /&gt;&lt;BR /&gt;                This message is also displayed when an attempt has been made&lt;BR /&gt;                to make the user stack larger than the user's virtual address&lt;BR /&gt;                space permits. For example, the automatic user stack expansion&lt;BR /&gt;                algorithm reports an access violation with the following&lt;BR /&gt;                two conditions (which should serve as hints that automatic&lt;BR /&gt;                expansion has failed):&lt;BR /&gt;&lt;BR /&gt;                o The reason mask has the low-order bit set. This indicates a&lt;BR /&gt;                  memory reference that is not described in any page table.&lt;BR /&gt;&lt;BR /&gt;                o The relatively small P1 address space virtual address is&lt;BR /&gt;                  referenced.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  User Action:  Examine the PC and virtual address displayed in the message.&lt;BR /&gt;                The virtual address is often the address to which the access&lt;BR /&gt;                attempt was made. However, in the case of vector-related&lt;BR /&gt;                access violations and in some processor implementations, the&lt;BR /&gt;                reported virtual address may be some other address in the same&lt;BR /&gt;                page as that address to which the access was attempted. Check&lt;BR /&gt;                the program listing to verify that instruction operands or&lt;BR /&gt;                procedure call arguments are correct.&lt;BR /&gt;&lt;BR /&gt;                If this message is displayed because of insufficient virtual&lt;BR /&gt;                memory for automatic user stack expansion, reduce the user&lt;BR /&gt;                stack requirements of the image or increase the virtual&lt;BR /&gt;                address space available to the process in which the image&lt;BR /&gt;                is executed.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 11:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125011#M31066</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2003-11-20T11:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM-F-ACCVIO error during BASIC compile</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125012#M31067</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;first try would be to simplify the compile command (esp the /opt). If that helps you do have a workaround ;-) &lt;BR /&gt;Else try to cut down the code until you have localized the problem in a short example code. Then it is time to pick-up the phone and log a call with support.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 20 Nov 2003 12:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125012#M31067</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-11-20T12:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM-F-ACCVIO error during BASIC compile</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125013#M31068</link>
      <description>Hi Brad,&lt;BR /&gt;follow hints of Martin: it's the best way.&lt;BR /&gt;Looking for BASIC in VMS ASK Wizard you can find a lot of ACCVIO related basic compiler.&lt;BR /&gt;Here there are a few:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_9027.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_9027.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_9028.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_9028.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_6658.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_6658.html&lt;/A&gt;&lt;BR /&gt;It seems basic compiler is unstable product.&lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 12:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125013#M31068</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-11-20T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM-F-ACCVIO error during BASIC compile</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125014#M31069</link>
      <description>Brad,&lt;BR /&gt;&lt;BR /&gt;  An ACCVIO from any compiler, or other layered product is, by definition, a bug and should be fixed.&lt;BR /&gt;&lt;BR /&gt;  A quick search, based on the information you've posted does not reveal any matches with known issues, and there are no current publically released patches for your compiler.&lt;BR /&gt;&lt;BR /&gt;  To resolve this issue will require a report to engineering, containing a complete reproducer. Either your whole program, or a cut down version that demonstrates the problem.&lt;BR /&gt;&lt;BR /&gt;  Forums like this, and "Ask The Wizard" are not suitable for dealing with this type of problem. Please log a case against your support contract with your local CSC to have it dealt with properly.</description>
      <pubDate>Thu, 20 Nov 2003 14:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125014#M31069</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-11-20T14:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM-F-ACCVIO error during BASIC compile</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125015#M31070</link>
      <description>&lt;QUOTE&gt;&lt;BR /&gt;Please log a case against your support contract with your local CSC to have it dealt with properly.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;John, what if you don't have a support contract? The only source you have then are these forums.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 03:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-f-accvio-error-during-basic-compile/m-p/3125015#M31070</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-11-21T03:18:57Z</dc:date>
    </item>
  </channel>
</rss>

