Operating System - Tru64 Unix
1748227 Members
4398 Online
108759 Solutions
New Discussion юеВ

5599: memory fault (coredump)

 
aique
Frequent Advisor

5599: memory fault (coredump)

Hi,
My export (database backup) process ended with an error (5599: memory fault coredump).
I have checked that there was enough memory and swap is availble to use and also File System have enough space to store that backup.
Please help
Thanks.
5 REPLIES 5
Steven Schweda
Honored Contributor

Re: 5599: memory fault (coredump)

Ask someone who knows which database software
you have?
Venkatesh BL
Honored Contributor

Re: 5599: memory fault (coredump)

"memory fault" doesn't occur due to lack of memory. It occurs due to violation of access. That is, the process tried to access a memory location that it was not supposed to.
aique
Frequent Advisor

Re: 5599: memory fault (coredump)

:) Sorry i forgot to tell. This is Oracle ofcourse. Now oracle people are saying that there is some kind of memory leak. So need to patch it up.
Thanks
Venkatesh BL
Honored Contributor

Re: 5599: memory fault (coredump)

"memory leak" and "memory fault" are two different problems. Memory leak occurs when an application forgets to 'free' its unused memory.
David_854
Frequent Advisor

Re: 5599: memory fault (coredump)

The core dump should have created a crash-data file or vmzcore, search for those files and contact HP Support for identification of the crash portion of the system.

David