<?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: gdb - invalid thread id in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449969#M703871</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If I recall correctly, seg faults are caused by a program trying to access memory that is not mapped into the process address space.  Electric Fence can help you trace where the illegal memory access is taking place.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/ElectricF-2.05/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/ElectricF-2.05/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;   Dave</description>
    <pubDate>Mon, 27 Dec 2004 17:37:19 GMT</pubDate>
    <dc:creator>David Johns</dc:creator>
    <dc:date>2004-12-27T17:37:19Z</dc:date>
    <item>
      <title>gdb - invalid thread id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449968#M703870</link>
      <description>May have posted in wrong group, so I;ve re-posted here. Sorry.&lt;BR /&gt;&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;trying to debug a core dump on HPUX Itanium 11.23.&lt;BR /&gt;&lt;BR /&gt;I ran&lt;BR /&gt;&lt;BR /&gt;/opt/langtools/bin/gdb lant core&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and got following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Core was generated by `lant'.&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;&lt;BR /&gt;warning: No unwind information found.&lt;BR /&gt;Skipping this library /usr/lib/hpux32/libcl.so.1.&lt;BR /&gt;&lt;BR /&gt;Internal error : Invalid thread id 294912&lt;BR /&gt;&lt;BR /&gt;I tried a 'bt' to get backtrace stack and got the following:&lt;BR /&gt;&lt;BR /&gt;(gdb) bt&lt;BR /&gt;Internal error : Invalid thread id 294912&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone have an idea of what the problem may be ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Doing a "gdb +version" returns:&lt;BR /&gt;&lt;BR /&gt;HP gdb 4.2 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The program lant is a C program compiled with debug options on. Although its on an Itanium system, everything is compiled as 32 bit due to the data alignment we require.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;JUP</description>
      <pubDate>Thu, 23 Dec 2004 20:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449968#M703870</guid>
      <dc:creator>JUP</dc:creator>
      <dc:date>2004-12-23T20:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: gdb - invalid thread id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449969#M703871</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If I recall correctly, seg faults are caused by a program trying to access memory that is not mapped into the process address space.  Electric Fence can help you trace where the illegal memory access is taking place.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/ElectricF-2.05/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/ElectricF-2.05/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;   Dave</description>
      <pubDate>Mon, 27 Dec 2004 17:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449969#M703871</guid>
      <dc:creator>David Johns</dc:creator>
      <dc:date>2004-12-27T17:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: gdb - invalid thread id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449970#M703872</link>
      <description>Thanks David for your reply.&lt;BR /&gt;&lt;BR /&gt;However ElectricFence is not available for the Itanium - only PA-RISC (32 &amp;amp; 64 bit).&lt;BR /&gt;&lt;BR /&gt;Has anyone else any ideas of what is causing this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;JUP</description>
      <pubDate>Tue, 04 Jan 2005 16:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449970#M703872</guid>
      <dc:creator>JUP</dc:creator>
      <dc:date>2005-01-04T16:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: gdb - invalid thread id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449971#M703873</link>
      <description>No idea what's causing the problem, but I would try the new version (5.0) from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt;</description>
      <pubDate>Thu, 06 Jan 2005 00:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-invalid-thread-id/m-p/3449971#M703873</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-01-06T00:37:31Z</dc:date>
    </item>
  </channel>
</rss>

