<?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: coredump at pthread_exit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681556#M658733</link>
    <description>Thank you very much</description>
    <pubDate>Tue, 07 Sep 2010 13:06:40 GMT</pubDate>
    <dc:creator>Naveen Chandika</dc:creator>
    <dc:date>2010-09-07T13:06:40Z</dc:date>
    <item>
      <title>coredump at pthread_exit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681552#M658729</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I was getting coredump at pthread_exit. the following is the stack trace.&lt;BR /&gt;&lt;BR /&gt;(gdb) thread 5&lt;BR /&gt;[Switching to thread 5 (system thread 1152548)]&lt;BR /&gt;#0  0x20000000614aa0f0:0 in real_free+0x7f0 () from /usr/lib/hpux32/libc.so.1&lt;BR /&gt;(gdb) bt&lt;BR /&gt;#0  0x20000000614aa0f0:0 in real_free+0x7f0 () from /usr/lib/hpux32/libc.so.1&lt;BR /&gt;#1  0x20000000614b6540:0 in free+0x180 () from /usr/lib/hpux32/libc.so.1&lt;BR /&gt;#2  0x2000000061388680:0 in __res_retrans_key_free+0xa0 ()&lt;BR /&gt;   from /usr/lib/hpux32/libc.so.1&lt;BR /&gt;#3  0x20000000619b8be0:0 in __specific_data_thread_exit+0x4e0 ()&lt;BR /&gt;   from /usr/lib/hpux32/libpthread.so.1&lt;BR /&gt;#4  0x20000000619dccb0:0 in pthread_exit+0x290 ()&lt;BR /&gt;   from /usr/lib/hpux32/libpthread.so.1&lt;BR /&gt;#5  0x2000000061ace710:0 in PThread::Wrapper (ptrThis=0x4006a45c)&lt;BR /&gt;    at /home03/users/pin102/testenv/exec/vpftst/G00R00C07/vpf/include/vpf_pthread.h:204&lt;BR /&gt;#6  0x20000000619da560:0 in __pthread_bound_body+0x190 ()&lt;BR /&gt;   from /usr/lib/hpux32/libpthread.so.1&lt;BR /&gt;&lt;BR /&gt;Can any one please tell me how to debug this further using gdb to know what its trying to free and failing?</description>
      <pubDate>Tue, 31 Aug 2010 13:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681552#M658729</guid>
      <dc:creator>Naveen Chandika</dc:creator>
      <dc:date>2010-08-31T13:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: coredump at pthread_exit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681553#M658730</link>
      <description>pthread_exit is just the victim here.  Someone has corrupted the heap.  You should use gdb's heap corruption detecting tools and rerun:&lt;BR /&gt;set heap-check on</description>
      <pubDate>Tue, 31 Aug 2010 15:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681553#M658730</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-31T15:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: coredump at pthread_exit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681554#M658731</link>
      <description>Thank you. &lt;BR /&gt;&lt;BR /&gt;Can you please let me know how to set heap corruption debug in gdb? &lt;BR /&gt;It would be great if you can send me some link for heap corruption debug in gdb.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2010 06:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681554#M658731</guid>
      <dc:creator>Naveen Chandika</dc:creator>
      <dc:date>2010-09-06T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: coredump at pthread_exit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681555#M658732</link>
      <description>&amp;gt;Can you please let me know how to set heap corruption debug in gdb?&lt;BR /&gt;&lt;BR /&gt;This is the basic command: set heap-check on&lt;BR /&gt;Download the latest wdb a and documentation at:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Off of the documentation link are whitepapers:&lt;BR /&gt;Debugging dynamic memory usage errors using HP WDB&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/download/files/unprot/devresource/Tools/wdb/doc/011310/memdebug-updated.pdf" target="_blank"&gt;http://h21007.www2.hp.com/portal/download/files/unprot/devresource/Tools/wdb/doc/011310/memdebug-updated.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 06 Sep 2010 17:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681555#M658732</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-06T17:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: coredump at pthread_exit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681556#M658733</link>
      <description>Thank you very much</description>
      <pubDate>Tue, 07 Sep 2010 13:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/coredump-at-pthread-exit/m-p/4681556#M658733</guid>
      <dc:creator>Naveen Chandika</dc:creator>
      <dc:date>2010-09-07T13:06:40Z</dc:date>
    </item>
  </channel>
</rss>

