<?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: Memory Leak in /lib/libCsup.2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860457#M773161</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Normally memory leaks have more to do with bad application programmer code than with the libraries themselves.&lt;BR /&gt;&lt;BR /&gt;I do recommend having your system to the June 2006 bi-annual patch set and having the most current aCC version installed that is compatible with your RogueWave Library.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 11 Sep 2006 11:10:14 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-09-11T11:10:14Z</dc:date>
    <item>
      <title>Memory Leak in /lib/libCsup.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860456#M773160</link>
      <description>We have noticed memory leak occuring in one of our Application Servers. Majorly the leaks are occuring in two shared libraries, firstly oracle specific shared library libclntsh.sl.9.0 and secondly in /lib/libCsup.2. Attached is the WDB 5.3 memory leak report.&lt;BR /&gt;&lt;BR /&gt;We are not able to ascertain the cause of these leaks at our code level. It would be helpful to have the following info.&lt;BR /&gt; &lt;BR /&gt;1. If this is a known problem?&lt;BR /&gt;2. If this is indeed a known problem, then do we have some patch for this?&lt;BR /&gt;3. Are any workarounds available for this problem?&lt;BR /&gt;4. Do we have any references to a similar problem occured in the past?&lt;BR /&gt;&lt;BR /&gt;Environment:&lt;BR /&gt;HP-UX 11.11, aCC version A.03.60, RogueWave Library 7.3&lt;BR /&gt;&lt;BR /&gt;*********************************&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 11:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860456#M773160</guid>
      <dc:creator>Mohanraj.E.K</dc:creator>
      <dc:date>2006-09-11T11:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leak in /lib/libCsup.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860457#M773161</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Normally memory leaks have more to do with bad application programmer code than with the libraries themselves.&lt;BR /&gt;&lt;BR /&gt;I do recommend having your system to the June 2006 bi-annual patch set and having the most current aCC version installed that is compatible with your RogueWave Library.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Sep 2006 11:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860457#M773161</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-11T11:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leak in /lib/libCsup.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860458#M773162</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can't figure out where the leaks come from because the stack height is not big enough to hold it full&lt;BR /&gt;&lt;BR /&gt;You should rerun your gdb session with&lt;BR /&gt;set heap-check frame-count 32&lt;BR /&gt;&lt;BR /&gt;(32 should be enough;-)&lt;BR /&gt;Then please repost your new report.&lt;BR /&gt;&lt;BR /&gt;++Cyrille</description>
      <pubDate>Wed, 13 Sep 2006 15:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860458#M773162</guid>
      <dc:creator>MAUCCI_2</dc:creator>
      <dc:date>2006-09-13T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leak in /lib/libCsup.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860459#M773163</link>
      <description>you are looking at the topmost (#0) frame of the stack trace in each leak. this is not the best way to look at the leak trace.&lt;BR /&gt;&lt;BR /&gt;you will see that in each case where the top frame is in libCsup.2, the bottom most frame is in liborb.sl.&lt;BR /&gt;&lt;BR /&gt;gdb is reporting where malloc got called. as you would expect, the libCup.2 new operator implementation calls malloc. the real problem is with whoever is calling new so many times and not calling delete (directly or indirectly).&lt;BR /&gt;&lt;BR /&gt;this is why cyrille is asking you to increase the stack frame count.</description>
      <pubDate>Thu, 21 Sep 2006 02:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leak-in-lib-libcsup-2/m-p/3860459#M773163</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2006-09-21T02:01:47Z</dc:date>
    </item>
  </channel>
</rss>

