<?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: cor.pid.leaks generated but empty using GDB. Errors reported. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255515#M658945</link>
    <description>My apologies as the customer won't give me details on what they have done, for privacy reasons, but they in the end they decided to upgrade to the last GDB version.</description>
    <pubDate>Thu, 23 Sep 2010 09:13:38 GMT</pubDate>
    <dc:creator>David R A</dc:creator>
    <dc:date>2010-09-23T09:13:38Z</dc:date>
    <item>
      <title>cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255505#M658935</link>
      <description>Hi,&lt;BR /&gt;The system used is PA-RISC HP-11.11&lt;BR /&gt;We are trying to generate the files as cor.pid.leaks and cor.pid.heap.&lt;BR /&gt;&lt;BR /&gt;- These are the details of the case:&lt;BR /&gt;&lt;BR /&gt;cat /fusion/opt4.1.7/OT/bin/rtcconfig&lt;BR /&gt;check_leaks=on&lt;BR /&gt;check_heap=on&lt;BR /&gt;frame_count=60&lt;BR /&gt;output_dir=/fusion/home&lt;BR /&gt;&lt;BR /&gt;- Environmental variables set:&lt;BR /&gt;export DSD_DEBUG=1&lt;BR /&gt;export BATCH_RTC=on&lt;BR /&gt;export RTC_NO_ABORT=1&lt;BR /&gt;export LD_PRELOAD=/opt/langtools/lib/librtc.sl&lt;BR /&gt;export GDBRTC_CONFIG=/fusion/opt4.1.7/OPENET/bin/rtcconfig&lt;BR /&gt;export GDB_SERVER=/opt/langtools/bin/gdb&lt;BR /&gt;&lt;BR /&gt;- The leaking process is started and firstly this message is received:&lt;BR /&gt;Warning: Entry/Exit code is optimized.  Cannot restore context (UNWIND 22)&lt;BR /&gt;&lt;BR /&gt;- When the process is killed, using 'kill pid' to generate the files required, this error is reported:&lt;BR /&gt;/fusion/home/.rtcinit_29801:12: Error in sourced command file:&lt;BR /&gt;To run Batch RTC,&lt;BR /&gt;Debug enable the executable using&lt;BR /&gt;        "chatr +dbg enable &lt;EXECUTABLE&gt;" or&lt;BR /&gt;        "/opt/langtools/bin/pxdb -s on &lt;EXECUTABLE&gt;".&lt;BR /&gt;whether we do or not "chatr +dbg enable cor" (being cor the name of the process)&lt;BR /&gt;A file as cor.pid.leaks is generated, but empty.&lt;BR /&gt;&lt;BR /&gt;- Also:&lt;BR /&gt;cat /fusion/home/.rtcinit_29801&lt;BR /&gt;set height 0&lt;BR /&gt;set {int} &amp;amp;shlib_info_invalid=0&lt;BR /&gt;set {int} &amp;amp;__gdb_synchronizer=1&lt;BR /&gt;set heap-check frame-count 4&lt;BR /&gt;set heap-check min-leak-size 0&lt;BR /&gt;set heap-check min-heap-size 0&lt;BR /&gt;tb __sync_up_with_gdb&lt;BR /&gt;commands&lt;BR /&gt;silent&lt;BR /&gt;end&lt;BR /&gt;c&lt;BR /&gt;info leaks /fusion/home/cor.29801.leaks&lt;BR /&gt;info heap /fusion/home/cor.29801.heap&lt;BR /&gt;q&lt;BR /&gt;&lt;BR /&gt;- When the process reaches a max of memory permitted, it's automatically killed (not manually this time) and a file as cor.pid.mem is generated.&lt;BR /&gt;&lt;BR /&gt;Please feel free to ask for further information as I pressume that my description might be incomplete.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;David&lt;/EXECUTABLE&gt;&lt;/EXECUTABLE&gt;</description>
      <pubDate>Wed, 15 Sep 2010 23:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255505#M658935</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-15T23:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255506#M658936</link>
      <description>&amp;gt;When the process is killed, using 'kill pid' to generate the files required, this error is reported:&lt;BR /&gt;&lt;BR /&gt;Does the WDB documentation indicate that you can kill the process, AND still get any output?&lt;BR /&gt;&lt;BR /&gt;It may expect to run to completion.</description>
      <pubDate>Thu, 16 Sep 2010 05:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255506#M658936</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-16T05:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255507#M658937</link>
      <description>&amp;gt;Does the WDB documentation indicate that you can kill the process, AND still get any output?&lt;BR /&gt;It may expect to run to completion.&lt;BR /&gt;&lt;BR /&gt;Thanks, will increase the limit so that it won't be automatically killed.&lt;BR /&gt;The errors obtained might be related to that problem? Are they irrelevant and the output will be generated anyway?</description>
      <pubDate>Thu, 16 Sep 2010 08:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255507#M658937</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-16T08:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255508#M658938</link>
      <description>&amp;gt;Does the WDB documentation indicate that you can kill the process, AND still get any output?&lt;BR /&gt;It may expect to run to completion.&lt;BR /&gt;&lt;BR /&gt;What indicates that the file has been finally generated? Do we need to be checking until it stops increasing its size?</description>
      <pubDate>Thu, 16 Sep 2010 08:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255508#M658938</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-16T08:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255509#M658939</link>
      <description>&amp;gt;The errors obtained might be related to that problem? Are they irrelevant and the output will be generated anyway?&lt;BR /&gt;&lt;BR /&gt;What errors and what problems?&lt;BR /&gt;&lt;BR /&gt;Because it was killed, there were no leaks or memory corruption reported.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What indicates that the file has been finally generated? Do we need to be checking until it stops increasing its size?&lt;BR /&gt;&lt;BR /&gt;When the process exits normally, otherwise no output is produced until the end.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;- When the process reaches a max of memory permitted, it's automatically killed and a file as cor.pid.mem is generated.&lt;BR /&gt;&lt;BR /&gt;Anything in this file?</description>
      <pubDate>Thu, 16 Sep 2010 08:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255509#M658939</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-16T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255510#M658940</link>
      <description>&amp;gt;What errors and what problems?&lt;BR /&gt;- Warning: Entry/Exit code is optimized. Cannot restore context (UNWIND 22)&lt;BR /&gt;&lt;BR /&gt;- Warning: Load module /fusion/opt4.1.7/OT/bin/cor has been stripped&lt;BR /&gt;(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...&lt;BR /&gt;warning: Load module /fusion/opt4.1.7/OT/lib/libcomponent.sl has been stripped&lt;BR /&gt;(no debugging symbols found)...&lt;BR /&gt;warning: Load module /fusion/opt4.1.7/OT/lib/libdfc.sl has been stripped&lt;BR /&gt;...&lt;BR /&gt;/fusion/home/.rtcinit_29801:12: Error in sourced command file:&lt;BR /&gt;To run Batch RTC,&lt;BR /&gt;Debug enable the executable using&lt;BR /&gt;"chatr +dbg enable &lt;EXECUTABLE&gt;" or&lt;BR /&gt;"/opt/langtools/bin/pxdb -s on &lt;EXECUTABLE&gt;".&lt;BR /&gt;whether we do or not "chatr +dbg enable cor" (being cor the name of the process)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;When the process exits normally, otherwise no output is produced until the end.&lt;BR /&gt;The process should be always running. We haven't checked how long it would take to exit itself because the system runs out of memory (up to now we were putting the 1GB limit).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EXECUTABLE&gt;&lt;/EXECUTABLE&gt;</description>
      <pubDate>Thu, 16 Sep 2010 08:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255510#M658940</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-16T08:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255511#M658941</link>
      <description>&amp;gt; Anything in this file?&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;Process ran out of memory when attempting to allocate 268 bytes&lt;BR /&gt; Out of memory while reading in symbol table of /orabin/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt;( 0)  0x783dd818   redirect_stack_trace + 0x64  [/opt/langtools/lib/librtc.sl]&lt;BR /&gt;( 1)  0x783dd910   print_stack_trace_to_log_file + 0xc0  [/opt/langtools/lib/librtc.sl]&lt;BR /&gt;( 2)  0x783de160   __rtc_event + 0x70  [/opt/langtools/lib/librtc.sl]&lt;BR /&gt;( 3)  0x783e10b4   malloc + 0x3c8  [/opt/langtools/lib/librtc.sl]&lt;BR /&gt;( 4)  0x7aaca074     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;( 5)  0x7a595610     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;( 6)  0x7a57cc7c     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;( 7)  0x7a5f6028     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;( 8)  0x7a76a5b0     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;( 9)  0x7a628380     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;(10)  0x7a3692b0     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;(11)  0x7a3d9a10     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;(12)  0x7a395840     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;(13)  0x7a39725c     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;(14)  0x7a3462e8     [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;(15)  0x7ad16f80     [/fusion/opt4.1.7/OT/lib/libdbapi.sl]&lt;BR /&gt;(16)  0x7ad1f3cc     [/fusion/opt4.1.7/OT/lib/libdbapi.sl]&lt;BR /&gt;(17)  0x7826dff4     [/fusion/opt4.1.7/OT/share/dsd/modules/db.sl]&lt;BR /&gt;(18)  0x78725054     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(19)  0x787266b0     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(20)  0x78729c80     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(21)  0x7872fe1c     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(22)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(23)  0x7872e9cc     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(24)  0x787268b4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(25)  0x787266b0     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(26)  0x78729c80     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(27)  0x78726d00     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(28)  0x78736810     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(29)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(30)  0x7872e9cc     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(31)  0x787268b4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(32)  0x787266b0     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(33)  0x78729c80     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(34)  0x78726d00     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(35)  0x7872fef4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(36)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(37)  0x7872fef4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(38)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(39)  0x7872e9cc     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(40)  0x787268b4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(41)  0x787266b0     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(42)  0x78729c80     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(43)  0x78726d00     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(44)  0x7872e9cc     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(45)  0x787268b4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(46)  0x787266b0     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(47)  0x78729c80     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(48)  0x78726d00     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(49)  0x78732440     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(50)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(51)  0x7872e9cc     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(52)  0x787268b4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(53)  0x787266b0     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(54)  0x78729c80     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(55)  0x78726d00     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(56)  0x7872fef4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(57)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(58)  0x7872fef4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(59)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(60)  0x78736810     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(61)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(62)  0x7872e9cc     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(63)  0x787268b4     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(64)  0x787266b0     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(65)  0x78729c80     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(66)  0x78726d00     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(67)  0x78736810     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(68)  0x78726d30     [/fusion/opt4.1.7/OT/lib/libdsd.sl]&lt;BR /&gt;(69)  0x780cf8d4     [/fusion/opt4.1.7/OT/share/dsd/modules/qs/qs.sl]&lt;BR /&gt;(70)  0x780ca9f4     [/fusion/opt4.1.7/OT/share/dsd/modules/qs/qs.sl]&lt;BR /&gt;(71)  0x78b69e24     [/fusion/opt4.1.7/OT/lib/libon.sl]&lt;BR /&gt;(72)  0x79fd02e4   __pthread_body + 0x44  [/usr/lib/libpthread.1]&lt;BR /&gt;(73)  0x79fda574   __pthread_start + 0x14  [/usr/lib/libpthread.1]</description>
      <pubDate>Thu, 16 Sep 2010 08:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255511#M658941</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-16T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255512#M658942</link>
      <description>&amp;gt;Does the WDB documentation indicate that you can kill the process, AND still get any output?&lt;BR /&gt;- Just found through documentation:&lt;BR /&gt;"Batch mode memory-debugging stops the application at the end of the program when exit()&lt;BR /&gt;is called or when all the statically linked libraries (including librtc.[sl|so]) are unloaded.&lt;BR /&gt;After the application is stopped, it invokes the debugger to print the leak or heap data."&lt;BR /&gt;&lt;BR /&gt;- We were using this value:&lt;BR /&gt;maxdsizis (a kernel parameter wich have a default value of 1G)&lt;BR /&gt;From &lt;A href="http://docs.hp.com/en/B3921-90010/maxdsiz.5.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/maxdsiz.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- If the program doesn't exit by itself, how can we unloaded all the statically linked libraries?</description>
      <pubDate>Thu, 16 Sep 2010 12:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255512#M658942</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-16T12:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255513#M658943</link>
      <description>Misconfiguration</description>
      <pubDate>Thu, 16 Sep 2010 16:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255513#M658943</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-16T16:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255514#M658944</link>
      <description>&amp;gt;Process ran out of memory when attempting to allocate 268 bytes&lt;BR /&gt;&amp;gt;Out of memory while reading in symbol table of &lt;BR /&gt;( 4) 0x7aaca074 [/orabin/product/9.2.0/lib32/libclntsh.sl.9.0]&lt;BR /&gt;&lt;BR /&gt;Ideally you would want your test run to not run out of memory and still give you leaks.  I.e. try to have your application have a smaller input set.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Just found through documentation:&lt;BR /&gt;"Batch mode memory-debugging stops the application at the end of the program when exit() is called or when all the statically linked libraries (including librtc.[sl|so]) are unloaded.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;- We were using this value:&lt;BR /&gt;maxdsiz (which have a default value of 1G)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;- If the program doesn't exit by itself, how can we unloaded all the statically linked libraries?&lt;BR /&gt;&lt;BR /&gt;You have to have it exit, in practical terms, it would be impossible to unload the shlibs yourself.&lt;BR /&gt;&lt;BR /&gt;One way to do that is to run gdb interactively.&lt;BR /&gt;Or add a signal handler for SIGUSR1 or  SIGUSR2 and have that call exit.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Thread closed by author: Misconfiguration&lt;BR /&gt;&lt;BR /&gt;It would be helpful to others to mention what was misconfigured.&lt;BR /&gt;If it was specific to your application, you don't need to go into details.</description>
      <pubDate>Fri, 17 Sep 2010 03:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255514#M658944</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-17T03:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: cor.pid.leaks generated but empty using GDB. Errors reported.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255515#M658945</link>
      <description>My apologies as the customer won't give me details on what they have done, for privacy reasons, but they in the end they decided to upgrade to the last GDB version.</description>
      <pubDate>Thu, 23 Sep 2010 09:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cor-pid-leaks-generated-but-empty-using-gdb-errors-reported/m-p/5255515#M658945</guid>
      <dc:creator>David R A</dc:creator>
      <dc:date>2010-09-23T09:13:38Z</dc:date>
    </item>
  </channel>
</rss>

