<?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: Runtime error into multithread application in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684135#M101412</link>
    <description>If you have PHSS_33350, then you have the fix for the false positive missing -mt error in CR JAGaf62727.&lt;BR /&gt;&lt;BR /&gt;So you have a real problem.  Have you looked at every aC++ shared and archive lib you use in your whole application and made sure them were compiled with -mt?&lt;BR /&gt;&lt;BR /&gt;As Sandman asks, you need to find out of Informix is C++ and compiled with -mt.&lt;BR /&gt;&lt;BR /&gt;Using /usr/ccs/bin/elfdump -d on the libs will tell you if it is C++ but unfortunately it won't tell you it has been compiled wiht -mt.</description>
    <pubDate>Tue, 07 Mar 2006 01:10:36 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2006-03-07T01:10:36Z</dc:date>
    <item>
      <title>Runtime error into multithread application</title>
      <link>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684130#M101407</link>
      <description>I have same problem, which described in thread "&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=947243" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=947243&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;All shared librares and application are compiled and linked with "-mt" option for miltithreading. I use some Informix libraries also, which are mutlithreaded too.&lt;BR /&gt;But when I run my application, runtime error occured: "aCC runtime: Use of "-mt" must be consistent during both compilation and linking."&lt;BR /&gt;I install pathch "PHSS_33350", but trouble have not been solved.</description>
      <pubDate>Sun, 04 Dec 2005 04:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684130#M101407</guid>
      <dc:creator>Vadim Yezhakov</dc:creator>
      <dc:date>2005-12-04T04:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error into multithread application</title>
      <link>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684131#M101408</link>
      <description>Shalom Vadim,&lt;BR /&gt;&lt;BR /&gt;Is aCC fully patched from the Application cd?&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i aCC&lt;BR /&gt;&lt;BR /&gt;You may have a version of aCC that does not support what you are trying to do.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 04 Dec 2005 07:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684131#M101408</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-04T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error into multithread application</title>
      <link>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684132#M101409</link>
      <description>I don't know about all aCC patchs&lt;BR /&gt;But now i have "aCC: HP aC++/ANSI C B3910B A.06.00 [Aug 25 2004]"&lt;BR /&gt;And I install patch "PHSS_33350".&lt;BR /&gt;&lt;BR /&gt;I successfully use multithreading by all my applications, but when i use Informix shared libraries, the error occured.</description>
      <pubDate>Sun, 04 Dec 2005 07:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684132#M101409</guid>
      <dc:creator>Vadim Yezhakov</dc:creator>
      <dc:date>2005-12-04T07:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error into multithread application</title>
      <link>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684133#M101410</link>
      <description>Vadim,&lt;BR /&gt;&lt;BR /&gt;Take a look at PHSS_34041, which supersedes PHSS_33350.&lt;BR /&gt;&lt;BR /&gt;Please provide information on your system type and the command you are using to compile and link the Informix libraries.&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Sun, 04 Dec 2005 16:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684133#M101410</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-12-04T16:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error into multithread application</title>
      <link>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684134#M101411</link>
      <description>Hi Sandman.&lt;BR /&gt;My system configuration:&lt;BR /&gt;"HP-UX B.11.23 U ia64 "&lt;BR /&gt;I use Informix libraries for multithreading. I don't know wich command was used to compile this libraries.&lt;BR /&gt;But my app compiled with "-D_REENTRANT -D_RWSTD_MULTI_THREAD -lpthread" flags.&lt;BR /&gt;&lt;BR /&gt;I havn't problems on "HP-UX B.11.23 U 9000/800" system. Error ocured on Itanium only.</description>
      <pubDate>Mon, 12 Dec 2005 00:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684134#M101411</guid>
      <dc:creator>Vadim Yezhakov</dc:creator>
      <dc:date>2005-12-12T00:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error into multithread application</title>
      <link>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684135#M101412</link>
      <description>If you have PHSS_33350, then you have the fix for the false positive missing -mt error in CR JAGaf62727.&lt;BR /&gt;&lt;BR /&gt;So you have a real problem.  Have you looked at every aC++ shared and archive lib you use in your whole application and made sure them were compiled with -mt?&lt;BR /&gt;&lt;BR /&gt;As Sandman asks, you need to find out of Informix is C++ and compiled with -mt.&lt;BR /&gt;&lt;BR /&gt;Using /usr/ccs/bin/elfdump -d on the libs will tell you if it is C++ but unfortunately it won't tell you it has been compiled wiht -mt.</description>
      <pubDate>Tue, 07 Mar 2006 01:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/runtime-error-into-multithread-application/m-p/3684135#M101412</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-07T01:10:36Z</dc:date>
    </item>
  </channel>
</rss>

