<?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: debugger reports %DEBUG-I-PRETHRDEVNTFAIL (OpenVMS Alpha 8.2) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076206#M38529</link>
    <description>Volker,&lt;BR /&gt;&lt;BR /&gt;thanks so much - this is exactly what I was missing...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Hans.</description>
    <pubDate>Wed, 26 Sep 2007 06:54:36 GMT</pubDate>
    <dc:creator>H_Bachner</dc:creator>
    <dc:date>2007-09-26T06:54:36Z</dc:date>
    <item>
      <title>debugger reports %DEBUG-I-PRETHRDEVNTFAIL (OpenVMS Alpha 8.2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076202#M38525</link>
      <description>After upgrading an OpenVMS Alpha V8.2 system from VMS82A_UPDATE V2.0 to V9.0, I get the following error messages when trying to analyze a process dump of a program using pthreads (written in C++):&lt;BR /&gt;&lt;BR /&gt;%DEBUG-I-PRETHRDEVNTFAIL, setting a predefined thread event failed&lt;BR /&gt;%SYSTEM-F-IMGDMP, dynamic image dump signal at PC=FFFFFFFF80150768, PS=00000018&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=A725C0F7D9018B78, PC=A725C0F7D9018B78, PS=0000001B&lt;BR /&gt;break on unhandled exception preceding 18446744071563446120 in THREAD -2&lt;BR /&gt;[...]&lt;BR /&gt;%DEBUG-E-INTERR, debugger error in DBGMAIN\SUB_CALL_KERNEL_RPC - error in kernel routine DBGEXT_CALL or session corruption&lt;BR /&gt;DBG&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I suspect this problem was introduced with the DEBUG V1.0 patch which is part of UPDATE V9.0.&lt;BR /&gt;&lt;BR /&gt;Are there any workarounds available, or even a fix in the works?&lt;BR /&gt;&lt;BR /&gt;Second question: &lt;BR /&gt;DBG&amp;gt; SHOW CALLS &lt;BR /&gt;only lists calls in the PTHREAD RTL. How can I examine the call stack of an individual thread in the process dump?&lt;BR /&gt;&lt;BR /&gt;BTW, the dump was created with &lt;BR /&gt;$ SET PROC /DUMP=NOW &lt;BR /&gt;followed by &lt;BR /&gt;$ STOP /ID &lt;BR /&gt;because the process hang.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help,&lt;BR /&gt;Hans.</description>
      <pubDate>Wed, 26 Sep 2007 02:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076202#M38525</guid>
      <dc:creator>H_Bachner</dc:creator>
      <dc:date>2007-09-26T02:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: debugger reports %DEBUG-I-PRETHRDEVNTFAIL (OpenVMS Alpha 8.2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076203#M38526</link>
      <description>Hans,&lt;BR /&gt;&lt;BR /&gt;DBG&amp;gt; help message PRETHRDEVNTFAIL&lt;BR /&gt;&lt;BR /&gt;suggests to write a SPR against ADARTL ;-)&lt;BR /&gt;&lt;BR /&gt;You should be able to use SET THREAD to set context to another thread, use DBG&amp;gt; SHOW THREAD to show the available threads.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 26 Sep 2007 03:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076203#M38526</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-09-26T03:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: debugger reports %DEBUG-I-PRETHRDEVNTFAIL (OpenVMS Alpha 8.2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076204#M38527</link>
      <description>Hi Volker,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; DBG&amp;gt; help message PRETHRDEVNTFAIL&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; suggests to write a SPR against ADARTL ;-)&lt;BR /&gt;&lt;BR /&gt;I found this message mentioned in ECO VMS821I_DEBUG in the Ada support section *but* this is a C++ application, with no Ada modules around.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; You should be able to use SET THREAD to set context to &lt;BR /&gt;&amp;gt; another thread, use DBG&amp;gt; SHOW THREAD to show the &lt;BR /&gt;&amp;gt; available threads.&lt;BR /&gt;&lt;BR /&gt;This works in the "live" debugger, but not with&lt;BR /&gt;$ ANALYZE /PROCESS   !   :-(&lt;BR /&gt;&lt;BR /&gt;Thanks anyway,&lt;BR /&gt;Hans.&lt;BR /&gt;&lt;BR /&gt;PS: see you tomorrow?</description>
      <pubDate>Wed, 26 Sep 2007 06:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076204#M38527</guid>
      <dc:creator>H_Bachner</dc:creator>
      <dc:date>2007-09-26T06:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: debugger reports %DEBUG-I-PRETHRDEVNTFAIL (OpenVMS Alpha 8.2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076205#M38528</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;you can use the PTHREADS extension in a process dump:&lt;BR /&gt;&lt;BR /&gt;DBG&amp;gt; threads -af&lt;BR /&gt;&lt;BR /&gt;You can also switch to SDA (using the DBG&amp;gt; SDA command) and then use the PTHREADS extension.&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; pthread threads -f&lt;BR /&gt;&lt;BR /&gt;will show SP addresses, then you can use SHOW STACK address;100 or even SHOW CALL address/SUMM&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;PS: See you tomorrow at the OpenVMS TUDs</description>
      <pubDate>Wed, 26 Sep 2007 06:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076205#M38528</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-09-26T06:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: debugger reports %DEBUG-I-PRETHRDEVNTFAIL (OpenVMS Alpha 8.2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076206#M38529</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;thanks so much - this is exactly what I was missing...&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Hans.</description>
      <pubDate>Wed, 26 Sep 2007 06:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-reports-debug-i-prethrdevntfail-openvms-alpha-8-2/m-p/4076206#M38529</guid>
      <dc:creator>H_Bachner</dc:creator>
      <dc:date>2007-09-26T06:54:36Z</dc:date>
    </item>
  </channel>
</rss>

