<?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 Re: not having luck with set process/dump in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389807#M94060</link>
    <description>&lt;!--!*#--&gt;&amp;gt; [...] but what reason mask of 00 means?&lt;BR /&gt;&lt;BR /&gt;It means that your big problem is "virtual&lt;BR /&gt;address=0000000000000000", often the result&lt;BR /&gt;of trying to use a NULL pointer in C.</description>
    <pubDate>Sat, 28 Mar 2009 19:23:41 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-03-28T19:23:41Z</dc:date>
    <item>
      <title>not having luck with set process/dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389805#M94058</link>
      <description>I am trying to create a dump file for a detached process that is crasing with&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000000, PC=0000000000037FDC, PS=0000001B&lt;BR /&gt;&lt;BR /&gt;but it does not create a dump file&lt;BR /&gt;I have two questions:&lt;BR /&gt;&lt;BR /&gt;1- is doing the SET PROCESS/DUMP enough before starting the detached process to capture the dump or I need to do more?&lt;BR /&gt;&lt;BR /&gt;2- normally reason mask has values like 1 ,2 ,4 etc which means something but what reason mask of 00 means?  in which situations can we get access violation with no reason mask?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sat, 28 Mar 2009 19:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389805#M94058</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-28T19:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: not having luck with set process/dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389806#M94059</link>
      <description>also will I get a dump if I do the following since this is the way the application is started .&lt;BR /&gt;&lt;BR /&gt;$set process/dump&lt;BR /&gt;$spawn/nowait/proc=TEST RUN/NODEBUG TEST.EXE &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Mar 2009 19:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389806#M94059</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-28T19:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: not having luck with set process/dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389807#M94060</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] but what reason mask of 00 means?&lt;BR /&gt;&lt;BR /&gt;It means that your big problem is "virtual&lt;BR /&gt;address=0000000000000000", often the result&lt;BR /&gt;of trying to use a NULL pointer in C.</description>
      <pubDate>Sat, 28 Mar 2009 19:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389807#M94060</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-28T19:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: not having luck with set process/dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389808#M94061</link>
      <description>sorry i didnt provide the complete picture, the application is spawning two types of prcess I detached and one not detached &lt;BR /&gt;&lt;BR /&gt;1)$spawn/nowait  run/nodebug test1.exe&lt;BR /&gt;this one i found out i can produce a dump by putting run/dump  &lt;BR /&gt;&lt;BR /&gt;2)$spawn/nowait  test2&lt;BR /&gt;how do i produce a dump for this process?</description>
      <pubDate>Sat, 28 Mar 2009 19:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389808#M94061</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-28T19:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: not having luck with set process/dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389809#M94062</link>
      <description>Here is how to use the OpenVMS Debugger with a detached process, as well as other debugging techniques:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/803" target="_blank"&gt;http://64.223.189.234/node/803&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is how to debug an access violation on OpenVMS:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/800" target="_blank"&gt;http://64.223.189.234/node/800&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And if you'd like to know what the meanings of the various bits within the reason (bit) mask mean when the individual bits are set or when they are clear, then take the time to read the available documentation:&lt;BR /&gt;&lt;BR /&gt;$ help /message/facility=system  accvio&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Mar 2009 21:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389809#M94062</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-03-28T21:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: not having luck with set process/dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389810#M94063</link>
      <description>Sami,&lt;BR /&gt;&lt;BR /&gt;a reason mask of 00 indicates a 'faulting data read', i.e. an invalid source address pointing to a non-accessible page.&lt;BR /&gt;&lt;BR /&gt;SPAWN does not pass the image-dump flag to the spawned subprocess, so you need to issue the SET PROC/DUMP command in the context of the subprocess, before running the image.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 01 Apr 2009 10:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-having-luck-with-set-process-dump/m-p/4389810#M94063</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-04-01T10:12:27Z</dc:date>
    </item>
  </channel>
</rss>

