<?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: HP linker dumps core, how to troubleshoot? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508411#M700975</link>
    <description>Try using HP gdb available at &lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;www.hp.com/go/wdb&lt;/A&gt; to debug this linker.</description>
    <pubDate>Thu, 24 Mar 2005 18:29:22 GMT</pubDate>
    <dc:creator>Himabindu Vuppula</dc:creator>
    <dc:date>2005-03-24T18:29:22Z</dc:date>
    <item>
      <title>HP linker dumps core, how to troubleshoot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508409#M700973</link>
      <description>Despite installing PHSS_30970, I have a the linker dying with bus error when trying to link a large shared library.  The object files are all produced by g++ 3.4.3, and the link happens through g++, which uses the underlying hp linker. (ld32).&lt;BR /&gt;&lt;BR /&gt;How can I best troubleshoot this problem?  The linker core file is not very helpful, at least no for gdb.&lt;BR /&gt;&lt;BR /&gt;$ gdb /usr/ccs/lbin/ld32 core&lt;BR /&gt;GNU gdb 6.2&lt;BR /&gt;Copyright 2004 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"...(no debugging symbols found)...&lt;BR /&gt;Core was generated by `ld32'.&lt;BR /&gt;Program terminated with signal 10, Bus error.&lt;BR /&gt;&lt;BR /&gt;warning: Couldn't read general-purpose registers from `.reg' section in core file.&lt;BR /&gt;&lt;BR /&gt;Unable to find __dld_flags symbol in object file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Couldn't read general-purpose registers from `.reg' section in core file.&lt;BR /&gt;&lt;BR /&gt;#0  0x00000000 in ?? ()&lt;BR /&gt;(gdb) bt&lt;BR /&gt;#0  0x00000000 in ?? ()&lt;BR /&gt;#1  0x00000000 in ?? ()&lt;BR /&gt;Previous frame identical to this frame (corrupt stack?)&lt;BR /&gt;(gdb)&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;-Harri</description>
      <pubDate>Mon, 21 Mar 2005 05:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508409#M700973</guid>
      <dc:creator>Harri Pasanen_1</dc:creator>
      <dc:date>2005-03-21T05:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: HP linker dumps core, how to troubleshoot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508410#M700974</link>
      <description>You could try&lt;BR /&gt;&lt;BR /&gt;strings core&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2005 05:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508410#M700974</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-21T05:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: HP linker dumps core, how to troubleshoot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508411#M700975</link>
      <description>Try using HP gdb available at &lt;A href="http://www.hp.com/go/wdb" target="_blank"&gt;www.hp.com/go/wdb&lt;/A&gt; to debug this linker.</description>
      <pubDate>Thu, 24 Mar 2005 18:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508411#M700975</guid>
      <dc:creator>Himabindu Vuppula</dc:creator>
      <dc:date>2005-03-24T18:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP linker dumps core, how to troubleshoot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508412#M700976</link>
      <description>You might try increasing maxdsiz and/or maxssiz.</description>
      <pubDate>Thu, 24 Mar 2005 22:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508412#M700976</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-24T22:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: HP linker dumps core, how to troubleshoot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508413#M700977</link>
      <description>can you run "odump -verifyall" on all object files and check whether it reports anything wrong ? what happens if you use hpux compilers?</description>
      <pubDate>Mon, 28 Mar 2005 00:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508413#M700977</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2005-03-28T00:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: HP linker dumps core, how to troubleshoot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508414#M700978</link>
      <description>I coaxed the ld command line out of gcc and passed it to tusc:  Last things before failure are &lt;BR /&gt;&lt;BR /&gt;read(4, "f c _ M D 5 _ D i g e s t : : f ".., 304) .................................... = 304&lt;BR /&gt;  Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial siginfo&lt;BR /&gt;    Siginfo: si_code: I_NONEXIST, faulting address: 0x530ff, si_errno: 0&lt;BR /&gt;    PC: 0x1ee4f, instruction: 0x49370058&lt;BR /&gt;exit(10) [implicit] ................................................................... WIFSIGNALED(SIGBUS)|WCOREDUMP&lt;BR /&gt;&lt;BR /&gt;My maxdsize and maxssize are:&lt;BR /&gt;&lt;BR /&gt;maxdsiz         0XC0000000&lt;BR /&gt;maxssiz         0X800000&lt;BR /&gt;&lt;BR /&gt;which I would think sufficient, but how to tell?&lt;BR /&gt;&lt;BR /&gt;Btw. I have the same code compiling and linking ok on Solaris, Linux and Windows.  Previous version was linking fine on HP-UX, the change has mainly been increased use of templates in C++ code, leading to a very big number of extremely long symbol names.&lt;BR /&gt;&lt;BR /&gt;I guess I'll need to start looking into compiling all this in 64 bit mode, where the linker is GNU as well...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2005 03:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-linker-dumps-core-how-to-troubleshoot/m-p/3508414#M700978</guid>
      <dc:creator>Harri Pasanen_1</dc:creator>
      <dc:date>2005-03-29T03:19:25Z</dc:date>
    </item>
  </channel>
</rss>

