<?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: Problem after last C++ runtime patch in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917520#M104355</link>
    <description>I also have seen this docs and knowledge-base report.&lt;BR /&gt;&lt;BR /&gt;The problem(described in the patch description  and in the JAG)  was that there was know information massege about consitency of using the -mt option. And the described fix is that now this massege is added to runtime envirenment in the patch PHSS_30231(wich is superceed by PHSS_31855).&lt;BR /&gt;&lt;BR /&gt;I have problem this 'cores dump' about -mt inconsistency before this patch (PHSS_31855) was appleid. But after this patch it appears.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Aug 2005 06:09:11 GMT</pubDate>
    <dc:creator>Anthony Grouzdev</dc:creator>
    <dc:date>2005-08-11T06:09:11Z</dc:date>
    <item>
      <title>Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917514#M104349</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I have binary application (compiled with ACC version 6 ).&lt;BR /&gt;I have update the system with the last QPK for HP-UX 11.23 which include 3 pathes for C++ runtime and some libraries: &lt;BR /&gt;&lt;BR /&gt;PHSS_31855 - s700_800 11.23 aC++ Runtime (IA: A.05.61, PA A.03.61)&lt;BR /&gt;PHSS_31851 - s700_800 11.23 Integrity Unwind Library&lt;BR /&gt;PHSS_31853 - s700_800 11.23 Math Library Cumulative Patch&lt;BR /&gt;&lt;BR /&gt;My application does not work after this update. It's going to 'core dump' with signal 6 and error message like: &lt;BR /&gt;&lt;BR /&gt;aCC runtime: Use of "-mt" must be consistent during both compilation and&lt;BR /&gt;linking.&lt;BR /&gt;&lt;BR /&gt;But I have '-mt' option in all makes. &lt;BR /&gt;&lt;BR /&gt;Does anybody know what may be cause of this ?&lt;BR /&gt;&lt;BR /&gt;I also link some oracle libraries ...&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Thu, 11 Aug 2005 03:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917514#M104349</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-11T03:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917515#M104350</link>
      <description>Are you linking some shared libraries which don't have -mt tag.</description>
      <pubDate>Thu, 11 Aug 2005 05:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917515#M104350</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-08-11T05:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917516#M104351</link>
      <description>If you'll try and remove these patches (or one by one), will it solve the problem?&lt;BR /&gt;&lt;BR /&gt;Just to make sure that it's really the patches issue.</description>
      <pubDate>Thu, 11 Aug 2005 05:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917516#M104351</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917517#M104352</link>
      <description>to Vibhor:&lt;BR /&gt;May be ... I also thinking about this.&lt;BR /&gt;But how can I determine which of them (shared libs) are with -mt and wich are not?&lt;BR /&gt;&lt;BR /&gt;to Alex:&lt;BR /&gt;I think It's not the solving of the problem.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 05:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917517#M104352</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-11T05:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917518#M104353</link>
      <description>Alex .&lt;BR /&gt;&lt;BR /&gt;I'm shure that it's patch problem because this error information message appears only in this patchset.</description>
      <pubDate>Thu, 11 Aug 2005 05:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917518#M104353</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-11T05:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917519#M104354</link>
      <description>I read the patch text of PHSS_31855, and it says something about "-mt" error, but it should be fixed in PHSS_30231, which is superceeded.&lt;BR /&gt;&lt;BR /&gt;There is JAG in  hp knowledge base about this problem (according to patch text), my be it will be a good idea to call the support center and check this document and solution (if there is one).&lt;BR /&gt;&lt;BR /&gt;Alex.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 05:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917519#M104354</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917520#M104355</link>
      <description>I also have seen this docs and knowledge-base report.&lt;BR /&gt;&lt;BR /&gt;The problem(described in the patch description  and in the JAG)  was that there was know information massege about consitency of using the -mt option. And the described fix is that now this massege is added to runtime envirenment in the patch PHSS_30231(wich is superceed by PHSS_31855).&lt;BR /&gt;&lt;BR /&gt;I have problem this 'cores dump' about -mt inconsistency before this patch (PHSS_31855) was appleid. But after this patch it appears.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 06:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917520#M104355</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-11T06:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917521#M104356</link>
      <description>Sorry ... a litle mistake in last post :)&lt;BR /&gt;&lt;BR /&gt;I have NO problem with this 'cores dump' about -mt inconsistency before this patch (PHSS_31855) was appleid. But after this patch it appears.</description>
      <pubDate>Thu, 11 Aug 2005 06:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917521#M104356</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-11T06:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917522#M104357</link>
      <description>There are some commands which will give you with what flags was the binary compiled.&lt;BR /&gt;&lt;BR /&gt;Its solaris version is dumpstabs, I don't its hp one.&lt;BR /&gt;&lt;BR /&gt;May be somebody else knows it.</description>
      <pubDate>Thu, 11 Aug 2005 06:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917522#M104357</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-08-11T06:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917523#M104358</link>
      <description>I found it.&lt;BR /&gt;There are some utils like elfdump and odump in HP-UX.&lt;BR /&gt;&lt;BR /&gt;thanks a lot.</description>
      <pubDate>Thu, 11 Aug 2005 09:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917523#M104358</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-11T09:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917524#M104359</link>
      <description>I'm experiencing the similar problem and i do have "-mt" in comiple &amp;amp; link. Anyone know how to resolve the problem. What options should we use for elfdump&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 23 Aug 2005 16:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917524#M104359</guid>
      <dc:creator>Balaraju Komuravalli</dc:creator>
      <dc:date>2005-08-23T16:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917525#M104360</link>
      <description>&lt;BR /&gt;About the options of elfdump. You need to use -dc option to see compilation unit dictionary. See the manual.&lt;BR /&gt;&lt;BR /&gt;My problem have been solved by PHSS_33350 patch Runtime (IA: A.06.05, PA: A.03.65).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2005 00:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917525#M104360</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-24T00:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem after last C++ runtime patch</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917526#M104361</link>
      <description>PHSS_33350 patch&lt;BR /&gt;Runtime (IA: A.06.05, PA: A.03.65)</description>
      <pubDate>Wed, 24 Aug 2005 00:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-after-last-c-runtime-patch/m-p/4917526#M104361</guid>
      <dc:creator>Anthony Grouzdev</dc:creator>
      <dc:date>2005-08-24T00:55:15Z</dc:date>
    </item>
  </channel>
</rss>

