<?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  debug disabled. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845016#M91983</link>
    <description>Sir,&lt;BR /&gt;&lt;BR /&gt; One last question. I did find that in the development environment when i do a file appln. it is not stripped but in the production it is stripped. Is there any systemwide setting that are changing the binary? Just a wild thought.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
    <pubDate>Thu, 14 Nov 2002 16:49:40 GMT</pubDate>
    <dc:creator>david_252</dc:creator>
    <dc:date>2002-11-14T16:49:40Z</dc:date>
    <item>
      <title>core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845009#M91976</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt; We are unable to get any debug info from a Particular Xapplication core files. This GUI executable was compiled with '-g' compiler option to enable us to trace back from the core files this Xappln. However, it seems somehow these executable were stripped of the debug information when we installed on the production box (Nclass 11.0). Because of this, we have not been able to analyze the core files. We have looked at the executable we had shipped in the development server (Nclass 11.0) and they have the debug info. We were wondering in something was done to the executable before they were installed on the production servers such that the debug info is lost. Alternatively, is there some other setting on these servers that does not give the debug info in the core? The debug info is critical for us as it helps us analyze the core file to determine the exact line of code where the Xapplication executable dumps and we are sure that the same code was installed in production. Please let me know what would be the possible causes that I may have happened or things I have to check. Please advice.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 15:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845009#M91976</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2002-11-14T15:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845010#M91977</link>
      <description>Sir,&lt;BR /&gt;&lt;BR /&gt;Thank you. Can you explain it more clearly to me. That would be very helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Thu, 14 Nov 2002 15:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845010#M91977</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2002-11-14T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845011#M91978</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;If your executable was relinked this information could have been striped ('ld -s').  Alternately, 'strip' (see the man pages) could have striped the information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Nov 2002 15:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845011#M91978</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-14T15:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845012#M91979</link>
      <description>Sir,&lt;BR /&gt;&lt;BR /&gt;Ok. I understand. You say that they may have relinked it OR striped it. If so what would be the solution. Can we find out whether they have done it by looking into that executable? Please advice.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Thu, 14 Nov 2002 15:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845012#M91979</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2002-11-14T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845013#M91980</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;Do a 'file' on your two executables.  For example:&lt;BR /&gt;&lt;BR /&gt;# file a.out&lt;BR /&gt;a.out: PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;&lt;BR /&gt;# strip a.out&lt;BR /&gt;# file a.out&lt;BR /&gt;a.out: PA-RISC1.1 shared executable dynamically linked&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 16:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845013#M91980</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-14T16:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845014#M91981</link>
      <description>Hi (again) David:&lt;BR /&gt;&lt;BR /&gt;An aside; perchance does your first response at 15:45 actually apply to my response at 15:47 (?).  I have reason to believe that it does, and therefore it constitutes more evidence of poor inter-server time synchronization.  Thanks. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Nov 2002 16:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845014#M91981</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-14T16:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845015#M91982</link>
      <description>Sir:&lt;BR /&gt;&lt;BR /&gt;That is correct. There is a problem. Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;David.</description>
      <pubDate>Thu, 14 Nov 2002 16:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845015#M91982</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2002-11-14T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845016#M91983</link>
      <description>Sir,&lt;BR /&gt;&lt;BR /&gt; One last question. I did find that in the development environment when i do a file appln. it is not stripped but in the production it is stripped. Is there any systemwide setting that are changing the binary? Just a wild thought.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Thu, 14 Nov 2002 16:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845016#M91983</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2002-11-14T16:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: core  debug disabled.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845017#M91984</link>
      <description>There aren't any system wide settings that would strip a binary.   What I have seen in some build environments is the generation of a debug binary at the same time as the production binary.   The scripts that collect all the necessary binaries to make a product then only collect the production bits for installation.   You might want to check that something in the process of creating the production install package is not stipping the binary.   This was the case in some products that I worked on.&lt;BR /&gt;&lt;BR /&gt;There are techniques that can be used with stripped binaries.  Sometimes folks who are *real* good at debugging can use system maps (made a link time) to figure out offsets.   In other cases, a debug binary is squirreled away for safe-keeping and the production one is stripped.  When you get a failure, you use the debug binary to do your analysis.   Tricky, but I've seen it done.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you know that the bits on the dev site are not stripped, then why not just move them over by hand to the production site?</description>
      <pubDate>Fri, 15 Nov 2002 12:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-debug-disabled/m-p/2845017#M91984</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2002-11-15T12:30:00Z</dc:date>
    </item>
  </channel>
</rss>

