<?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: Purify compilation failure. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124729#M803313</link>
    <description>Yes, that's what was suggested by "IBM Rational software ".&lt;BR /&gt;Quote from IBM:&lt;BR /&gt;"The above error is caused because the linker patch on your system is newer than what Purify could understand. &lt;BR /&gt;This is fixed in our latest release, version 2003a.06.00.  Please upgrade your Purify to the latest release. "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Nov 2003 00:16:29 GMT</pubDate>
    <dc:creator>Rashmi Jha</dc:creator>
    <dc:date>2003-11-24T00:16:29Z</dc:date>
    <item>
      <title>Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124721#M803305</link>
      <description>When trying to compile with purify, error is encountered: &lt;BR /&gt;Details:&lt;BR /&gt;---------------&lt;BR /&gt;1) o/p of "ulimit -a" : &lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         262144&lt;BR /&gt;stack(kbytes)        32768&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 120&lt;BR /&gt;2) aCC compiler used&lt;BR /&gt;/opt/aCC/bin/aCC:&lt;BR /&gt;$Revision: 92453-07 linker linker crt0.o B.11.30 020412 $&lt;BR /&gt;      HP aC++ B3910B A.03.39&lt;BR /&gt;    HP aC++ B3910B A.03.33 Language Support Library&lt;BR /&gt;3) Rouge Wave version used is 7.1.1&lt;BR /&gt;4) Oracle 9i used&lt;BR /&gt;5) o/p of "uname -a" &lt;BR /&gt;HP-UX turtola B.11.11 U 9000/785 2005532668 unlimited-user license&lt;BR /&gt;6) Purify used:&lt;BR /&gt;/opt/local/purifyplus6.0/releases/DeveloperTools.2002a.06.00.Proto.0029/hppa_hpux/bin/purify&lt;BR /&gt;7) Error seen:&lt;BR /&gt;Instrumenting: libCsup_v2.2. &lt;BR /&gt;Purify engine: While processing file /vobs/src02/hpcorr/lib/libCsup_v2.2: &lt;BR /&gt;Warning: Symbol table defines T symbol __StaticCtorTable_End at 0x192a8; outside text limit 0x192a8. &lt;BR /&gt; Ignored. &lt;BR /&gt;Purify engine: Warning: Symbol table defines T symbol __ZStaticCtorTable_Start at 0x192a8; outside text limit 0x192a8. &lt;BR /&gt; Ignored. &lt;BR /&gt;Purify engine: While processing file /lib/dld.sl: &lt;BR /&gt;Internal error: Patch failure on pass2 &lt;BR /&gt;If possible, please send a bug report to support@rational.com &lt;BR /&gt;including the product name and version &lt;BR /&gt;(Purify 2002a.06.00 Proto 0029 011206 HP-UX (32-bit)), &lt;BR /&gt;plus your compiler name and version, operating system version, &lt;BR /&gt;this and any preceding error messages, and ideally a uuencoded copy &lt;BR /&gt;of any object or data files involved. &lt;BR /&gt;Thank you. &lt;BR /&gt;*** Error code 1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 08:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124721#M803305</guid>
      <dc:creator>Rashmi Jha</dc:creator>
      <dc:date>2003-11-20T08:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124722#M803306</link>
      <description>Try increasing &lt;BR /&gt;&lt;BR /&gt;maxtsiz --text area for a process&lt;BR /&gt;&lt;BR /&gt;Also do increase these values&lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxssiz&lt;BR /&gt;&lt;BR /&gt;If you are running a 64 bit applicaiton increase the 64 bit equ. of these kernel parameters&lt;BR /&gt;&lt;BR /&gt;maxtsiz_64&lt;BR /&gt;&lt;BR /&gt;How is your swap and memory usage on thh machine?</description>
      <pubDate>Thu, 20 Nov 2003 08:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124722#M803306</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-20T08:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124723#M803307</link>
      <description>Just found from one of the sites&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tek-tips.com/gviewthread.cfm/lev2/3/lev3/20/pid/51/qid/689456" target="_blank"&gt;http://www.tek-tips.com/gviewthread.cfm/lev2/3/lev3/20/pid/51/qid/689456&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Patch PHSS_28871  would fix this&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main&lt;/A&gt;|patch.breadcrumb.search|&amp;amp;patchid=PHSS_28871&amp;amp;context=hpux:800:11:11</description>
      <pubDate>Thu, 20 Nov 2003 08:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124723#M803307</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-20T08:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124724#M803308</link>
      <description>1) Have already tried this, but it does not work.&lt;BR /&gt;2) PHSS_28871 is for Rouge Wave version 7.0.6, we use 7.1.1.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 08:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124724#M803308</guid>
      <dc:creator>Rashmi Jha</dc:creator>
      <dc:date>2003-11-20T08:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124725#M803309</link>
      <description>First bump up the kernel parameters as said before.&lt;BR /&gt;Maxtsiz&lt;BR /&gt;&lt;BR /&gt;Second,Please revert as what Patch bundles you are running on the machine.Load the latest patch bundles from the patch database site.&lt;BR /&gt;&lt;BR /&gt;Revert on results</description>
      <pubDate>Thu, 20 Nov 2003 08:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124725#M803309</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-20T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124726#M803310</link>
      <description>check the version of dld ("what /usr/lib/dld.sl"). please contact rational to confirm that your version purify works with your version of dld.sl. if it does not, you will have to either run the latest version of purify or rollback to the version of dld.sl that is purify can work with.&lt;BR /&gt;&lt;BR /&gt;the problem Manikandan refers to at tek-tips is different. it occurs because ldd is being run on dld.sl. that wont work because ldd is in fact a stub program which would be loading dld.sl by default. since the user is attempting to load dld.sl again (mmap'ing MAP_SHARED), mmap will always fail, at least on PA-RISC. it is not really a problem and since dld.sl does not depend on any shared libraries ( of course :) ), "ldd dld.sl" is not required.</description>
      <pubDate>Sun, 23 Nov 2003 21:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124726#M803310</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-11-23T21:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124727#M803311</link>
      <description>sorry ... remembered this after posting first reply.&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;Warning: Symbol table defines T symbol __StaticCtorTable_End at 0x192a8; outside text limit 0x192a8. &lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;this is a bug in purify 2002a.06... and it is fixed in the latest (2003) version.</description>
      <pubDate>Sun, 23 Nov 2003 21:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124727#M803311</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-11-23T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124728#M803312</link>
      <description>PHSS_28871 is a linker/loader patch. it has nothing to do with roguewave.</description>
      <pubDate>Sun, 23 Nov 2003 21:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124728#M803312</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-11-23T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Purify compilation failure.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124729#M803313</link>
      <description>Yes, that's what was suggested by "IBM Rational software ".&lt;BR /&gt;Quote from IBM:&lt;BR /&gt;"The above error is caused because the linker patch on your system is newer than what Purify could understand. &lt;BR /&gt;This is fixed in our latest release, version 2003a.06.00.  Please upgrade your Purify to the latest release. "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2003 00:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/purify-compilation-failure/m-p/3124729#M803313</guid>
      <dc:creator>Rashmi Jha</dc:creator>
      <dc:date>2003-11-24T00:16:29Z</dc:date>
    </item>
  </channel>
</rss>

