<?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: $ ON CONTROL activation crashes process with NOHANDLER error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126670#M44497</link>
    <description>Why did I tell you to go to HP right away?&lt;BR /&gt;&lt;BR /&gt;A stackdump from an OpenVMS tool or component is a bug.  &lt;BR /&gt;&lt;BR /&gt;This is an axiom.  &lt;BR /&gt;&lt;BR /&gt;Stackdump = unhandled error = bug&lt;BR /&gt;&lt;BR /&gt;If you're patched to current, then unhandled errors and stackdumps should be reported to the vendor. &lt;BR /&gt;&lt;BR /&gt;If you're not current on your patches and you're encountering an error, then get current before you proceed any further with your own debug and with any vendor call.  This step eliminates the "known problems" (those with fixes released); it is a step that also makes for a much quicker path through the vendor support organization.&lt;BR /&gt;&lt;BR /&gt;Unhandled errors can be the injection point at which a security attack is made.&lt;BR /&gt;&lt;BR /&gt;Unhandled errors involving privileged code are particular targets for attacks.  And DCL is most definitely privileged code.&lt;BR /&gt;&lt;BR /&gt;Now as to whether this is a potential attack target or whether there's even remotely a vulnerability here is another discussion. &lt;BR /&gt;&lt;BR /&gt;Assuming the stackdump is semi-valid, this appears to be executive-mode error.  Yet more privileged than DCL.  Which also ties into getting blown off the system.  Which also means you should go look in the error log as (if this is the file system) then some system software logs (some of) its stackdumps there.&lt;BR /&gt;&lt;BR /&gt;Regardless, stackdumps are indicative of code badness.</description>
    <pubDate>Thu, 28 Aug 2008 13:09:47 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2008-08-28T13:09:47Z</dc:date>
    <item>
      <title>$ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126658#M44485</link>
      <description>&lt;!--!*#--&gt;Hello every body,&lt;BR /&gt;&lt;BR /&gt;After patching OpenVMS 8.3 with some rating 1 &amp;amp; 2 patches (PCSI V2, UPDATE V6, SYS V8, RMS V7, FIBRE_SCSI V4, DECNET ECO2, TCPIP 5.6 ECO2, MANAGE V3, TRACE V1), I falldown in a strange process crash.&lt;BR /&gt;&lt;BR /&gt;type tmp.com&lt;BR /&gt;$!------------------------------------------------------------------------------&lt;BR /&gt;$ delete /symb /all /local&lt;BR /&gt;$ delete /symb /all /global&lt;BR /&gt;$!ERR! on control then $ exit&lt;BR /&gt;$ pipe (show symb * | type sys$pipe /page)&lt;BR /&gt;$ inquire tmp&lt;BR /&gt;$ dir/dat sys$sysdevice:[*...]*.*;* /page&lt;BR /&gt;$ exit&lt;BR /&gt;$!------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;if you spawn this proc, pressing CTRL/Y on DIR command ends the process.&lt;BR /&gt;&lt;BR /&gt;if you delete "!ERR!" comment on the 4th line to activate the "ON ERROR" statement, pressing CTRL/Y on DIR command ends the process with :&lt;BR /&gt;&lt;BR /&gt;  Improperly handled condition, bad stack or no handler specified.&lt;BR /&gt;    Signal arguments:   Number = 0000000000000005&lt;BR /&gt;                        Name   = 000000000000000C&lt;BR /&gt;                                 0000000000000000&lt;BR /&gt;                                 0000000000000001&lt;BR /&gt;                                 000000007AF6BAF4&lt;BR /&gt;                                 0000000000000012&lt;BR /&gt;&lt;BR /&gt;    Register dump:&lt;BR /&gt;    R0  = 0000000000000000  R1  = 0000000000000001  R2  = 0000000000000000&lt;BR /&gt;    R3  = 000000007AFA6EDA  R4  = 0000000000000000  R5  = 000000007FFCF800&lt;BR /&gt;    R6  = 0000000000000000  R7  = 000000007AE7AA7C  R8  = 000000007AE07FB0&lt;BR /&gt;    R9  = 000000007FF9DDF0  R10 = 000000007FFA4F28  R11 = 000000007FFCDC18&lt;BR /&gt;    R12 = 000000007FFCDA98  R13 = 000000007AEF7F70  R14 = 0000000000000000&lt;BR /&gt;    R15 = 000000007AEF8680  R16 = 00000000144D4008  R17 = 0000000000000000&lt;BR /&gt;    R18 = 0000000000000000  R19 = 0000000000000000  R20 = 0000000000000000&lt;BR /&gt;    R21 = 0000000000000A88  R22 = 0000000000100000  R23 = 000000007FEABFA6&lt;BR /&gt;    R24 = 000000007FFA6F40  R25 = 0000000000000000  R26 = 000000007AF5B320&lt;BR /&gt;    R27 = 0000000000000010  R28 = 0000000000000001  R29 = 000000007FF9DDF0&lt;BR /&gt;    SP  = 000000007FF9CD9C  PC  = 000000007AF6BAF4  PS  = 1C00000000000012&lt;BR /&gt;&lt;BR /&gt;%DCL-S-RETURNED, control returned to process _FTA3:&lt;BR /&gt;%SYSTEM-F-NOHANDLER, no condition handler found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It could be on a DECTerm, a telnet from windows or a set host...&lt;BR /&gt;Spawn was just to prevent signon after each process crash...&lt;BR /&gt;Before these patches, it was working well...&lt;BR /&gt;It works well on other systems before these patches...&lt;BR /&gt;&lt;BR /&gt;Any idea ???</description>
      <pubDate>Wed, 27 Aug 2008 17:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126658#M44485</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2008-08-27T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126659#M44486</link>
      <description>Crashes of most any sort are bad.  &lt;BR /&gt;&lt;BR /&gt;Something has romped on that stack.&lt;BR /&gt;&lt;BR /&gt;Call HP support.  They're going to want a look at this.&lt;BR /&gt;&lt;BR /&gt;FWIW, that's a very nice concise reproducer and one of the better problem statements I've seen posted.  But only HP has the source code to DCL, et al.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2008 17:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126659#M44486</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-08-27T17:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126660#M44487</link>
      <description>On my V8.3 alphasystem this error does not show up. I have all patches installed:&lt;BR /&gt;&lt;BR /&gt;. @cnc_manager:check_fixes&lt;BR /&gt;VMS83A_ACC V1.0                 : installed&lt;BR /&gt;VMS83A_AMACRO2K V1.0            : installed&lt;BR /&gt;VMS83A_CLIUTL V1.0              : installed&lt;BR /&gt;VMS83A_COPY V1.0                : installed&lt;BR /&gt;VMS83A_DCL V3.0                 : installed&lt;BR /&gt;VMS83A_FIBRE_SCSI V4.0          : installed&lt;BR /&gt;VMS83A_LOGIN V1.0               : installed&lt;BR /&gt;VMS83A_MAILSHR V1.0             : installed&lt;BR /&gt;VMS83A_MANAGE V3.0              : installed&lt;BR /&gt;VMS83A_PCSI V2.0                : installed&lt;BR /&gt;VMS83A_RAMDISK V1.0             : installed&lt;BR /&gt;VMS83A_RMS V8.0                 : installed&lt;BR /&gt;VMS83A_SMGRTL_MUP V1.0          : installed&lt;BR /&gt;VMS83A_SYS V9.0                 : installed&lt;BR /&gt;VMS83A_TRACE V1.0               : installed&lt;BR /&gt;VMS83A_UPDATE V6.0              : installed&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 28 Aug 2008 04:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126660#M44487</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-08-28T04:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126661#M44488</link>
      <description>Did you reboot (as required for update v6) ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 28 Aug 2008 05:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126661#M44488</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-28T05:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126662#M44489</link>
      <description>Not after each patch, but after this group&lt;BR /&gt;PCSI-V0200, UPDATE-V0600, SYS-V0900, RMS-V0700, FIBRE_SCSI-V0400, DNVOSIECO02-V0803, TCPIP-V0506-9ECO2.&lt;BR /&gt;&lt;BR /&gt;Here is the mistake ?&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126662#M44489</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2008-08-28T07:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126663#M44490</link>
      <description>VMS83A_RMS V8.0 : installed&lt;BR /&gt;Not found on web patch page. What is the content ?&lt;BR /&gt;&lt;BR /&gt;VMS83A_SMGRTL_MUP V1.0 : installed&lt;BR /&gt;arrived yesterday on web page. Could have a link to my problem. (stack corruption on SMG)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126663#M44490</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2008-08-28T07:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126664#M44491</link>
      <description>So, you did boot at the end of the patching process ? Seems ok then.&lt;BR /&gt;&lt;BR /&gt;Had undefined strange stuff once between install and reboot (7.3). Went away after the boot.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 28 Aug 2008 07:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126664#M44491</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-28T07:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126665#M44492</link>
      <description>VMS83A_RMS V8.0:&lt;BR /&gt;&lt;BR /&gt;has been put on hold, because it tries to set the VMS Versionstring and fails. A new patch (V9.0) was announced to be available real soon, but until now, nothing happened.&lt;BR /&gt;&lt;BR /&gt;I appended the textfile for your information.&lt;BR /&gt;&lt;BR /&gt;regards kalle</description>
      <pubDate>Thu, 28 Aug 2008 07:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126665#M44492</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-08-28T07:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126666#M44493</link>
      <description>Hoff,&lt;BR /&gt;I opened the ticket to my support. I hope they would transmit...&lt;BR /&gt;&lt;BR /&gt;Sorry for my english but I can't find meaning nor translation of abbreviations you use : "FWIW" and "et al."&lt;BR /&gt;&lt;BR /&gt;VMS83A_SMGRTL_MUP installed but not solved.&lt;BR /&gt;&lt;BR /&gt;I will wait for support before continuing to patch.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 08:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126666#M44493</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2008-08-28T08:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126667#M44494</link>
      <description>I always use &lt;A href="http://www.acronymfinder.com/" target="_blank"&gt;http://www.acronymfinder.com/&lt;/A&gt; for finding acronyms.&lt;BR /&gt;&lt;BR /&gt;FWIW = For What It's Worth&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;Oswald</description>
      <pubDate>Thu, 28 Aug 2008 11:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126667#M44494</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2008-08-28T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126668#M44495</link>
      <description>And FWIW: "et al" is latin, short for "Et Alii" which means "and others".</description>
      <pubDate>Thu, 28 Aug 2008 12:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126668#M44495</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2008-08-28T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126669#M44496</link>
      <description>On Internet, I received 2 or 3 different answers.&lt;BR /&gt;Thank you Oswald and Martin, I feel less stupid now... :&amp;gt;&lt;BR /&gt;&lt;BR /&gt;DCL.EXE from VMS83A_RMS-V0700.TXT (5-FEB-2008) seems to have the problem.&lt;BR /&gt;&lt;BR /&gt;After VMS83A_DCL-V0300.TXT, DCL.EXE from 28-MAY-2008 seems to solve the problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 13:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126669#M44496</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2008-08-28T13:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126670#M44497</link>
      <description>Why did I tell you to go to HP right away?&lt;BR /&gt;&lt;BR /&gt;A stackdump from an OpenVMS tool or component is a bug.  &lt;BR /&gt;&lt;BR /&gt;This is an axiom.  &lt;BR /&gt;&lt;BR /&gt;Stackdump = unhandled error = bug&lt;BR /&gt;&lt;BR /&gt;If you're patched to current, then unhandled errors and stackdumps should be reported to the vendor. &lt;BR /&gt;&lt;BR /&gt;If you're not current on your patches and you're encountering an error, then get current before you proceed any further with your own debug and with any vendor call.  This step eliminates the "known problems" (those with fixes released); it is a step that also makes for a much quicker path through the vendor support organization.&lt;BR /&gt;&lt;BR /&gt;Unhandled errors can be the injection point at which a security attack is made.&lt;BR /&gt;&lt;BR /&gt;Unhandled errors involving privileged code are particular targets for attacks.  And DCL is most definitely privileged code.&lt;BR /&gt;&lt;BR /&gt;Now as to whether this is a potential attack target or whether there's even remotely a vulnerability here is another discussion. &lt;BR /&gt;&lt;BR /&gt;Assuming the stackdump is semi-valid, this appears to be executive-mode error.  Yet more privileged than DCL.  Which also ties into getting blown off the system.  Which also means you should go look in the error log as (if this is the file system) then some system software logs (some of) its stackdumps there.&lt;BR /&gt;&lt;BR /&gt;Regardless, stackdumps are indicative of code badness.</description>
      <pubDate>Thu, 28 Aug 2008 13:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126670#M44497</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-08-28T13:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126671#M44498</link>
      <description>Answer from HP.&lt;BR /&gt;Bug is solved by VMS83A_DCL-V0300 but not commented in the release note. Update in progress...&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;I am reading the forum since a long time but I am always to late to solve...&lt;BR /&gt;&lt;BR /&gt;Never imagine I had the answer when I wrote this thread...</description>
      <pubDate>Thu, 28 Aug 2008 13:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126671#M44498</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2008-08-28T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: $ ON CONTROL activation crashes process with NOHANDLER error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126672#M44499</link>
      <description>Hoff, I agree with you.&lt;BR /&gt;I should have wait a little for support.&lt;BR /&gt;But investigation is interesting and if solution is the same as support...&lt;BR /&gt;In general, I am able to come back to previous steps, "ceinture et bretelles".&lt;BR /&gt;&lt;BR /&gt;A la prochaine...&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 16:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/on-control-activation-crashes-process-with-nohandler-error/m-p/5126672#M44499</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2008-08-28T16:24:21Z</dc:date>
    </item>
  </channel>
</rss>

