<?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 Crash in DCE... in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141263#M92081</link>
    <description>One of the DCE programs (sender) may crash occasionally:&lt;BR /&gt;&lt;BR /&gt;$       run/nodebug WPSDSND&lt;BR /&gt;%CMA-F-EXCCOP, exception raised; VMS condition code follows&lt;BR /&gt;-SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000, PC=001EE8C5, PSL=03C00000&lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;module name     routine name                     line       rel PC    abs PCCL&lt;BR /&gt;                                                           0003D718  0003D718&lt;BR /&gt;                                                           0005AD2E  0005AD2E&lt;BR /&gt;                                                           0002F42B  0002F42B&lt;BR /&gt;                                                           002A86E3  002A86E3&lt;BR /&gt;                                                           00065734  00065734&lt;BR /&gt;                                                           0005AE87  0005AE87&lt;BR /&gt;                                                           00000000  00000000&lt;BR /&gt; &lt;BR /&gt;and since this is in a batch job, it shows up in accounting:&lt;BR /&gt;&lt;BR /&gt;14-NOV-2008 22:36:48 PROCESS BATCH       TGROOTERPROD 00033979          10408014&lt;BR /&gt;&lt;BR /&gt;This error code translates to:&lt;BR /&gt;&lt;BR /&gt;TKS_PROD» write sys$output f$message (%x10408014)&lt;BR /&gt;%CMA-F-NOMSG, Message number 10408014&lt;BR /&gt;&lt;BR /&gt;Doesn't tell much except it's in some multi-threaded part of the program - and this has been confirmed examining the map file.&lt;BR /&gt;&lt;BR /&gt;It could happen after any number of messages sent.  I don't think it has to do with the message itself. Due to the way the progtram works, it will restart automatically and access the first message fit for sending - the one it just crashed on - and happily send it.&lt;BR /&gt;&lt;BR /&gt;The program is NOT linked /NOTRACEBACK, because traceback is missing I guess the error shows up in some multi-threaded code. I found CMA as 'Common Multithread Archietcture'.&lt;BR /&gt;It _could_ be that PTHREADS isn't linked with the program - there have been issues with PTreads in some applications and this might have been one of them.&lt;BR /&gt;&lt;BR /&gt;We couldn't find any clue on the cause. It's not something with hibernation within the progranm itself. It uses LIB$SPAWN (WAIT &lt;SECONDS&gt;) (see &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1288314)" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1288314)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So we're wondering where to look for clues and hints on what may cause the problem.&lt;BR /&gt;Same environment: VAX, VMS 7.1`/7.2, DCE 1.5 + ECO1&lt;/SECONDS&gt;</description>
    <pubDate>Mon, 17 Nov 2008 11:46:12 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2008-11-17T11:46:12Z</dc:date>
    <item>
      <title>Crash in DCE...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141263#M92081</link>
      <description>One of the DCE programs (sender) may crash occasionally:&lt;BR /&gt;&lt;BR /&gt;$       run/nodebug WPSDSND&lt;BR /&gt;%CMA-F-EXCCOP, exception raised; VMS condition code follows&lt;BR /&gt;-SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000, PC=001EE8C5, PSL=03C00000&lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;module name     routine name                     line       rel PC    abs PCCL&lt;BR /&gt;                                                           0003D718  0003D718&lt;BR /&gt;                                                           0005AD2E  0005AD2E&lt;BR /&gt;                                                           0002F42B  0002F42B&lt;BR /&gt;                                                           002A86E3  002A86E3&lt;BR /&gt;                                                           00065734  00065734&lt;BR /&gt;                                                           0005AE87  0005AE87&lt;BR /&gt;                                                           00000000  00000000&lt;BR /&gt; &lt;BR /&gt;and since this is in a batch job, it shows up in accounting:&lt;BR /&gt;&lt;BR /&gt;14-NOV-2008 22:36:48 PROCESS BATCH       TGROOTERPROD 00033979          10408014&lt;BR /&gt;&lt;BR /&gt;This error code translates to:&lt;BR /&gt;&lt;BR /&gt;TKS_PROD» write sys$output f$message (%x10408014)&lt;BR /&gt;%CMA-F-NOMSG, Message number 10408014&lt;BR /&gt;&lt;BR /&gt;Doesn't tell much except it's in some multi-threaded part of the program - and this has been confirmed examining the map file.&lt;BR /&gt;&lt;BR /&gt;It could happen after any number of messages sent.  I don't think it has to do with the message itself. Due to the way the progtram works, it will restart automatically and access the first message fit for sending - the one it just crashed on - and happily send it.&lt;BR /&gt;&lt;BR /&gt;The program is NOT linked /NOTRACEBACK, because traceback is missing I guess the error shows up in some multi-threaded code. I found CMA as 'Common Multithread Archietcture'.&lt;BR /&gt;It _could_ be that PTHREADS isn't linked with the program - there have been issues with PTreads in some applications and this might have been one of them.&lt;BR /&gt;&lt;BR /&gt;We couldn't find any clue on the cause. It's not something with hibernation within the progranm itself. It uses LIB$SPAWN (WAIT &lt;SECONDS&gt;) (see &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1288314)" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1288314)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So we're wondering where to look for clues and hints on what may cause the problem.&lt;BR /&gt;Same environment: VAX, VMS 7.1`/7.2, DCE 1.5 + ECO1&lt;/SECONDS&gt;</description>
      <pubDate>Mon, 17 Nov 2008 11:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141263#M92081</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-17T11:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Crash in DCE...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141264#M92082</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;%CMA-F-EXCCOP indicates, that an exception has been raised from a routine, which was being executed within the pthreads threads context.&lt;BR /&gt;&lt;BR /&gt;You have the failing PC = 001EE8C5, find out in which module/routine this code is in. If this address is not within your program, consider to use SDA&amp;gt; SHOW PROC/IMAGE to find out, which library this code is in.&lt;BR /&gt;&lt;BR /&gt;Consider to create a process dump by using $ SET PROC/DUMP before executing your image. Then analyze the resulting process dump with ANAL/PROC.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2008 13:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141264#M92082</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-11-17T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Crash in DCE...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141265#M92083</link>
      <description>&lt;!--!*#--&gt;Found the error's origin deep inside a package I have no access to, accessing the PTHREADS library. I discussed the problem with collegues that have a deeper knowledge of this software:&lt;BR /&gt;1. It does a refresh of 'user credentials' in regular intervals and somewhere in that routine it runs off the rails.&lt;BR /&gt;2. There are two versions of this shared image: one based on OpenVMS 6.2 (without PTHREADS) and one based on OpenVMS 7.2 (with PTHREADS) and we run the latter - on a 7.1 machine. That might well be the problem:&lt;BR /&gt;&lt;BR /&gt;DBG&amp;gt; show call&lt;BR /&gt; module name     routine name      line                rel PC           abs PC&lt;BR /&gt; SHARE$LIBRTL                                         00000000         0003DB18&lt;BR /&gt; SHARE$PTHREAD$RTL                                    00000000         0005B12E&lt;BR /&gt; SHARE$CMA$RTL                                        00000000         0002F82B&lt;BR /&gt; SHARE$HAD_SHR                                        00000000         002A8AE3&lt;BR /&gt; SHARE$PTHREAD$RTL                                    00000000         00065B34&lt;BR /&gt; SHARE$PTHREAD$RTL                                    00000000         0005B287&lt;BR /&gt;                                                      00000000         00000000&lt;BR /&gt;                                                      00000000         83AB5422&lt;BR /&gt;&lt;BR /&gt;where there is:&lt;BR /&gt;* some data not initialzed&lt;BR /&gt;* dynamic link fails&lt;BR /&gt;* any other error that is not handled (assumed not to fail ?)&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 14:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141265#M92083</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-21T14:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Crash in DCE...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141266#M92084</link>
      <description>Since this communication channel is actually obsolete, the program having this problem will soon be removed from the suite; so we leave it as it is.</description>
      <pubDate>Fri, 21 Nov 2008 14:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/crash-in-dce/m-p/5141266#M92084</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-21T14:46:53Z</dc:date>
    </item>
  </channel>
</rss>

