- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/lib/dld.sl: Call to mmap() failed - TEXT etc....
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
09-17-2007 06:56 PM
09-17-2007 06:56 PM
/usr/lib/dld.sl: Call to mmap() failed - TEXT etc...
When I check the amount of shared memory memory available it is sufficient i.e below the 1.75GB limit. I have read some of the technical info. on this and it appears that I may have exhausted my shared memory. Hence no room to load the lib.
Could some one please point me towards diagnosing what the problem actually is?
your assistance is much appreciated.
HPUX B.11.23 U 9000/800
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 08:31 PM
09-17-2007 08:31 PM
Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 08:55 PM
09-17-2007 08:55 PM
Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT etc...
You can look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1127940
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1107217
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1054971
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1133390
>When I check the amount of shared memory memory available it is sufficient i.e below the 1.75GB limit.
How are you doing this? kmeminfo?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1138208
So what is your "ipcs -ma" output?
This will give you your shared memory segments but not the shlib text ones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 10:07 PM
09-17-2007 10:07 PM
Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT etc...
First of all thanks.
Awadhesh link was not relavent.
Regarding your links
Could not open links 2 & 4.
read the other links. Not sure which version of kmeminfo I need?
Shared memory total was obtained my summing SEGSZ column from command 'ipcs -mbp'
ipcs -ma output attached;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 10:27 PM
09-17-2007 10:27 PM
Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT etc...
Rotten firefox. :-(
There is a
in the URLs that you need to remove. Try these?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1107217
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1133390
>Not sure which version of kmeminfo I need?
Whatever works on 11.23.
>Shared memory total was obtained my summing SEGSZ column from command 'ipcs -mbp'
This doesn't account for fragmentation. Nor does it include other shlibs that are mapped.
You have a giant one from sybase 500 Mb:
m 196629 0x89880019 sybase 12 506089472
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2007 01:59 AM
09-18-2007 01:59 AM
Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT etc...
Thanks,
Don