<?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: &amp;quot; Core&amp;quot; not in executable format: File format not recognized - HP Itanium in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585635#M679541</link>
    <description>&amp;gt;Thanks that did help.&lt;BR /&gt;&lt;BR /&gt;If you are happy with the answers you got, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/pageList.do?userId=WW387958&amp;amp;listType=unassigned" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/pageList.do?userId=WW387958&amp;amp;listType=unassigned&lt;/A&gt;</description>
    <pubDate>Fri, 26 Feb 2010 21:06:41 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-02-26T21:06:41Z</dc:date>
    <item>
      <title>" Core" not in executable format: File format not recognized - HP Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585631#M679537</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I see the following error when I try to debug a core file into gdb.&lt;BR /&gt;&lt;BR /&gt;# gdb core&lt;BR /&gt;HP gdb 6.1 for HP Itanium (32 or 64 bit) and target HP-UX 11iv2 and 11iv3.&lt;BR /&gt;Copyright 1986 - 2009 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 6.1 (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;.."/core": not in executable format: File format not recognized&lt;BR /&gt;&lt;BR /&gt;I have attached the elfdump output of core file  as well .&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 14:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585631#M679537</guid>
      <dc:creator>Adarsh Thampan</dc:creator>
      <dc:date>2010-02-17T14:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: " Core" not in executable format: File format not recognized - HP Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585632#M679538</link>
      <description>A corefile is useless without the executable and every shlib that is used.&lt;BR /&gt;$ gdb executable core&lt;BR /&gt;&lt;BR /&gt;If you need to move to another machine, the gdb packcore command can help.</description>
      <pubDate>Wed, 17 Feb 2010 14:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585632#M679538</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-17T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: " Core" not in executable format: File format not recognized - HP Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585633#M679539</link>
      <description>Thanks that did help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I run my program pr0sign and it crashes , when I check the core file , I find that the trigger of the crash happens at &lt;BR /&gt;&lt;BR /&gt;#27 0x60000000d5830a70:0 in RtEventLog::Initialize (this=0x7fff2d00)&lt;BR /&gt;    at ./RtEvtLog.CPP:1109&lt;BR /&gt;&lt;BR /&gt;Now I run the program pr0sign in gdb , and try to set a brek point at the above point .&lt;BR /&gt;&lt;BR /&gt;/users/yadvecha/ISLHPIA02/RTWIN/720/Source/HPIA23DebugUni&amp;gt; gdb pr0sign&lt;BR /&gt;HP gdb 6.1 for HP Itanium (32 or 64 bit) and target HP-UX 11iv2 and 11iv3.&lt;BR /&gt;Copyright 1986 - 2009 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 6.1 (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;(gdb) break main&lt;BR /&gt;Breakpoint 1 at 0x4011a90:1: file /users/mainsoft-v52-orig/mw/MainWin.C, line 319 from /home/yadvecha/ISLHPIA02/RTWIN/720/Source/HPIA23DebugUni/pr0sign.&lt;BR /&gt;(gdb) break /users/yadvecha/ISLHPIA02/RTWIN/720/Source/RTEVTLOG.CPP:1109&lt;BR /&gt;Breakpoint 2 (deferred) at "/users/yadvecha/ISLHPIA02/RTWIN/720/Source/RTEVTLOG.CPP:1109" ("/users/yadvecha/ISLHPIA02/RTWIN/720/Source/RTEVTLOG.CPP:1109" was not found).&lt;BR /&gt;Breakpoint deferred until a shared library containing "/users/yadvecha/ISLHPIA02/RTWIN/720/Source/RTEVTLOG.CPP:1109" is loaded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why does it show the above message ( unable to set breakpoint &amp;amp; defer it) , why am I unable to set the breakpoint 2 ?&lt;BR /&gt;&lt;BR /&gt;Also If i run the gdb , it never stops at the breakpoint mentioned above.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 17 Feb 2010 15:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585633#M679539</guid>
      <dc:creator>Adarsh Thampan</dc:creator>
      <dc:date>2010-02-17T15:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: " Core" not in executable format: File format not recognized - HP Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585634#M679540</link>
      <description>&amp;gt;I find that the trigger of the crash happens at&lt;BR /&gt;#27 0x60000000d5830a70:0 in RtEventLog::Initialize ./RtEvtLog.CPP:1109&lt;BR /&gt;&lt;BR /&gt;This is the statement after the call.  You could set a breakpoint at the beginning of RtEventLog::Initialize and then step through it.&lt;BR /&gt;Or set a breakpoint just before the call:&lt;BR /&gt;b * 0x60000000d5830a70-16&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Why does it show the above message, why am I unable to set the breakpoint 2?&lt;BR /&gt;&lt;BR /&gt;Because it never returns from that call?&lt;BR /&gt;&lt;BR /&gt;Why do you think stopping in RtEventLog::Initialize will help?  You want to step through all 27 frames to see where it goes wrong?&lt;BR /&gt;You can use the frame command to look at locals after the abort.</description>
      <pubDate>Wed, 17 Feb 2010 15:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585634#M679540</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-17T15:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: " Core" not in executable format: File format not recognized - HP Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585635#M679541</link>
      <description>&amp;gt;Thanks that did help.&lt;BR /&gt;&lt;BR /&gt;If you are happy with the answers you got, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/pageList.do?userId=WW387958&amp;amp;listType=unassigned" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/pageList.do?userId=WW387958&amp;amp;listType=unassigned&lt;/A&gt;</description>
      <pubDate>Fri, 26 Feb 2010 21:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-core-quot-not-in-executable-format-file-format-not/m-p/4585635#M679541</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-26T21:06:41Z</dc:date>
    </item>
  </channel>
</rss>

