Getting Catastrophic error #21015: Out of memory


 
Thread Tools Search this Thread
Operating Systems HP-UX Getting Catastrophic error #21015: Out of memory
# 1  
Old 05-23-2009
Getting Catastrophic error #21015: Out of memory

I have downloaded aCC evaluation version (B9007AAEVAL) and using it for compilation of our C++ source code. While compiling, we are getting following error:

Generating cxx_server.o, reason: cxx_server.cc Makefile
aCC -c +W2795,2692 +DD64 -DENV_CXXSTDLIB -I. cxx_server.o cxx_server.cc
Catastrophic error #21015: Out of memory

We are using HP UX 11.31.
Though, we have tried all the option including increesing swap size , changing kernal parameter, it dint help.
Can you please help me out?

Thanks,
deepak8988
# 2  
Old 05-23-2009
You have to contact HPUX support - this is a compiler problem, it probably has nothing to do with your system. Anyway the same error occurred for us and HPUX had the compiler team look at it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX 6.1 error out of memory

i am facing issue in AIX 6.1 when i was running below command i face issued as show attached screenshot cat /audit/bin1 /audit/bin2 /audit/trail | auditpr -t 0 -v -h l,r,R,t,c,p,P |\ awk '/\s*audit object write event detected/ {print ll $6} { ll = $0}' Please use code tags next time... (1 Reply)
Discussion started by: aforabad
1 Replies

2. HP-UX

Internal Memory Error ?

================================================================================== SEGV_MAPERR: Address not mapped to object fffffffffffffff0 (Memory location which caused fault) ------------------ C-STACK ---------------------- (0) 0x40000000007622f0 CTrcStack2 + 0x1d0 at dptstack_mt.c:228... (6 Replies)
Discussion started by: sidharthmellam
6 Replies

3. Linux

Memory bound error...

Hi all, Am getting the below error for a job that is run in our system. error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory (Signal 11) This job uses a cobol program and as far as I know, the problem is related to this cobol program. What does this... (1 Reply)
Discussion started by: das.somik
1 Replies

4. Shell Programming and Scripting

Error PHP Fatal error: Allowed memory size of 67108864 bytes exhausted(tried to allocate 401 bytes)

While running script I am getting an error like Few lines in data are not being processed. After googling it I came to know that adding such line would give some memory to it ini_set("memory_limit","64M"); my input file size is 1 GB. Is that memory limit is based on RAM we have on... (1 Reply)
Discussion started by: elamurugu
1 Replies

5. UNIX for Advanced & Expert Users

Out of Memory error when free memory size is large

I was running a program and it stopped and showed "Out of Memory!". at that time, the RAM used by this process is around 4G and the free memory size of the machine is around 30G. Does anybody know what maybe the reason? this program is written with Perl. the OS of the machine is Solaris U8. And I... (1 Reply)
Discussion started by: lilili07
1 Replies

6. UNIX for Dummies Questions & Answers

'memory corruption' error when using Awk

Hello, everyone. I got the following error when I am using awk to analysis some text file: *** glibc detected *** awk: malloc(): memory corruption: 0x080c67f8 *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6 /lib/tls/i686/cmov/libc.so.6... (5 Replies)
Discussion started by: kooyee
5 Replies

7. Solaris

memory error

Hi All, I recently patched one of t5120s I have (running solaris 10). I rebooted my system after patching and found following meesage on console, While showfaults in ALOM shows following message: showfaults Last POST Run: Sat Feb 14 05:51:08 2009 How serious is this error and can... (3 Replies)
Discussion started by: upengan78
3 Replies

8. Solaris

280R Memory Error

Hi friends....I'm from indonesia, sorry if my english is not that good. Can somebody help me what kind of message is this ? Jan 16 18:22:42 ASM imapd: get_balanced_partition: -- chosen Jan 16 18:22:50 ASM SUNW,UltraSPARC-III+: NOTICE: Corrected system bus (CE) Event detected by CPU1 at TL=0,... (0 Replies)
Discussion started by: komang
0 Replies

9. Shell Programming and Scripting

Error: Compiler out of memory

Dear friends, please tell me why I am getting "Error: Compiler out of memory" message when I run a make file on unix environment. the same makefile was running without any problem previously. but now it's giving that error message. Kindly tell me what might be the solution for this. please... (1 Reply)
Discussion started by: swamymns
1 Replies

10. Programming

How to handle memory error?

Hi, I need to know what is the right way of handling out of memory conditions. If a program is not able to dynamically allocate memory (new fails), is it right to wait for some amount of time (say 5 sec) and then try again to allocate memory? Or should we kill the process and again restart it?... (1 Reply)
Discussion started by: diganta
1 Replies
Login or Register to Ask a Question