<?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: software crash in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532540#M32063</link>
    <description>tianbinraindrop,&lt;BR /&gt;&lt;BR /&gt;Let me start with:&lt;BR /&gt;&lt;BR /&gt;WELCOME to the VMS forum!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On your problem:&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;My openvms version is 7.3.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;I strongly advise that you upgrade your OS!&lt;BR /&gt;&lt;BR /&gt;When 7.3 was released, it was termed a "Evaluation Release - do not use for production".&lt;BR /&gt;And although my best guess is that Willem probably is right, the later versions of VMS  (7.3-2 and 8.2 are now current) offer several improvements.&lt;BR /&gt;&lt;BR /&gt;Success.&lt;BR /&gt;&lt;BR /&gt;Proost have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Apr 2005 04:02:46 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2005-04-27T04:02:46Z</dc:date>
    <item>
      <title>software crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532536#M32059</link>
      <description>hello,everyone.&lt;BR /&gt;I had a multithread program and run normally long,but will crash sometime.I find it's working set and virtual pages increased quickly before die.why?&lt;BR /&gt;My openvms version is 7.3.and I use c++ to write posix thread code.</description>
      <pubDate>Tue, 26 Apr 2005 20:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532536#M32059</guid>
      <dc:creator>tianbinraindrop</dc:creator>
      <dc:date>2005-04-26T20:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: software crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532537#M32060</link>
      <description>Tianbinraindrop,&lt;BR /&gt;&lt;BR /&gt;Is there any error status code output by your program when it crashes?  Is it crashing due to exhausting its virtual address space or page file quota, or is it already crashing and then using more virtual pages as part of crashing?&lt;BR /&gt;&lt;BR /&gt;Are there exit handlers or exeception handlers that run?  They could use a lot of memory from the heap, increasing the working set and virtual pages.&lt;BR /&gt;&lt;BR /&gt;Checking your quotas, in general, might show you the answer to your problem.&lt;BR /&gt;&lt;BR /&gt;--Travis Craig&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 21:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532537#M32060</guid>
      <dc:creator>Travis Craig</dc:creator>
      <dc:date>2005-04-26T21:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: software crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532538#M32061</link>
      <description>tianbinraindrop,&lt;BR /&gt;&lt;BR /&gt;if you could further define what you mean with 'crash' and if you could provide the output from any error message when your program 'crashes', maybe we could help better than with pure speculation.&lt;BR /&gt;&lt;BR /&gt;If you run your program after a SET PROC/DUMP, do you get a process dump (imagename.DMP in current directory) ? Can you look at that process dump with ANAL/PROC imagename.DMP ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 27 Apr 2005 01:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532538#M32061</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-04-27T01:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: software crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532539#M32062</link>
      <description>Apart what the others already stated (both VERY true) this gives me some clue:&lt;BR /&gt;&lt;BR /&gt;&lt;I find="" it=""&gt;&lt;BR /&gt;&lt;BR /&gt;Since you use C++, just a wild guess:&lt;BR /&gt;&lt;BR /&gt;If, within a loop, objects are created, and the loop runs wild at some point (due, for instance, by bad, or no, error handling) it may cause this problem. Quite likely you'll run out of virtualpagecount. It _might_ be (depending on your settings) that Accounting holds a clue as well. &lt;BR /&gt;&lt;BR /&gt;There have been some issues with threading in the past - check for patches on threads (IIRC, the patches reqquired hold the string PTHREAD in the name) and install them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 27 Apr 2005 03:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532539#M32062</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-04-27T03:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: software crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532540#M32063</link>
      <description>tianbinraindrop,&lt;BR /&gt;&lt;BR /&gt;Let me start with:&lt;BR /&gt;&lt;BR /&gt;WELCOME to the VMS forum!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On your problem:&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;My openvms version is 7.3.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;I strongly advise that you upgrade your OS!&lt;BR /&gt;&lt;BR /&gt;When 7.3 was released, it was termed a "Evaluation Release - do not use for production".&lt;BR /&gt;And although my best guess is that Willem probably is right, the later versions of VMS  (7.3-2 and 8.2 are now current) offer several improvements.&lt;BR /&gt;&lt;BR /&gt;Success.&lt;BR /&gt;&lt;BR /&gt;Proost have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Apr 2005 04:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/software-crash/m-p/3532540#M32063</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-04-27T04:02:46Z</dc:date>
    </item>
  </channel>
</rss>

