<?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: Core file Analysis in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/4124331#M727320</link>
    <description>What's the HP-UX version of the system that produced the core? Does that system have a PA-RISC CPU, or an Itanium?&lt;BR /&gt;&lt;BR /&gt;If it's newer than 11.00, the gdb of HP-UX 11.00 might not understand all the information in the core file.&lt;BR /&gt;&lt;BR /&gt;The "si_code" would give more detailed information about the cause of the signal that interrupted the program. In this case, gdb does not know what the si_code of this particular core file means.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Fri, 04 Jan 2008 10:27:33 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-01-04T10:27:33Z</dc:date>
    <item>
      <title>Core file Analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/4124330#M727319</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have core with me,&lt;BR /&gt;&lt;BR /&gt;This is wat the core shows with the gdb cmd, I need to know whether the core is analysed with the correct version of GDB or the core is corrupted.&lt;BR /&gt;&lt;BR /&gt;HP gdb 5.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00&lt;BR /&gt;and target hppa1.1-hp-hpux11.00.&lt;BR /&gt;Copyright 1986 - 2001 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 5.2 (based on GDB) is covered by the&lt;BR /&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;BR /&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;BR /&gt;..&lt;BR /&gt;Core was generated by `Hpux_xyz'.&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;Unknown si_code. Report to HP.&lt;BR /&gt;#0 0xc01700d4 in &lt;UNKNOWN_PROCEDURE&gt; ()&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0 0xc01700d4 in &lt;UNKNOWN_PROCEDURE&gt; ()&lt;BR /&gt;warning: Attempting to unwind past bad PC 0xc01700d4&lt;BR /&gt;#1 0xcc410278 in &lt;UNKNOWN_PROCEDURE&gt; ()&lt;BR /&gt;(gdb) bt&lt;BR /&gt;#0 0xc01700d4 in &lt;UNKNOWN_PROCEDURE&gt; ()&lt;BR /&gt;#1 0xcc410278 in &lt;UNKNOWN_PROCEDURE&gt; ()&lt;BR /&gt;(gdb)&lt;BR /&gt;&lt;BR /&gt;because i did't get the sufficint information from the core analysis.&lt;/UNKNOWN_PROCEDURE&gt;&lt;/UNKNOWN_PROCEDURE&gt;&lt;/UNKNOWN_PROCEDURE&gt;&lt;/UNKNOWN_PROCEDURE&gt;&lt;/UNKNOWN_PROCEDURE&gt;</description>
      <pubDate>Fri, 04 Jan 2008 09:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/4124330#M727319</guid>
      <dc:creator>prajakta</dc:creator>
      <dc:date>2008-01-04T09:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Core file Analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/4124331#M727320</link>
      <description>What's the HP-UX version of the system that produced the core? Does that system have a PA-RISC CPU, or an Itanium?&lt;BR /&gt;&lt;BR /&gt;If it's newer than 11.00, the gdb of HP-UX 11.00 might not understand all the information in the core file.&lt;BR /&gt;&lt;BR /&gt;The "si_code" would give more detailed information about the cause of the signal that interrupted the program. In this case, gdb does not know what the si_code of this particular core file means.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 04 Jan 2008 10:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/4124331#M727320</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-04T10:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Core file Analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/4124332#M727321</link>
      <description>Are you on 11i?  If so, the latest version is 5.7:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Are you are the exact same system that created the core file?&lt;BR /&gt;If not, you must use the packcore command to package up everything when you move to another system.&lt;BR /&gt;&lt;BR /&gt;What was your gdb command line?&lt;BR /&gt;&lt;BR /&gt;Core was generated by `Hpux_xyz'.&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;Unknown si_code.&lt;BR /&gt;#0 0xc01700d4 in &lt;UNKNOWN_PROCEDURE&gt;&lt;BR /&gt;&lt;BR /&gt;This basically says you got signal 11 in some shlib and it can't figure that out.  Does "info shared" show anything?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;MK: Does that system have a PA-RISC CPU, or an Itanium?&lt;BR /&gt;&lt;BR /&gt;This was given in the gdb banner.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The "si_code" would give more detailed information about the cause of the signal that interrupted the program.&lt;BR /&gt;&lt;BR /&gt;That isn't all that important.  All signal 10s and 11s are really the same thing.  You have to decode it by looking at the PC, instructions and registers.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;gdb does not know what the si_code of this particular core file means.&lt;BR /&gt;&lt;BR /&gt;It may be that old gdb doesn't know about any si_codes.  In any case, that gdb error recovery is bogus.  It should print the number if it can't decode it.&lt;/UNKNOWN_PROCEDURE&gt;</description>
      <pubDate>Fri, 04 Jan 2008 19:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/4124332#M727321</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-04T19:12:25Z</dc:date>
    </item>
  </channel>
</rss>

