Operating System - HP-UX
1834484 Members
3992 Online
110067 Solutions
New Discussion

Call to mmap() failed - ZEROES

 
SOLVED
Go to solution
Vogra
Regular Advisor

Call to mmap() failed - ZEROES

Hi All!

what the meaning of the message below, please:
/usr/lib/dld.sl: Call to mmap() failed - ZEROES /usr/lib/libc.1
/usr/lib/dld.sl: Not enough space
Abort(coredump)

Thanx.
We are spirits in the material world
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: Call to mmap() failed - ZEROES

Hi Claudio:

Mostly likely, you have insufficient swap space available. Check your swap utilization with:

# swapinfo -ta

...JRF...
Magdi KAMAL
Respected Contributor

Re: Call to mmap() failed - ZEROES

Hi Claudio,

It's because your swap space is unsuffecient. try to check the value of your actual swap with the "swapinfo -ta" ( as described by James ).

You will need to increase that swap space to solve the mmap() allocation space function failure .

You can still know the mmap() function had failed for how much space RESERVATION in the swapinfo output "reserve" entry.

Magdi
Vogra
Regular Advisor

Re: Call to mmap() failed - ZEROES

Hi all! Thanx.
this problem had a link with another that I noticiated on database forun...
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd6fed211e18ad5118ff10090279cd0f9,00.html

Thanx.
We are spirits in the material world