<?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: Creating a dump file from a C program in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759908#M9471</link>
    <description>See also &lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_2889.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_2889.html&lt;/A&gt;</description>
    <pubDate>Wed, 29 Mar 2006 05:26:27 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2006-03-29T05:26:27Z</dc:date>
    <item>
      <title>Creating a dump file from a C program</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759905#M9468</link>
      <description>Hi&lt;BR /&gt;How do we create a .DMP file from a C program. My program is basically a kill program and I want to add the functionality to create a dump file. Could you please give an example how to do that...&lt;BR /&gt;Thanks...</description>
      <pubDate>Mon, 27 Mar 2006 18:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759905#M9468</guid>
      <dc:creator>omarf</dc:creator>
      <dc:date>2006-03-27T18:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dump file from a C program</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759906#M9469</link>
      <description>Omarf,&lt;BR /&gt;&lt;BR /&gt;if you want your C program to create a process dump of itself, use LIB$STOP(SS$_IMGDMP);&lt;BR /&gt;&lt;BR /&gt;To force a process dump of another process, you might have to spawn the DCL command:&lt;BR /&gt;&lt;BR /&gt;$ STOP/ID=xxx/DUMP=NOW&lt;BR /&gt;&lt;BR /&gt;Note that this command creates a process dump, but does not terminate the process. So if you then want to 'kill' the process, you would have to call $FORCEX or $DELPRC, after allowing enough time for the process dump to be written.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 28 Mar 2006 02:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759906#M9469</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-28T02:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dump file from a C program</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759907#M9470</link>
      <description>Thanks Guys&lt;BR /&gt;I did it using sys$sigprc with a ss$_imgdmp and then did a lib$signal. All works&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 28 Mar 2006 18:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759907#M9470</guid>
      <dc:creator>omarf</dc:creator>
      <dc:date>2006-03-28T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dump file from a C program</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759908#M9471</link>
      <description>See also &lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_2889.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_2889.html&lt;/A&gt;</description>
      <pubDate>Wed, 29 Mar 2006 05:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759908#M9471</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-29T05:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dump file from a C program</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759909#M9472</link>
      <description>Sorry.&lt;BR /&gt;&lt;BR /&gt;I have been made aware, that I have given a wrong command to be used to force a process dump.&lt;BR /&gt;&lt;BR /&gt;The correct command is:&lt;BR /&gt;&lt;BR /&gt;$ SET PROC/DUMP=NOW/ID=&lt;PID-OF-PROCESS-TO-DUMP&gt;&lt;BR /&gt;&lt;BR /&gt;The /DUMP=NOW qualifier has been added in OpenVMS Alpha V7.3.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PID-OF-PROCESS-TO-DUMP&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-a-dump-file-from-a-c-program/m-p/3759909#M9472</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-25T08:24:22Z</dc:date>
    </item>
  </channel>
</rss>

