<?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: Problem read core on Itanium in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428721#M682445</link>
    <description>The debug info is stored in the object files, unless you use +noobjdebug.&lt;BR /&gt;Have you moved your executable or archive libs to another system?&lt;BR /&gt;&lt;BR /&gt;It said "objectfile libdeamons30.a(deamons.o)", so is the original libdeamons30.a present?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I try to re-compile all with -g1 option&lt;BR /&gt;&lt;BR /&gt;Why would that help?  -g1 == -g.  Perhaps you wanted -g0?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: This points to a problem with SHLIB_PATH at compile time.&lt;BR /&gt;&lt;BR /&gt;Huh?  This is related to finding object files with objectdir.  This is a type of gdb "path" but has nothing to do with LD_LIBRARY_PATH, the industry standard&lt;BR /&gt;replacement for SHLIB_PATH.</description>
    <pubDate>Fri, 29 May 2009 07:14:30 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-05-29T07:14:30Z</dc:date>
    <item>
      <title>Problem read core on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428718#M682442</link>
      <description>Hi all,&lt;BR /&gt;I've a problem, when I try to read a core file on Itanium server the gdb can't found debug information and give the following error:&lt;BR /&gt;&lt;BR /&gt;warning: &lt;BR /&gt;ERROR: Use the "objectdir" command to specify the search&lt;BR /&gt;path for objectfile libdeamons30.a(deamons.o).&lt;BR /&gt;If NOT specified will behave as a non -g compiled binary.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I compile with aCC and the -g option &lt;BR /&gt;&lt;BR /&gt;someone can help me?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Thu, 28 May 2009 13:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428718#M682442</guid>
      <dc:creator>marcom</dc:creator>
      <dc:date>2009-05-28T13:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem read core on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428719#M682443</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;strings core_file&lt;BR /&gt;&lt;BR /&gt;See if the file has normal data.&lt;BR /&gt;&lt;BR /&gt;This points to a problem with SHLIB_PATH at compile time. How it compiled I don't know.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 28 May 2009 14:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428719#M682443</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-28T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem read core on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428720#M682444</link>
      <description>the SHLIB_PATH on the compiler machine seem correct:&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH=/opt/oracle/app/oracle/product/9.2.0/lib:/usr/lib:/usr/lib/hpux32:/usr/ccs/lib:/usr/ccs/lib/hpux32:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the core file too:&lt;BR /&gt;the stack is ok, debug info miss in local code or statically linked lib, shared lib non compare in the stack.&lt;BR /&gt;&lt;BR /&gt;I try to re-compile all with -g1 option but the problem persist&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 May 2009 15:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428720#M682444</guid>
      <dc:creator>marcom</dc:creator>
      <dc:date>2009-05-28T15:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem read core on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428721#M682445</link>
      <description>The debug info is stored in the object files, unless you use +noobjdebug.&lt;BR /&gt;Have you moved your executable or archive libs to another system?&lt;BR /&gt;&lt;BR /&gt;It said "objectfile libdeamons30.a(deamons.o)", so is the original libdeamons30.a present?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I try to re-compile all with -g1 option&lt;BR /&gt;&lt;BR /&gt;Why would that help?  -g1 == -g.  Perhaps you wanted -g0?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: This points to a problem with SHLIB_PATH at compile time.&lt;BR /&gt;&lt;BR /&gt;Huh?  This is related to finding object files with objectdir.  This is a type of gdb "path" but has nothing to do with LD_LIBRARY_PATH, the industry standard&lt;BR /&gt;replacement for SHLIB_PATH.</description>
      <pubDate>Fri, 29 May 2009 07:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-read-core-on-itanium/m-p/4428721#M682445</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-29T07:14:30Z</dc:date>
    </item>
  </channel>
</rss>

