<?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.0 core: not in executable format: File format not recognized in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191586#M680239</link>
    <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;I increased the core dump size to unlimited using the following command:&lt;BR /&gt;&lt;BR /&gt;ulimit -c unlimited.&lt;BR /&gt;&lt;BR /&gt;After this, the core that was produced was of size 4337787128 (i.e. 4.04 GB).&lt;BR /&gt;&lt;BR /&gt;The elfdump gave me the following error:&lt;BR /&gt;elfdump -S -o core&lt;BR /&gt;elfdump: I/O error: core Value too large to be stored in data type (elfdumperr 2501)&lt;BR /&gt;&lt;BR /&gt;However, now the HP gdb (version 6.0) is working fine and I am able to debug as shown below:&lt;BR /&gt;&lt;BR /&gt;gdb issueHolders core&lt;BR /&gt;Detected 64-bit executable.&lt;BR /&gt;Invoking /opt/langtools/bin/gdb64.&lt;BR /&gt;HP gdb 6.0 for PA-RISC 2.0 (wide), HP-UX 11i&lt;BR /&gt;and target hppa2.0w-hp-hpux11.00.&lt;BR /&gt;Copyright 1986 - 2009 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 6.0 (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 `issueHolders'.&lt;BR /&gt;Program terminated with signal 10, Bus error.&lt;BR /&gt;BUS_UNKNOWN - Unknown Error&lt;BR /&gt;&lt;BR /&gt;warning: Load module /opt/oracle/product/9.2.0/lib/libclntsh.sl.9.0 has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Load module /opt/oracle/product/9.2.0/lib/libwtc9.sl has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;#0  0x40000000001ae2d4 in ItemList::initPass (this=0x0, val=false) at itemList.cc:142&lt;BR /&gt;142             numSorted = 0;&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0  0x40000000001ae2d4 in ItemList::initPass (this=0x0, val=false) at itemList.cc:142&lt;BR /&gt;#1  0x400000000008e800 in IssueHolders::processHoldings (this=0x8000000100006058) at issueHolders.cc:478&lt;BR /&gt;#2  0x400000000008c274 in IssueHolders::runReport (this=0x8000000100006058, req=0x800003ffefff2b68) at issueHolders.cc:215&lt;BR /&gt;#3  0x4000000000078288 in issueHolders (transb=0x80000001000a12d0) at issueHolders.cc:107&lt;BR /&gt;#4  0xc00000000116d840 in _tmsvcdsp+0xce0 () from /opt/bea/tuxedo8.1/lib/libtux.sl&lt;BR /&gt;#5  0xc00000000118fae4 in _tmrunserver+0x1dc () from /opt/bea/tuxedo8.1/lib/libtux.sl&lt;BR /&gt;#6  0xc00000000116c668 in _tmstartserver+0x1e8 () from /opt/bea/tuxedo8.1/lib/libtux.sl&lt;BR /&gt;#7  0x4000000000077628 in main (argc=14, argv=0x800003ffefff1d20) at BS-4b6e.c:76&lt;BR /&gt;Current language:  auto; currently c++&lt;BR /&gt;(gdb) frame 0&lt;BR /&gt;#0  0x40000000001ae2d4 in ItemList::initPass (this=0x0, val=false) at itemList.cc:142&lt;BR /&gt;142             numSorted = 0;&lt;BR /&gt;(gdb) list&lt;BR /&gt;137     //---------------------------------------------------------------------------&lt;BR /&gt;138     // initPass() - initializes the pass[] array to the given value&lt;BR /&gt;139     //---------------------------------------------------------------------------&lt;BR /&gt;140     void ItemList::initPass(bool val)&lt;BR /&gt;141     {&lt;BR /&gt;142             numSorted = 0;&lt;BR /&gt;143             memset(pass, val, maxItems * sizeof(bool));&lt;BR /&gt;144     }&lt;BR /&gt;145&lt;BR /&gt;146     //---------------------------------------------------------------------------&lt;BR /&gt;(gdb)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So looks like my problem is solved. &lt;BR /&gt;&lt;BR /&gt;But can you please let me know why elfdump is giving that error and how should I solve that?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Shiv.</description>
    <pubDate>Fri, 07 Aug 2009 17:22:29 GMT</pubDate>
    <dc:creator>ShivS</dc:creator>
    <dc:date>2009-08-07T17:22:29Z</dc:date>
    <item>
      <title>GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191576#M680229</link>
      <description>&lt;BR /&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am facing the following problems while using GDB to debug the core file:&lt;BR /&gt;&lt;BR /&gt;$ gdb issueHolders core&lt;BR /&gt;GNU gdb 6.0&lt;BR /&gt;Copyright 2003 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 "hppa2.0w-hp-hpux11.11"..."/tfsw/ocp/v1.0/bin/apps/issueHolders": not in executable format: File format not recognized&lt;BR /&gt;&lt;BR /&gt;"/tfsw/ocp/v1.0/bin/apps/core" is not a core dump: File format not recognized&lt;BR /&gt;(gdb) core core&lt;BR /&gt;"/tfsw/ocp/v1.0/bin/apps/core" is not a core dump: File format not recognized&lt;BR /&gt;(gdb) q&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ uname -a:&lt;BR /&gt;HP-UX ocpdev1 B.11.11 U 9000/800 ocpdev1 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;$ file core&lt;BR /&gt;core: ELF-64 core file - PA-RISC 2.0&lt;BR /&gt;&lt;BR /&gt;$ ls -ltr issueHolders&lt;BR /&gt;-rwxrwxrwx 1 tuxdev tuxedo 5392752 Aug 5 12:04 issueHolders*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can somebody please tell me what is going wrong here? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;ShivS</description>
      <pubDate>Wed, 05 Aug 2009 18:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191576#M680229</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-05T18:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191577#M680230</link>
      <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;Looks like you are using the GNU gdb. We would suggest you use WDB to debug corefiles and applications on HP-UX. The path is /opt/langtools/bin/gdb. If WDB is not present at the mentioned path, please download it (the latest version 6.0) and install it from &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;Hope this helps.&lt;BR /&gt;- Jini.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2009 00:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191577#M680230</guid>
      <dc:creator>Jini Susan George</dc:creator>
      <dc:date>2009-08-06T00:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191578#M680231</link>
      <description>Hi Jini,&lt;BR /&gt;&lt;BR /&gt;I went to the website &lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;http://www.hp.com/go/wdb&lt;/A&gt; to download the latest WDB version, but I dont see any link to download the latest version. Do you see any link for download?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shiv</description>
      <pubDate>Thu, 06 Aug 2009 17:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191578#M680231</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-06T17:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191579#M680232</link>
      <description>Hi ShivS,&lt;BR /&gt;&lt;BR /&gt;you need an active DSSP Account to see anything there (Developer &amp;amp; Solution Partner Program).&lt;BR /&gt;&lt;BR /&gt;If you don't have one, you can ask a hp partner  or the support guy's about it.&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Thu, 06 Aug 2009 17:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191579#M680232</guid>
      <dc:creator>Stephan._1</dc:creator>
      <dc:date>2009-08-06T17:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191580#M680233</link>
      <description>Hi SVO,&lt;BR /&gt;&lt;BR /&gt;I created a DSPP account and now I am able to see the download links. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shiv</description>
      <pubDate>Thu, 06 Aug 2009 17:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191580#M680233</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-06T17:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191581#M680234</link>
      <description>Hi Jini,&lt;BR /&gt;&lt;BR /&gt;I have installed HP WDB 6.0 on my machine and now I am getting the following error and warning:&lt;BR /&gt;&lt;BR /&gt;==============================&lt;BR /&gt;ocpdev1:/tfsw/ocp/production/bin/apps&amp;gt;gdb issueHolders core&lt;BR /&gt;Detected 64-bit executable.&lt;BR /&gt;Invoking /opt/langtools/bin/gdb64.&lt;BR /&gt;HP gdb 6.0 for PA-RISC 2.0 (wide), HP-UX 11i&lt;BR /&gt;and target hppa2.0w-hp-hpux11.00.&lt;BR /&gt;Copyright 1986 - 2009 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 6.0 (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;&lt;BR /&gt;&lt;BR /&gt;warning: Couldn't find general-purpose registers in core file. If this corefile is generated using dumpcore or gcore, you may try 'set live-core 1' or run fixcore on the corefile and reload the corefile.&lt;BR /&gt;&lt;BR /&gt;Error trying to get information about dynamic linker.&lt;BR /&gt;==============================&lt;BR /&gt;&lt;BR /&gt;Note that the core was generated by the executable issueHolders. &lt;BR /&gt;&lt;BR /&gt;Any ideas on how to fix the warnings and error?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Shiv.</description>
      <pubDate>Thu, 06 Aug 2009 18:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191581#M680234</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-06T18:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191582#M680235</link>
      <description>&amp;gt;Any ideas on how to fix the warnings and error?&lt;BR /&gt;&lt;BR /&gt;It is likely the corefile is truncated, what is its size?&lt;BR /&gt;For ELF corefiles, you can do:&lt;BR /&gt;elfdump -S -o core&lt;BR /&gt;If you don't see CoreProc and CoreStck it has been truncated and useless.</description>
      <pubDate>Thu, 06 Aug 2009 20:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191582#M680235</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-06T20:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191583#M680236</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Following are the outputs from file and elfdump commands:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ file core&lt;BR /&gt;core:           ELF-64 core file - PA-RISC 2.0&lt;BR /&gt;&lt;BR /&gt;$ elfdump -S -o core&lt;BR /&gt;&lt;BR /&gt;core:&lt;BR /&gt;&lt;BR /&gt;                *** Program Header ***&lt;BR /&gt;&lt;BR /&gt;Type     Offset           Vaddr            FSize            Memsz&lt;BR /&gt;&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;NULL     0000000000000000 0000000000000000 0000000000000000 0000000000000000&lt;BR /&gt;&lt;BR /&gt;Can you suggest some next steps? Thanks in advance for your help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shiv</description>
      <pubDate>Thu, 06 Aug 2009 20:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191583#M680236</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-06T20:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191584#M680237</link>
      <description>&amp;gt;Following are the outputs from file and elfdump commands:&lt;BR /&gt;&amp;gt;Can you suggest some next steps?&lt;BR /&gt;&lt;BR /&gt;You didn't provide the size.&lt;BR /&gt;The corefile is corrupt, remove it and go about your business.&lt;BR /&gt;&lt;BR /&gt;If you need to debug it next time, check ulimit to see the size:&lt;BR /&gt;ulimit -a&lt;BR /&gt;coredump(blocks)     4194303  (2 Gb)&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2009 21:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191584#M680237</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-06T21:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191585#M680238</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;The size of core file is 2147483646 bytes i.e. 1.999 GB.&lt;BR /&gt;&lt;BR /&gt;The ulimit output is:&lt;BR /&gt;$ ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1048576&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;&lt;BR /&gt;Do you think I need to increase the coredump size? If yes, how should I do that?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shiv.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Aug 2009 15:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191585#M680238</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-07T15:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191586#M680239</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;I increased the core dump size to unlimited using the following command:&lt;BR /&gt;&lt;BR /&gt;ulimit -c unlimited.&lt;BR /&gt;&lt;BR /&gt;After this, the core that was produced was of size 4337787128 (i.e. 4.04 GB).&lt;BR /&gt;&lt;BR /&gt;The elfdump gave me the following error:&lt;BR /&gt;elfdump -S -o core&lt;BR /&gt;elfdump: I/O error: core Value too large to be stored in data type (elfdumperr 2501)&lt;BR /&gt;&lt;BR /&gt;However, now the HP gdb (version 6.0) is working fine and I am able to debug as shown below:&lt;BR /&gt;&lt;BR /&gt;gdb issueHolders core&lt;BR /&gt;Detected 64-bit executable.&lt;BR /&gt;Invoking /opt/langtools/bin/gdb64.&lt;BR /&gt;HP gdb 6.0 for PA-RISC 2.0 (wide), HP-UX 11i&lt;BR /&gt;and target hppa2.0w-hp-hpux11.00.&lt;BR /&gt;Copyright 1986 - 2009 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 6.0 (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 `issueHolders'.&lt;BR /&gt;Program terminated with signal 10, Bus error.&lt;BR /&gt;BUS_UNKNOWN - Unknown Error&lt;BR /&gt;&lt;BR /&gt;warning: Load module /opt/oracle/product/9.2.0/lib/libclntsh.sl.9.0 has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Load module /opt/oracle/product/9.2.0/lib/libwtc9.sl has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;#0  0x40000000001ae2d4 in ItemList::initPass (this=0x0, val=false) at itemList.cc:142&lt;BR /&gt;142             numSorted = 0;&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0  0x40000000001ae2d4 in ItemList::initPass (this=0x0, val=false) at itemList.cc:142&lt;BR /&gt;#1  0x400000000008e800 in IssueHolders::processHoldings (this=0x8000000100006058) at issueHolders.cc:478&lt;BR /&gt;#2  0x400000000008c274 in IssueHolders::runReport (this=0x8000000100006058, req=0x800003ffefff2b68) at issueHolders.cc:215&lt;BR /&gt;#3  0x4000000000078288 in issueHolders (transb=0x80000001000a12d0) at issueHolders.cc:107&lt;BR /&gt;#4  0xc00000000116d840 in _tmsvcdsp+0xce0 () from /opt/bea/tuxedo8.1/lib/libtux.sl&lt;BR /&gt;#5  0xc00000000118fae4 in _tmrunserver+0x1dc () from /opt/bea/tuxedo8.1/lib/libtux.sl&lt;BR /&gt;#6  0xc00000000116c668 in _tmstartserver+0x1e8 () from /opt/bea/tuxedo8.1/lib/libtux.sl&lt;BR /&gt;#7  0x4000000000077628 in main (argc=14, argv=0x800003ffefff1d20) at BS-4b6e.c:76&lt;BR /&gt;Current language:  auto; currently c++&lt;BR /&gt;(gdb) frame 0&lt;BR /&gt;#0  0x40000000001ae2d4 in ItemList::initPass (this=0x0, val=false) at itemList.cc:142&lt;BR /&gt;142             numSorted = 0;&lt;BR /&gt;(gdb) list&lt;BR /&gt;137     //---------------------------------------------------------------------------&lt;BR /&gt;138     // initPass() - initializes the pass[] array to the given value&lt;BR /&gt;139     //---------------------------------------------------------------------------&lt;BR /&gt;140     void ItemList::initPass(bool val)&lt;BR /&gt;141     {&lt;BR /&gt;142             numSorted = 0;&lt;BR /&gt;143             memset(pass, val, maxItems * sizeof(bool));&lt;BR /&gt;144     }&lt;BR /&gt;145&lt;BR /&gt;146     //---------------------------------------------------------------------------&lt;BR /&gt;(gdb)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So looks like my problem is solved. &lt;BR /&gt;&lt;BR /&gt;But can you please let me know why elfdump is giving that error and how should I solve that?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Shiv.</description>
      <pubDate>Fri, 07 Aug 2009 17:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191586#M680239</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-07T17:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191587#M680240</link>
      <description>&amp;gt;So looks like my problem is solved.&lt;BR /&gt;&lt;BR /&gt;You mean just the fact you can now debug?  :-)&lt;BR /&gt;Your "this" pointer can't be NULL.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But can you please let me know why elfdump is giving that error and how should I solve that?&lt;BR /&gt;&lt;BR /&gt;Make sure you have the latest linker patch, PHSS_39749.  Unfortunately there is nothing obvious where it says largefile (&amp;gt; 2 Gb) corefiles is fixed.  Only my initial enhancement where it works on core files.</description>
      <pubDate>Fri, 07 Aug 2009 19:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191587#M680240</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-07T19:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191588#M680241</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Thanks for patch information. I will apply it on my system.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;Shiv</description>
      <pubDate>Mon, 10 Aug 2009 01:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191588#M680241</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-10T01:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDB 6.0 core: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191589#M680242</link>
      <description>The HP GDB 6.0 is working fine on my system and I am able to debug core files now. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shiv</description>
      <pubDate>Mon, 10 Aug 2009 01:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-6-0-core-not-in-executable-format-file-format-not-recognized/m-p/5191589#M680242</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2009-08-10T01:09:29Z</dc:date>
    </item>
  </channel>
</rss>

