- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/lib/dld.sl: Call to mmap() failed
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 01:47 AM
06-02-2003 01:47 AM
/usr/lib/dld.sl: Call to mmap() failed - BSS /pj/grapher/lib/libgraph.sl
/usr/lib/dld.sl: Not enough space
sh: 25781 Abort(coredump)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 01:53 AM
06-02-2003 01:53 AM
Re: /usr/lib/dld.sl: Call to mmap() failed
but pretty soon you need source code to make much headway..
file core
what core
to find out what binary cored.
It's potentially kernel params forcing limiting the apps resources or some bug in the application or dependent libraries. Usually a system patch update will fix (or break!) this..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 03:27 AM
06-02-2003 03:27 AM
Re: /usr/lib/dld.sl: Call to mmap() failed
Not enough space may sometimes indicate lack of swap space also. Please check that.
HTH
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 03:40 AM
06-02-2003 03:40 AM
SolutionYour PATH variable might not just be PATH, but it could be SHLIB_PATH, etc. depending on what your application needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 04:27 AM
06-03-2003 04:27 AM
Re: /usr/lib/dld.sl: Call to mmap() failed
It may be because you do not have enough free space. check with "bdf" command.
CPU is occupied with some other processes. Check the cpu usage by executing "top" command. If any process is taking full utilisation of cpu, there is a chance that you get this error.
If everything is fine, restart the system so that it clears some amount of memory.
Regards
VJ.