<?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 6.2.1 on HP-UX B.11.11 U in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635553#M808129</link>
    <description>Muthukumar,&lt;BR /&gt;&lt;BR /&gt;gdb sysntax:&lt;BR /&gt;&lt;BR /&gt;gdb &lt;BINARY_FILE&gt; &lt;CORE_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Also see the following links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxgazette.com/node/10466" target="_blank"&gt;http://www.linuxgazette.com/node/10466&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797369" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797369&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=805571" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=805571&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/CORE_FILE&gt;&lt;/BINARY_FILE&gt;</description>
    <pubDate>Tue, 27 Sep 2005 03:56:34 GMT</pubDate>
    <dc:creator>VEL_1</dc:creator>
    <dc:date>2005-09-27T03:56:34Z</dc:date>
    <item>
      <title>gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635551#M808127</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One of my programs Crashed on the HP-UX 11.11 with the following error message:&lt;BR /&gt;&lt;BR /&gt;Pid 27466 killed due to trashed stack.&lt;BR /&gt;&lt;BR /&gt;Pid 27466 was killed due to failure in writing the signal context.&lt;BR /&gt;&lt;BR /&gt;It also gave a core-dump. When I tried to analyse the core-dump with gdb-6.2.1 the gdb is giving the message "Memory fault(coredump" and it quits as follows:&lt;BR /&gt;&lt;BR /&gt;# gdb -c core&lt;BR /&gt;GNU gdb 6.2.1&lt;BR /&gt;Copyright 2004 Free Software Foundation, Inc.&lt;BR /&gt;GDB is free software, covered by the GNU General Public License, and you are&lt;BR /&gt;welcome to change it and/or distribute copies of it under certain conditions.&lt;BR /&gt;Type "show copying" to see the conditions.&lt;BR /&gt;There is absolutely no warranty for GDB.  Type "show warranty" for details.&lt;BR /&gt;This GDB was configured as "hppa64-hp-hpux11.11".&lt;BR /&gt;Memory fault(coredump)&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could anyone please tell me why the gdb is not able to analyse the core file. And also would appreciate if anyone can guide me on how to debug the "core" file.</description>
      <pubDate>Tue, 27 Sep 2005 03:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635551#M808127</guid>
      <dc:creator>Rajesh_80</dc:creator>
      <dc:date>2005-09-27T03:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635552#M808128</link>
      <description>You have to start gdb for debugging core file as,&lt;BR /&gt;&lt;BR /&gt;# gdb &lt;CORE&gt; &lt;APPLICATION-BINARY&gt;&lt;BR /&gt;gdb) bt&lt;BR /&gt;&lt;BR /&gt;Before that check as,&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;# what core &lt;BR /&gt;# what &lt;APPLICATION-BINARY&gt;&lt;BR /&gt;# what &lt;APPLICATION-BINARY&gt;&lt;BR /&gt;&lt;BR /&gt;It has to be compatible with gdb file type to make operation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for more informations.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;/APPLICATION-BINARY&gt;&lt;/APPLICATION-BINARY&gt;&lt;/APPLICATION-BINARY&gt;&lt;/CORE&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635552#M808128</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T03:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635553#M808129</link>
      <description>Muthukumar,&lt;BR /&gt;&lt;BR /&gt;gdb sysntax:&lt;BR /&gt;&lt;BR /&gt;gdb &lt;BINARY_FILE&gt; &lt;CORE_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Also see the following links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxgazette.com/node/10466" target="_blank"&gt;http://www.linuxgazette.com/node/10466&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797369" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797369&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=805571" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=805571&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/CORE_FILE&gt;&lt;/BINARY_FILE&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635553#M808129</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-27T03:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635554#M808130</link>
      <description>You can try the follwing, &lt;BR /&gt;&lt;BR /&gt;# gdb program core&lt;BR /&gt;# gdb program &lt;BR /&gt;# file core&lt;BR /&gt;# what core &lt;BR /&gt;# tusc program&lt;BR /&gt;&lt;BR /&gt;tusc is a very handy utility in HP11.11 for analysing system calls, &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.7/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 27 Sep 2005 04:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635554#M808130</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-27T04:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635555#M808131</link>
      <description>Raj,&lt;BR /&gt;&lt;BR /&gt;Thanks for pointing.&lt;BR /&gt;&lt;BR /&gt;I was writing some document for core file analysis long back.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://geocities.com/kmuthu_gct/core_analysis.html" target="_blank"&gt;http://geocities.com/kmuthu_gct/core_analysis.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;==&lt;BR /&gt;&lt;BR /&gt;Rajesh,&lt;BR /&gt;&lt;BR /&gt;This problem is seeming to be application vs gdb compatiblity. I was getting same type or errors with older gdb's&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 27 Sep 2005 04:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635555#M808131</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T04:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635556#M808132</link>
      <description>You can try with HP WDB. Download from,&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1662,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1662,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HP has done paltform specific changes in GDB and it is known as WDB, HP supports WDB.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 27 Sep 2005 04:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635556#M808132</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-27T04:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635557#M808133</link>
      <description>Check this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=875475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=875475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is a problem with gdb build.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 27 Sep 2005 04:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635557#M808133</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T04:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635558#M808134</link>
      <description>Muthukumar,&lt;BR /&gt;&lt;BR /&gt; Its good to write. But plenty of docs available in web. See the following link. Its really good.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dirac.org/linux/gdb/" target="_blank"&gt;http://www.dirac.org/linux/gdb/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rajesh,&lt;BR /&gt;&lt;BR /&gt; you can use the strace system utility also to trace the system calls.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 04:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635558#M808134</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-27T04:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635559#M808135</link>
      <description>Some good DSPP materials, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Tools/wdb/doc/gdb.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Tools/wdb/doc/gdb.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1677,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1677,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 27 Sep 2005 04:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635559#M808135</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-27T04:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 6.2.1 on HP-UX B.11.11 U</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635560#M808136</link>
      <description>a core dump from a 64bit applic should be debugged with a 64bit gdb, as a 32bit core should be debugged with a 32bit gdb&lt;BR /&gt;&lt;BR /&gt;If your core was a 64bit dump, try to see if you have gdb64&lt;BR /&gt;&lt;BR /&gt;My most recent gcc ports for HP-UX 11.11 contain gdb-6.3 for 32 AND 64 bit env:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/gcc-3.4.4-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-3.4.4-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/gcc-4.0.1-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-4.0.1-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm having trouble with 4.0.1 in 64bit, so if you want to play safe, use the 3.4.4 build&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 27 Sep 2005 05:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-2-1-on-hp-ux-b-11-11-u/m-p/3635560#M808136</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-09-27T05:42:57Z</dc:date>
    </item>
  </channel>
</rss>

