<?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 Instrumenting error on using purify in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633811#M850296</link>
    <description>Hi,&lt;BR /&gt;   I am facing problem with purify, when it instruments with libc.1. I am attaching the error file. It is giving error while linking with libc.1 file in /usr/lib .&lt;BR /&gt;Is there any way I can replace this file. I tried replacing this file but it always gives text file busy error. &lt;BR /&gt;Can anyone tell me how to replace this file and what is this file used for? &lt;BR /&gt;I am using HPUX 10.20 and C++ compiler along with make.&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Dec 2001 10:52:17 GMT</pubDate>
    <dc:creator>Amit Mehra_1</dc:creator>
    <dc:date>2001-12-20T10:52:17Z</dc:date>
    <item>
      <title>Instrumenting error on using purify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633811#M850296</link>
      <description>Hi,&lt;BR /&gt;   I am facing problem with purify, when it instruments with libc.1. I am attaching the error file. It is giving error while linking with libc.1 file in /usr/lib .&lt;BR /&gt;Is there any way I can replace this file. I tried replacing this file but it always gives text file busy error. &lt;BR /&gt;Can anyone tell me how to replace this file and what is this file used for? &lt;BR /&gt;I am using HPUX 10.20 and C++ compiler along with make.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2001 10:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633811#M850296</guid>
      <dc:creator>Amit Mehra_1</dc:creator>
      <dc:date>2001-12-20T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Instrumenting error on using purify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633812#M850297</link>
      <description>You should not remove this file.&lt;BR /&gt;This is part of HP ANSI C&lt;BR /&gt;You should look for patches that will update it for you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2001 10:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633812#M850297</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2001-12-20T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Instrumenting error on using purify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633813#M850298</link>
      <description>The following patch may help:&lt;BR /&gt;Patch Name: PHCO_23684&lt;BR /&gt;&lt;BR /&gt;Patch Description: s700_800 10.20 libc cumulative patch&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can check what version of libc.1 you have installed with the following command:&lt;BR /&gt;&lt;BR /&gt;What /usr/lib/libc.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; /usr/lib/libc.1:&lt;BR /&gt;  PATCH-PHCO_23684 for 10.20; for 10.30, 11.x compatib&lt;BR /&gt;   ility libc.1_ID@@/main/r10dav/libc_dav/libc_&lt;BR /&gt;   dav_cpe//1&lt;BR /&gt;  /ux/core/libs/libc/shared_pa1/libc.1_ID&lt;BR /&gt;  May  2 2001 14:37:28&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2001 11:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633813#M850298</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2001-12-20T11:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Instrumenting error on using purify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633814#M850299</link>
      <description>You don't want to replace libc.1 or your system will become unusable!  What purify is doing is creating an instrumented version of libc under /tmp/purifycache and filling up the file system as can be seen by the error:&lt;BR /&gt;&lt;BR /&gt;Purify engine: Error: Wrote only 4356 bytes, out of 9048, into file /tmp/purifycache/usr/lib/libc.1_pure_p3_c0_410_B1020_1855488.hpnmu.4573.tmp.&lt;BR /&gt;File system may be full.&lt;BR /&gt;System error code: No space left on device&lt;BR /&gt; &lt;BR /&gt;Either increase /tmp or change the directory where purify creates its instrumented libraries.  On our dev system we have a special cache directory for this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 20 Dec 2001 11:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633814#M850299</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-12-20T11:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Instrumenting error on using purify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633815#M850300</link>
      <description>Thanks to Alan,&lt;BR /&gt;               On installing the patch PHCO_23864, purify was able to instrument the file successfully. But Now I have another problem my application is crashing on linking with purify. If I don't link it with Purify it works fine. I have attached the purified output. It shows error in libc.1. I think there needs to be attached some different patch with this. &lt;BR /&gt;Any comments on this?&lt;BR /&gt;I am worried I don't spoil my build machine by installing these patches. How do I deinstall a patch?&lt;BR /&gt;&lt;BR /&gt;Thanks for the support.&lt;BR /&gt;&lt;BR /&gt;Amit&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Dec 2001 09:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633815#M850300</guid>
      <dc:creator>Amit Mehra_1</dc:creator>
      <dc:date>2001-12-22T09:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Instrumenting error on using purify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633816#M850301</link>
      <description>Thanks to Alan,&lt;BR /&gt;               On installing the patch PHCO_23864, purify was able to instrument the file successfully. But Now I have another problem my application is crashing on linking with purify. If I don't link it with Purify it works fine. I have attached the purified output. It shows error in libc.1. I think there needs to be attached some different patch with this. &lt;BR /&gt;Any comments on this?&lt;BR /&gt;I am worried I don't spoil my build machine by installing these patches. How do I deinstall a patch? If I remove Patch_NOSAVE file and then install the patch then will I be able to deinstall the installed patched &lt;BR /&gt;&lt;BR /&gt;Thanks for the support.&lt;BR /&gt;&lt;BR /&gt;Amit&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Dec 2001 09:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/instrumenting-error-on-using-purify/m-p/2633816#M850301</guid>
      <dc:creator>Amit Mehra_1</dc:creator>
      <dc:date>2001-12-22T09:14:45Z</dc:date>
    </item>
  </channel>
</rss>

