<?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 with memory leak in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133419#M727909</link>
    <description>&amp;gt;Both heap size and outstanding allocation are increasing.&lt;BR /&gt;&amp;gt;1. Outstanding = 848278668&lt;BR /&gt;&amp;gt;3. Outstanding = 850531303&lt;BR /&gt;&lt;BR /&gt;That should be a leak gdb can detect.  That's about 2 Mb so far.  Do you  have the latest version?&lt;BR /&gt; &lt;BR /&gt;&amp;gt;Also mine is a multi-threaded program with around 90 threads&lt;BR /&gt;&lt;BR /&gt;Do you have the latest libc/libpthread patches installed?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Attaching gdb only shows a leak of 1400 bytes in the first run&lt;BR /&gt;&lt;BR /&gt;Did you get that one fixed?  :-)</description>
    <pubDate>Fri, 25 Jan 2008 12:05:08 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-01-25T12:05:08Z</dc:date>
    <item>
      <title>Problem with memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133415#M727905</link>
      <description>Hi,&lt;BR /&gt;This is my 1st post here...and if i am not posting at the right place then i am extrememly sorry. I am facing a rather weired problem. I have a C++ binary running on HP-UX. The output of top as well as glance shows periodic increase in memory. But when i use gdb to detect it, i dnt get the desired output...gdb says...no leaks found. Just to mention that I have used gdb earlier to track memory leaks and it is quite efficient in that. But now , even though the memory keeps increasing, i dnt get any leak info from gdb.&lt;BR /&gt;It will be really great if someone can provide some help...or atleast tell me where i can get help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kaushik</description>
      <pubDate>Tue, 22 Jan 2008 13:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133415#M727905</guid>
      <dc:creator>Kaushik Basu</dc:creator>
      <dc:date>2008-01-22T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133416#M727906</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is a copy of a HP doc&lt;BR /&gt;&lt;BR /&gt;Read and request the tools from your local response centre if you need them&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.google.com/View?docid=dc7s6mzr_56cgsg9g" target="_blank"&gt;http://docs.google.com/View?docid=dc7s6mzr_56cgsg9g&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                   Steve Steel</description>
      <pubDate>Tue, 22 Jan 2008 13:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133416#M727906</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2008-01-22T13:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133417#M727907</link>
      <description>You might want to look at this other thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1182798" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1182798&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Did you use "info heap"?  Did it show the " Heap Size" increasing but not the "Outstanding Allocations"?</description>
      <pubDate>Wed, 23 Jan 2008 07:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133417#M727907</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-23T07:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133418#M727908</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thnx for ur replies. I checked the thread. But in my case, it is different. Both heap size and outstanding allocation are increasing. i took three outputs of info heap in a hour at an interval 0f 20 mins...the result is as follows:&lt;BR /&gt;1. Heap size   = 876201528&lt;BR /&gt;   Outstanding = 848278668&lt;BR /&gt;&lt;BR /&gt;2. Heap size   = 878167608&lt;BR /&gt;   Outstanding = 848495917&lt;BR /&gt;&lt;BR /&gt;3. Heap size   = 878560824&lt;BR /&gt;   Outstanding = 850531303&lt;BR /&gt;&lt;BR /&gt;Also mine is a multi-threaded program with arnd 90 threads running at any given time.&lt;BR /&gt;Attaching gdb only shows a leak of 1400 bytes in the first run...every time from then on, it simply says no leaks found.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kaushik</description>
      <pubDate>Fri, 25 Jan 2008 07:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133418#M727908</guid>
      <dc:creator>Kaushik Basu</dc:creator>
      <dc:date>2008-01-25T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133419#M727909</link>
      <description>&amp;gt;Both heap size and outstanding allocation are increasing.&lt;BR /&gt;&amp;gt;1. Outstanding = 848278668&lt;BR /&gt;&amp;gt;3. Outstanding = 850531303&lt;BR /&gt;&lt;BR /&gt;That should be a leak gdb can detect.  That's about 2 Mb so far.  Do you  have the latest version?&lt;BR /&gt; &lt;BR /&gt;&amp;gt;Also mine is a multi-threaded program with around 90 threads&lt;BR /&gt;&lt;BR /&gt;Do you have the latest libc/libpthread patches installed?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Attaching gdb only shows a leak of 1400 bytes in the first run&lt;BR /&gt;&lt;BR /&gt;Did you get that one fixed?  :-)</description>
      <pubDate>Fri, 25 Jan 2008 12:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-memory-leak/m-p/4133419#M727909</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-25T12:05:08Z</dc:date>
    </item>
  </channel>
</rss>

