<?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: mmap failed for dld in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952707#M116391</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;If this is your application than doing only 'strings' on the core is the least usefull thing you could do. How about checking it with debugger?&lt;BR /&gt;&lt;BR /&gt;How about 'file core' and 'what core'?&lt;BR /&gt;&lt;BR /&gt;I guess you miss a shared library on that host.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Adam&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Apr 2003 13:14:06 GMT</pubDate>
    <dc:creator>Adam J Markiewicz</dc:creator>
    <dc:date>2003-04-16T13:14:06Z</dc:date>
    <item>
      <title>mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952703#M116387</link>
      <description>Hi,&lt;BR /&gt;One of our customer experiences a problem with one of our applications.  The application is correctly running since a long time on a HP 10.20 9000/813 and is failing on a 11.11 9000/813.&lt;BR /&gt;This 11.11 is a very new system over there and honnestly speaking I do not know if they installed patches.&lt;BR /&gt;&lt;BR /&gt;It creates a core file and stops continuing the application.  Making a strings on the core file, we are able to collect the following information :&lt;BR /&gt;&lt;BR /&gt;&lt;HP-UX&gt;&lt;/HP-UX&gt;B.11.11&lt;BR /&gt;9000/800&lt;BR /&gt;159464661&lt;BR /&gt;oftphub&lt;BR /&gt;G)@@&lt;BR /&gt;oUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU&lt;BR /&gt;UQ&lt;BR /&gt;$Revision: 92453-07 linker linker crt0.o B.10.19 960731 $&lt;BR /&gt;/usr/lib/dld.sl&lt;BR /&gt;ERROR: mmap failed for dld&lt;BR /&gt;abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789&lt;BR /&gt;abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789&lt;BR /&gt;030416&lt;BR /&gt;130357&lt;BR /&gt;&lt;BR /&gt;Does someone can advise us ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Luc Van den Abeele</description>
      <pubDate>Wed, 16 Apr 2003 12:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952703#M116387</guid>
      <dc:creator>Van den Abeele</dc:creator>
      <dc:date>2003-04-16T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952704#M116388</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;One possible reason for this error is insufficient swapspace.  Use 'swapinfo -tam' to examine your space.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 16 Apr 2003 12:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952704#M116388</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-16T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952705#M116389</link>
      <description>I did face the same problem sometime back.&lt;BR /&gt;I am attaching a small C source to make the core readable to give us further clues.&lt;BR /&gt;&lt;BR /&gt;Is your application using any threads?&lt;BR /&gt;Also what signal is the application catching?&lt;BR /&gt;&lt;BR /&gt;In my case it was the application code that was offending by improper syncing using thread mutexes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 12:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952705#M116389</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2003-04-16T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952706#M116390</link>
      <description>Hi,&lt;BR /&gt;Thanks for answer ... swapinfo is not found on the HP-UX 11.11 machine.&lt;BR /&gt;It exists on the 10.20 .....&lt;BR /&gt;Does this mean there is no swap .... ?&lt;BR /&gt;Thanks&lt;BR /&gt;Luc</description>
      <pubDate>Wed, 16 Apr 2003 13:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952706#M116390</guid>
      <dc:creator>Van den Abeele</dc:creator>
      <dc:date>2003-04-16T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952707#M116391</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If this is your application than doing only 'strings' on the core is the least usefull thing you could do. How about checking it with debugger?&lt;BR /&gt;&lt;BR /&gt;How about 'file core' and 'what core'?&lt;BR /&gt;&lt;BR /&gt;I guess you miss a shared library on that host.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 13:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952707#M116391</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-04-16T13:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952708#M116392</link>
      <description>&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;swapinfo  is found in /usr/sbin/swapinfo&lt;BR /&gt;and must be run by user root.&lt;BR /&gt;&lt;BR /&gt;Strings on  the core file does not give&lt;BR /&gt;any valuable info.&lt;BR /&gt;&lt;BR /&gt;Try this command instead:&lt;BR /&gt;&lt;BR /&gt;file  core&lt;BR /&gt;&lt;BR /&gt;It may show  you  what caused the core-dump.&lt;BR /&gt;(SIGSEGV  .....)&lt;BR /&gt;&lt;BR /&gt;As you have a core file  I advise you to run&lt;BR /&gt;the debugger on it.&lt;BR /&gt;&lt;BR /&gt;To get  the  call-stack  do the follwing:&lt;BR /&gt;&lt;BR /&gt;gdb  executable  core&lt;BR /&gt;(gdb)  info stack&lt;BR /&gt;&lt;BR /&gt;If the binary you are running on 11.11 is &lt;BR /&gt;compiled/linked on 10.20  it may be that it&lt;BR /&gt;used some API that has been changed.&lt;BR /&gt;&lt;BR /&gt;Olav&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 13:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952708#M116392</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2003-04-16T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952709#M116393</link>
      <description>Hi,&lt;BR /&gt;We'll try to recompile it on HP-UX 11.11 which seems to be the most easy solution.&lt;BR /&gt;We just have to find such an HP-UX 11.11 available.  We are currently only running 10.20.&lt;BR /&gt;It is probably due to X25 or other stuffs which are differently "made" on 11.11.&lt;BR /&gt;At least our customer has such a system.&lt;BR /&gt;&lt;BR /&gt;Hopefully, only a single module is concerned by this problem.&lt;BR /&gt;&lt;BR /&gt;I'll let you know tomorrow as we just finished sending the pack to the customer which will download and let us compile.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Luc</description>
      <pubDate>Wed, 16 Apr 2003 14:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952709#M116393</guid>
      <dc:creator>Van den Abeele</dc:creator>
      <dc:date>2003-04-16T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952710#M116394</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I tried this morning (Friday instead of Thursday because my customer was slow to provide access to the source code ...) and unfortunately it failed due to dld reasons again.&lt;BR /&gt;&lt;BR /&gt;Please find the message ... Any Idea ?&lt;BR /&gt;Thanks&lt;BR /&gt;Luc Van den Abeele&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libbfd-2.11.2.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;gcc: Internal error: Aborted (program as)&lt;BR /&gt;Please submit a full bug report.&lt;BR /&gt;See &lt;&gt; for instructions.&lt;BR /&gt;*** Error exit code 1&lt;/&gt;</description>
      <pubDate>Fri, 18 Apr 2003 06:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952710#M116394</guid>
      <dc:creator>Van den Abeele</dc:creator>
      <dc:date>2003-04-18T06:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952711#M116395</link>
      <description>Hi Luc&lt;BR /&gt;&lt;BR /&gt;Just what it says:&lt;BR /&gt;You have no&lt;BR /&gt;/usr/local/lib/libbfd-2.11.2.sl&lt;BR /&gt;on the custommers host.&lt;BR /&gt;Install it and check again.&lt;BR /&gt;However this can be 'the first from the list', so after installing you can expect problems with missing another one.&lt;BR /&gt;&lt;BR /&gt;Check where this library comes from? I guess its a part of a bigger package. Consult with the documentation baout the installation procedure.&lt;BR /&gt;&lt;BR /&gt;Well, I was right. :)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2003 08:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952711#M116395</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-04-18T08:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952712#M116396</link>
      <description>Check to see if /usr/local/lib is in your SHLIB_PATH (echo $SHLIB_PATH).&lt;BR /&gt; &lt;BR /&gt;If not, add it:&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH=$SHIB_PATH:/usr/local/lib;export SHLIB_PATH</description>
      <pubDate>Fri, 18 Apr 2003 17:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952712#M116396</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2003-04-18T17:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952713#M116397</link>
      <description>libbfd is from the GNU tree (binutils/gcc). Make a clean install from the latest gcc available for 11i (&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2/&lt;/A&gt; or &lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html)" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html)&lt;/A&gt; and try again&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Fri, 18 Apr 2003 18:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952713#M116397</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-04-18T18:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: mmap failed for dld</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952714#M116398</link>
      <description>Thanks to all of you.&lt;BR /&gt;We tried to recompile on a HP-UX 11.* system without better results.  Honnestly, the customer did it on its own and I had no guarantee it was correctly performed.  I got a copy of the stderr/stdout out of the compilation but I had some fears.&lt;BR /&gt;&lt;BR /&gt;We finally recompiled the code on our system a 10.* one, installed the latest exe and it works fine ! This is Software and IT !&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Luc Van den Abeele&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS: I'll try to quote all of your answers.</description>
      <pubDate>Mon, 28 Apr 2003 06:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mmap-failed-for-dld/m-p/2952714#M116398</guid>
      <dc:creator>Van den Abeele</dc:creator>
      <dc:date>2003-04-28T06:53:46Z</dc:date>
    </item>
  </channel>
</rss>

