<?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: How i can trace a core dump ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917536#M104124</link>
    <description>Well, I thought that it's there, but since I don't have it now, I can't check.&lt;BR /&gt;&lt;BR /&gt;I gave you links to GDB ported to HPUX and WDB (another debugger).&lt;BR /&gt;&lt;BR /&gt;I think there should not be a problem to install them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
    <pubDate>Thu, 11 Aug 2005 05:20:59 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-08-11T05:20:59Z</dc:date>
    <item>
      <title>How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917531#M104119</link>
      <description>I have a core dump in my hp-ux 11i. For reading this, maybe that i'm do it to pass to any debug program  : gdb or dde, but in my system it's not present and in a cd-rom of installation i cannot find it.&lt;BR /&gt;How i can install a correct program?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Best regards.&lt;BR /&gt;Francesco&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 05:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917531#M104119</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2005-08-11T05:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917532#M104120</link>
      <description>On one of your software CDROMs, there should be gdb installation. I think it's on the first CD or second.</description>
      <pubDate>Thu, 11 Aug 2005 05:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917532#M104120</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917533#M104121</link>
      <description>Hmm, maybe not after all. You can download it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;porting by Procura&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or download wdb:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1665,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1665,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 05:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917533#M104121</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917534#M104122</link>
      <description>Hi,&lt;BR /&gt;in my cd set, software application (blue color) i cannot find it GDB. Are this the cd-set that you tell me?&lt;BR /&gt;Thanks&lt;BR /&gt;Best regards.&lt;BR /&gt;Francesco</description>
      <pubDate>Thu, 11 Aug 2005 05:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917534#M104122</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2005-08-11T05:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917535#M104123</link>
      <description>Initially You can try as,&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;# what core&lt;BR /&gt;# adb core &lt;APPLICATION-NAME&gt;&lt;BR /&gt;abd&amp;gt; c&lt;BR /&gt;&lt;BR /&gt;You can get gdb for your platform from web itself.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/APPLICATION-NAME&gt;</description>
      <pubDate>Thu, 11 Aug 2005 05:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917535#M104123</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-08-11T05:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917536#M104124</link>
      <description>Well, I thought that it's there, but since I don't have it now, I can't check.&lt;BR /&gt;&lt;BR /&gt;I gave you links to GDB ported to HPUX and WDB (another debugger).&lt;BR /&gt;&lt;BR /&gt;I think there should not be a problem to install them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Thu, 11 Aug 2005 05:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917536#M104124</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917537#M104125</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Normally, these gdb &amp;amp; WDB debug program comes along with Langtools Package of compilers. This can be found in your one of the Application CD supplied along with OS CD bundle.&lt;BR /&gt;&lt;BR /&gt;Those products are&lt;BR /&gt;&lt;BR /&gt; WDB  B.11.11.12 HP Wildebeest(HP WDB) Debugger&lt;BR /&gt; WDB-GUI B.11.11.12  GUI for the HP WDB Debugger&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Thu, 11 Aug 2005 05:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917537#M104125</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-11T05:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917538#M104126</link>
      <description>Hi,&lt;BR /&gt;great! But i'm not be able to run the adb command...&lt;BR /&gt;&lt;BR /&gt;The program that have generated a core it's :&lt;BR /&gt;f90webm &lt;BR /&gt;and the core file :&lt;BR /&gt;core&lt;BR /&gt;&lt;BR /&gt;if i run: adb f90webm core&lt;BR /&gt; it's not correct&lt;BR /&gt;&lt;BR /&gt;Can you help me?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Best regards.&lt;BR /&gt;Francesco</description>
      <pubDate>Thu, 11 Aug 2005 05:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917538#M104126</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2005-08-11T05:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917539#M104127</link>
      <description>Rajesh SB, thanx, I knew I saw them on Software CDs ! :)</description>
      <pubDate>Thu, 11 Aug 2005 05:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917539#M104127</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917540#M104128</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Following steps are useful for debugging the crash/core dumps.&lt;BR /&gt;&lt;BR /&gt;HPUX Panic Analysis&lt;BR /&gt;&lt;BR /&gt;HP-UX has its own to analyze scripts. This is what you need to do to run a panic analysis:&lt;BR /&gt;&lt;BR /&gt;1.) cd /var/adm/crash/core.[n]&lt;BR /&gt;2.) zcat /usr/contrib/lib/Q4Lib.tar.Z | tar -xvf -&lt;BR /&gt;3.) gunzip vmunix&lt;BR /&gt;4.) /usr/contrib/bin/q4pxdb vmunix&lt;BR /&gt;5.) cp q4lib/sample.q4rc.pl ~/.q4rc.pl&lt;BR /&gt;6.) /usr/contrib/bin/q4 -p .&lt;BR /&gt;7.) include analyze.pl&lt;BR /&gt;8.) run Analyze AU &amp;gt; crash[n]_rpt.txt&lt;BR /&gt;9.) Refer the "crash[n]_rpt.txt" file for crash details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 05:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917540#M104128</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-11T05:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917541#M104129</link>
      <description>Hi,&lt;BR /&gt;i'm i have only a core dump of Oracle forms application, it's not a panic o my unix system.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;Francesco</description>
      <pubDate>Thu, 11 Aug 2005 05:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917541#M104129</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2005-08-11T05:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917542#M104130</link>
      <description>I think you can debug the binary only if it was compiled with debug information in it.&lt;BR /&gt;&lt;BR /&gt;Generally, compiling with debug info, has an impact on performance and on it's size, so I doubt that Oracle did it. I wouldn't so positive about debugging it.</description>
      <pubDate>Thu, 11 Aug 2005 05:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917542#M104130</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T05:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917543#M104131</link>
      <description>Thanks</description>
      <pubDate>Thu, 11 Aug 2005 06:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917543#M104131</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2005-08-11T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917544#M104132</link>
      <description>You can download the HP gdb from &lt;A href="http://www.hp.com/gp/wdb." target="_blank"&gt;www.hp.com/gp/wdb.&lt;/A&gt;</description>
      <pubDate>Fri, 12 Aug 2005 11:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917544#M104132</guid>
      <dc:creator>Himabindu Vuppula</dc:creator>
      <dc:date>2005-08-12T11:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: How i can trace a core dump ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917545#M104133</link>
      <description>Sorry! It is &lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt;</description>
      <pubDate>Fri, 12 Aug 2005 11:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-can-trace-a-core-dump/m-p/4917545#M104133</guid>
      <dc:creator>Himabindu Vuppula</dc:creator>
      <dc:date>2005-08-12T11:38:30Z</dc:date>
    </item>
  </channel>
</rss>

