<?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: traceback information in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752613#M33853</link>
    <description>Sorry should have put it in the original post.&lt;BR /&gt;&lt;BR /&gt;OpenVMS V7.2-1H1 on Alpha&lt;BR /&gt;&lt;BR /&gt;Hein,&lt;BR /&gt;&lt;BR /&gt;Good to hear from you after all this time.&lt;BR /&gt;Digital right-sized me 11 year ago, now with VXcompany.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;John.</description>
    <pubDate>Thu, 16 Mar 2006 10:16:13 GMT</pubDate>
    <dc:creator>John Carlier</dc:creator>
    <dc:date>2006-03-16T10:16:13Z</dc:date>
    <item>
      <title>traceback information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752610#M33850</link>
      <description>For a general error routine we wish to extract the traceback information and write this to a central log file. This is for an ACMS application.&lt;BR /&gt;I can get the stack information via LIB$GET_CURR_INVO_CONTEXT and LIB$GET_PREV_INVO_CONTEXT. From this I can get to the PDSC but how do I now get the NAME of each module? Is this the correct approach or is there a simple way to get the traceback information?</description>
      <pubDate>Thu, 16 Mar 2006 09:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752610#M33850</guid>
      <dc:creator>John Carlier</dc:creator>
      <dc:date>2006-03-16T09:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: traceback information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752611#M33851</link>
      <description>On which platform and which version of VMS?&lt;BR /&gt;The calling standard and related things are somewhat different on I64, Alpha and VAX.&lt;BR /&gt;There was talk of a callable interface to trace. The symbol table information is in the .EXE but its format is not documented.</description>
      <pubDate>Thu, 16 Mar 2006 09:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752611#M33851</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-16T09:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: traceback information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752612#M33852</link>
      <description>John Carlier!&lt;BR /&gt;What a blast from the past!&lt;BR /&gt;&lt;BR /&gt;Happened to mention your name recently (17-Jan) on the &lt;A href="http://www.decnet.nl" target="_blank"&gt;www.decnet.nl&lt;/A&gt; organized 'Digital' reunion/newyears drink.&lt;BR /&gt;&lt;BR /&gt;Met vriendelijke groetjes uit Nashua, NH,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2006 10:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752612#M33852</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-03-16T10:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: traceback information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752613#M33853</link>
      <description>Sorry should have put it in the original post.&lt;BR /&gt;&lt;BR /&gt;OpenVMS V7.2-1H1 on Alpha&lt;BR /&gt;&lt;BR /&gt;Hein,&lt;BR /&gt;&lt;BR /&gt;Good to hear from you after all this time.&lt;BR /&gt;Digital right-sized me 11 year ago, now with VXcompany.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Thu, 16 Mar 2006 10:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752613#M33853</guid>
      <dc:creator>John Carlier</dc:creator>
      <dc:date>2006-03-16T10:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: traceback information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752614#M33854</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;there is an undocumented interface to TBK$SHOW_TRACEBACK, see ATW 5175:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_5175.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_5175.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It may be possible to use the user action routine (USER_ACTION_PROCEDURE) to write the traceback info to some user specific log file instead of SYS$OUTPUT.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 16 Mar 2006 11:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752614#M33854</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-03-16T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: traceback information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752615#M33855</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;  The TBK$ routines can work, but aren't necessarily architecture independent and subject to change.&lt;BR /&gt;&lt;BR /&gt;  It may be simpler and more reliable just to use the LIB$*INVO_CONTEXT routines and dump out non-symbolic information. Worry about correlating it to routine names only if actually necessary. How often do you need to do it? It's fairly straightforward - use the MAP file for the image.&lt;BR /&gt;&lt;BR /&gt;  My preference is to keep error handing routines as simple as possible, to avoid the issue of trying to debug "meta" problems, or having logic errors in the handling code mask or misrepresent the real problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2006 21:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/traceback-information/m-p/3752615#M33855</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-03-16T21:24:15Z</dc:date>
    </item>
  </channel>
</rss>

