<?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: No getting any  trace stack dump of exception occurred in program calls. Pls help. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/no-getting-any-trace-stack-dump-of-exception-occurred-in-program/m-p/7019304#M104375</link>
    <description>&lt;P&gt;Problem get resolved. As, I have mentioned in problem that we have 2 different error handler and I was trying to catch trace back stack dump during exception handler in Fortran but in fact call was getting transferred to C error handler whenever any of above written commands were getting executed. I got the the traceback dump in C error handler using below command -&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CMND='SHOW CALLS;GO;EXIT'&amp;nbsp; ---&amp;gt;CALL LIB$SIGNAL(SS$_DEBUG,1,CMND)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Sep 2018 16:13:10 GMT</pubDate>
    <dc:creator>NirmalCRIS</dc:creator>
    <dc:date>2018-09-22T16:13:10Z</dc:date>
    <item>
      <title>No getting any  trace stack dump of exception occurred in program calls. Pls help.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-getting-any-trace-stack-dump-of-exception-occurred-in-program/m-p/7019225#M104374</link>
      <description>&lt;P&gt;Using OpenVMS 8.3 version Itegrity Server.&lt;/P&gt;&lt;P&gt;I have Server program in C, here we are setting error handler. Now this program calls some FORTRAN programs, here main calling fortran program again set error handler.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some Exceptional conditions are occurring in FORTRAN module which results in call transfer to Fortran error handler, here in debug mode I am able to get call trace where exception generated however once call transferred to C error handler I am not getting any call trace from where this exception is generated. Even I have checked it by commenting the error handler establish at FORTRAN end. So, during execution mode I am not at all getting any trace back dump.&lt;/P&gt;&lt;P&gt;To get the trace back dump during execution mode at Fortran end I used following commands but no result.&lt;/P&gt;&lt;P&gt;CMND='SHOW CALLS;GO;EXIT'&amp;nbsp; ---&amp;gt;CALL LIB$SIGNAL(SS$_DEBUG,1,CMND)&lt;/P&gt;&lt;P&gt;CALL LIB$SIGNAL ( %VAL(SS$_ACCVIO) )&lt;/P&gt;&lt;P&gt;CALL SYS$PUTMSG (SIGARGS,0,0,0)&lt;/P&gt;&lt;P&gt;CALL SYS$UNWIND(MECHARGS(5),)&lt;/P&gt;&lt;P&gt;===============================================&lt;/P&gt;&lt;P&gt;I want trace back dump as shown below but nothing getting except out generated msg&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%SYSTEM-F-SUBRNG1, subscript 1 range error, PC=0000000000000000, PS=0E870610&lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;image module routine line rel PC abs PC&lt;BR /&gt;CHMENU_MAIN CH_ERROR_HANDLER_ROUTINE CH_ERROR_HANDLER_ROUTINE&lt;BR /&gt;2867 00000000000042A0 000000000E870610&lt;BR /&gt;DEC$FORRTL 0 00000000000DA822 FFFFFFFF8528E822&lt;BR /&gt;0 FFFFFFFF803A6AE2 FFFFFFFF803A6AE2&lt;BR /&gt;----- Above condition handler called with exception 00000574&lt;BR /&gt;%SYSTEM-F-SUBRNG1, subscript 1 range error, PC=000000000E9880F1, PS=0000001B&lt;BR /&gt;----- End of Exception message&lt;BR /&gt;0 FFFFFFFF80398E92 FFFFFFFF80398E92&lt;BR /&gt;CHMENU_MAIN CHCREATEMEMTABLES CHCREATEMEMTABLES&lt;BR /&gt;4341 0000000000004400 000000000E9880F0&lt;BR /&gt;CHMENU_MAIN NW_CHARTSUB NW_CHARTSUB 5341 000000000000F4A2 000000000E8A9412&lt;BR /&gt;CHMENU_MAIN CHMENU_NEW CHMENU_NEW 3246 0000000000003621 000000000E812BA1&lt;BR /&gt;CHMENU_MAIN CHMENU_MAIN main 8942 0000000000000B60 000000000E800B60&lt;BR /&gt;CHMENU_MAIN CHMENU_MAIN __main 8853 0000000000000101 000000000E800101&lt;BR /&gt;0 FFFFFFFF80A327D2 FFFFFFFF80A327D2&lt;BR /&gt;DCL 0 000000000007D472 000000007AE2D472&lt;BR /&gt;%TRACE-I-END, end of TRACE stack dump&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 15:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-getting-any-trace-stack-dump-of-exception-occurred-in-program/m-p/7019225#M104374</guid>
      <dc:creator>NirmalCRIS</dc:creator>
      <dc:date>2018-09-21T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: No getting any  trace stack dump of exception occurred in program calls. Pls help.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/no-getting-any-trace-stack-dump-of-exception-occurred-in-program/m-p/7019304#M104375</link>
      <description>&lt;P&gt;Problem get resolved. As, I have mentioned in problem that we have 2 different error handler and I was trying to catch trace back stack dump during exception handler in Fortran but in fact call was getting transferred to C error handler whenever any of above written commands were getting executed. I got the the traceback dump in C error handler using below command -&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CMND='SHOW CALLS;GO;EXIT'&amp;nbsp; ---&amp;gt;CALL LIB$SIGNAL(SS$_DEBUG,1,CMND)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Sep 2018 16:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/no-getting-any-trace-stack-dump-of-exception-occurred-in-program/m-p/7019304#M104375</guid>
      <dc:creator>NirmalCRIS</dc:creator>
      <dc:date>2018-09-22T16:13:10Z</dc:date>
    </item>
  </channel>
</rss>

