<?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: System Crash in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925379#M81131</link>
    <description>Could be anything.  What system image was the PC in?</description>
    <pubDate>Fri, 12 Jan 2007 08:42:51 GMT</pubDate>
    <dc:creator>Richard Whalen</dc:creator>
    <dc:date>2007-01-12T08:42:51Z</dc:date>
    <item>
      <title>System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925378#M81130</link>
      <description>One of our VAX 7000-640 crashed and rebooted itself. &lt;BR /&gt;&lt;BR /&gt;I did a crash dump and got the following message? &lt;BR /&gt;&lt;BR /&gt;SSRVEXCEPT, Unexpected system service exception&lt;BR /&gt;&lt;BR /&gt;Any ideas what may have caused the crash? &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 08:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925378#M81130</guid>
      <dc:creator>vmsserbo</dc:creator>
      <dc:date>2007-01-12T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925379#M81131</link>
      <description>Could be anything.  What system image was the PC in?</description>
      <pubDate>Fri, 12 Jan 2007 08:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925379#M81131</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2007-01-12T08:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925380#M81132</link>
      <description>It isn't a PC? Image? &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 08:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925380#M81132</guid>
      <dc:creator>vmsserbo</dc:creator>
      <dc:date>2007-01-12T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925381#M81133</link>
      <description>In this context, PC means program counter I think :-)&lt;BR /&gt;&lt;BR /&gt;Post the output of the following&lt;BR /&gt;&lt;BR /&gt;$ ana/crash sys$system:sysdump.dmp&lt;BR /&gt;sda&amp;gt; clue crash</description>
      <pubDate>Fri, 12 Jan 2007 09:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925381#M81133</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-01-12T09:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925382#M81134</link>
      <description>A SSRVEXCEPT happens in the context of the process that was currently executing.  You've changed mode to kernel and raised IPL above 2 in order to perform some task.  Any kind of accvio or other problem will be fatal.  Give us the output from&lt;BR /&gt;&lt;BR /&gt;$ ana/crash sys$system&lt;BR /&gt;SDA&amp;gt; show crash&lt;BR /&gt;SDA&amp;gt; show stack&lt;BR /&gt;&lt;BR /&gt;and we'll decode it for you.  It's a VAX so that clue command won't quite work that way.</description>
      <pubDate>Sat, 13 Jan 2007 01:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925382#M81134</guid>
      <dc:creator>Jeff Chisholm</dc:creator>
      <dc:date>2007-01-13T01:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925383#M81135</link>
      <description>Check you haven't enabled non-fatal bugchecking&lt;BR /&gt;&lt;BR /&gt;$ mc sysgen&lt;BR /&gt;show bugcheck&lt;BR /&gt;&lt;BR /&gt;If it's set to 1, then you might want to consider changing this to 0 to prevent another exec mode crash.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John.</description>
      <pubDate>Sat, 13 Jan 2007 04:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925383#M81135</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2007-01-13T04:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925384#M81136</link>
      <description>... I guess it's also worth pointing out that if you have enabled non-fatal bugchecks and you now turn them off (to avoid another  system crash), then you should be aware that another non-f SSRVEXCEPT will result in the PID being killed off. &lt;BR /&gt;&lt;BR /&gt;Perhaps better for you now that you have a crash dump file but post the crash information so it can be examined to help determine the level of impact.&lt;BR /&gt;&lt;BR /&gt;To view subsequent non-f bugs analyze the error log file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Jan 2007 06:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925384#M81136</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2007-01-13T06:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925385#M81137</link>
      <description>Miles&lt;BR /&gt;Is this machine running V7.3?. You posted a question about a month ago for a different crash on another V7.3 system.&lt;BR /&gt;&lt;BR /&gt;If so, do:&lt;BR /&gt;$ CLUE:==$CLUE&lt;BR /&gt;$ CLUE/DISPLAY&lt;BR /&gt;Then&lt;BR /&gt;$ CLUE/DISPLAY 'n' (where 'n' is the index of the latest crash)&lt;BR /&gt;&lt;BR /&gt;You may also have a file &lt;BR /&gt;CLUE$OUTPUT:CLUE$LAST_'nodename'.LIS&lt;BR /&gt;If so, please attach it here.&lt;BR /&gt;&lt;BR /&gt;To rephrase what Jeff said, your machine suffered an unrecoverable exception, probably an access violation, while the current process was executing some system service code. &lt;BR /&gt;Since there are hundreds of system services, and a wide variety of possible exception types, we need to see the details as stated above before even the most tentative conclusion can be drawn.&lt;BR /&gt;&lt;BR /&gt;While you are at it, you have assigned points to only 224 of the 404 responses to your questions. Can you try to catch up with some of those you have missed?</description>
      <pubDate>Sat, 13 Jan 2007 06:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925385#M81137</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2007-01-13T06:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925386#M81138</link>
      <description>Miles,&lt;BR /&gt;&lt;BR /&gt;you know how to provide crash information from an OpenVMS VAX system crash, don't you ? If you don't remember, look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1080098" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1080098&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please provide this CLUE information immediately for each crash problem to limit speculation and unnecessary questions...&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2007 07:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-crash/m-p/3925386#M81138</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-01-16T07:34:46Z</dc:date>
    </item>
  </channel>
</rss>

