Operating System - HP-UX
1835983 Members
2803 Online
110088 Solutions
New Discussion

Malloc Parameter Error on HP

 
dhanish
Regular Advisor

Malloc Parameter Error on HP

hi ,
I am getting the following error while excecuting one of the linker commands .....


/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (schedule/server.o) was detected. The linked output may not run on a PA 1.x system.
Malloc is out of memory, leaks over 512k:
/usr/ccs/bin/ld: Out of memory
Malloc: 2818048 bytes allocated by Unknown:0x3c3cb
Malloc: 3786272 bytes allocated by Unknown:0x19403
Malloc: 816640 bytes allocated by Unknown:0x1853b
Malloc: 5220480 bytes allocated by Unknown:0x2132f
Malloc: 11141120 bytes allocated by Unknown:0x3c3e7
Malloc: 17043456 bytes allocated by Unknown:0x39c03
gmake: *** [server] Error 1




Any clues on this malloc erro
Never Say Die
3 REPLIES 3
Steven Sim Kok Leong
Honored Contributor

Re: Malloc Parameter Error on HP

Hi,

How much memory does your application require? Check that your OS kernel provisions sufficiently for your application, such as the kernel parameter values for maxdsiz, maxssiz, maxtsiz.

Hope this helps. Regards.

Steven Sim Kok Leong
Niraj Kumar Verma
Trusted Contributor

Re: Malloc Parameter Error on HP

Hi,

can you show what is the current size of your maxdsize
and also how much is the memory.

# kmtune -l

-niraj
Niraj.Verma@philips.com
dhanish
Regular Advisor

Re: Malloc Parameter Error on HP

Hi,
It got solved as there was a problem in clearcase and beacuse of that , i was facing this problem.

thnks
Never Say Die