<?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 debugging with gdb in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407118#M706565</link>
    <description>I have the version that came with gcc 3.4.2.  Why would that be the incorrect version?</description>
    <pubDate>Mon, 25 Oct 2004 15:01:43 GMT</pubDate>
    <dc:creator>Maribeth Romeo</dc:creator>
    <dc:date>2004-10-25T15:01:43Z</dc:date>
    <item>
      <title>Problem debugging with gdb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407116#M706562</link>
      <description>When I try to run gdb against my program on an HP-UX 11.00 (32 bit) compiled with gcc 3.4.2, I always get the error, "Debugging dynamic executables loaded via the hpux8 dld.sl is not supported."  My multi-threaded program is crashing with a memory fault, and the core file yields nothing for me.  Any ideas?  Thanks.</description>
      <pubDate>Mon, 25 Oct 2004 09:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407116#M706562</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2004-10-25T09:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging with gdb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407117#M706563</link>
      <description>I suspect you have the wrong gdb.&lt;BR /&gt;Download wdb from &lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt;&lt;BR /&gt;and then use /opt/langtools/bin/gdb.</description>
      <pubDate>Mon, 25 Oct 2004 14:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407117#M706563</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2004-10-25T14:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging with gdb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407118#M706565</link>
      <description>I have the version that came with gcc 3.4.2.  Why would that be the incorrect version?</description>
      <pubDate>Mon, 25 Oct 2004 15:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407118#M706565</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2004-10-25T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging with gdb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407119#M706567</link>
      <description>this can happen even with new gdb if your program is corrupting the dynamic loader's data (this ,or the reason for this, may also be the reason for the crash). &lt;BR /&gt;&lt;BR /&gt;if you could run your application from within gdb and reach upto some point such as main before crashing, at that point you could set a watchpoint on *__dld_list ("watch *(int *)__dld_list") and see who is writing to that address. that may give you a hint about where a possible bad pointer access is happening.</description>
      <pubDate>Tue, 26 Oct 2004 03:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407119#M706567</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-10-26T03:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging with gdb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407120#M706569</link>
      <description>i think you will also need a watchpoint on __dld_list, set using the command "watch __dld_list".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2004 03:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407120#M706569</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-10-26T03:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging with gdb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407121#M706570</link>
      <description>When I try to do this I get the message, "Hardware watchpoint 2: {&lt;DATA variable=""&gt;} 1090556040."  This doesn't seem correct.  When I run my program, it never stops there.&lt;/DATA&gt;</description>
      <pubDate>Tue, 26 Oct 2004 08:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407121#M706570</guid>
      <dc:creator>Maribeth Romeo</dc:creator>
      <dc:date>2004-10-26T08:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging with gdb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407122#M706572</link>
      <description>sorry, no more clues. perhaps you should contact the response center.</description>
      <pubDate>Thu, 28 Oct 2004 00:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-debugging-with-gdb/m-p/3407122#M706572</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-10-28T00:36:43Z</dc:date>
    </item>
  </channel>
</rss>

