- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-22-2003 02:20 AM
тАО12-22-2003 02:20 AM
Call to mmap() failed
I get an error when I tried to do a call to a Subroutine or Function and the error says Call to mmap() failed - TEXT .../.../lib12.so.2
I tried checking the Swap Space also, but it says only 37 %. I could not find any solution for this problem for a very long time. So, can some one say any suggestion.
Any help is very much appreciated.
and thanx in advance for that.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2003 02:26 AM
тАО12-22-2003 02:26 AM
Re: Call to mmap() failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2003 02:29 AM
тАО12-22-2003 02:29 AM
Re: Call to mmap() failed
I suspect you probably have a problem with one or more of the arguments on this call.
Could be the the address, length, protection or other flags.
Could be as simple as you're requesting a size that cannot be provided contigously or is larger than a kernel parm (max?siz) will allow.
Double check all the args to the call &
man 2 mmap
for further details.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2003 02:34 AM
тАО12-22-2003 02:34 AM
Re: Call to mmap() failed
I suspect Jeff is right and you are experiencing kernel parameter boundries.
maxdsize/maxssize/maxtsize, I think maxtsize is the one. With glance/gpm you can look into the process.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2003 02:36 AM
тАО12-22-2003 02:36 AM