<?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: debugging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602035#M855861</link>
    <description>shilpa,&lt;BR /&gt;  &lt;BR /&gt;   "file" command on the core file will&lt;BR /&gt;give the description of its source.&lt;BR /&gt;&lt;BR /&gt;  Another quick and dirty option to see&lt;BR /&gt;what's in there in the core file is to&lt;BR /&gt;run a strings command on it:&lt;BR /&gt;  strings core |more &lt;BR /&gt;and have a look at what can be figured out.&lt;BR /&gt;&lt;BR /&gt;-R</description>
    <pubDate>Fri, 26 Oct 2001 11:22:26 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-10-26T11:22:26Z</dc:date>
    <item>
      <title>debugging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602031#M855857</link>
      <description>How to debug a core file, not able to trace the problem using dbg/gdb debuuggers, not getting in function the program is really failing. &lt;BR /&gt;Help me in the same.</description>
      <pubDate>Fri, 26 Oct 2001 08:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602031#M855857</guid>
      <dc:creator>shilpa_1</dc:creator>
      <dc:date>2001-10-26T08:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602032#M855858</link>
      <description>You can do a file on the core file to find out what generated the core (assuming that you don't already know).  You should also be able to do a backtrace on the core from within gdb.  This shows the calls that were made when the program crashed.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 26 Oct 2001 09:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602032#M855858</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-26T09:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602033#M855859</link>
      <description>You can use,&lt;BR /&gt;#file core&lt;BR /&gt;to get the source for this core file.&lt;BR /&gt;This output gives the source that generated the file.&lt;BR /&gt;For ex.&lt;BR /&gt;if you get &lt;BR /&gt;core from 'telnetd'&lt;BR /&gt;then&lt;BR /&gt;#gdb 'telnetd' core&lt;BR /&gt;......&lt;BR /&gt;gdb&amp;gt;where&lt;BR /&gt;&lt;BR /&gt;output of shared libraries,etc.which can give you a hint.&lt;BR /&gt;Even you can go for a wdb,which is a GUI based debugger.</description>
      <pubDate>Fri, 26 Oct 2001 09:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602033#M855859</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-10-26T09:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602034#M855860</link>
      <description>you can get the wildebeest debugger (based on gdb) from&lt;BR /&gt;&lt;A href="http://www.hp.com/go/languages" target="_blank"&gt;http://www.hp.com/go/languages&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This will help you debug core.&lt;BR /&gt;&lt;BR /&gt;The quickest way is file core&lt;BR /&gt;&lt;BR /&gt;swlist -l file | grep file_rtn&lt;BR /&gt;&lt;BR /&gt;to find which patch/product the file causing the core came from..&lt;BR /&gt;&lt;BR /&gt;See the latest patch, see if it fixes your pb.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 26 Oct 2001 11:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602034#M855860</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-10-26T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602035#M855861</link>
      <description>shilpa,&lt;BR /&gt;  &lt;BR /&gt;   "file" command on the core file will&lt;BR /&gt;give the description of its source.&lt;BR /&gt;&lt;BR /&gt;  Another quick and dirty option to see&lt;BR /&gt;what's in there in the core file is to&lt;BR /&gt;run a strings command on it:&lt;BR /&gt;  strings core |more &lt;BR /&gt;and have a look at what can be figured out.&lt;BR /&gt;&lt;BR /&gt;-R</description>
      <pubDate>Fri, 26 Oct 2001 11:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/debugging/m-p/2602035#M855861</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-26T11:22:26Z</dc:date>
    </item>
  </channel>
</rss>

