1825576 Members
1998 Online
109682 Solutions
New Discussion

Memory Fault(core dump)

 
anand_51
Advisor

Memory Fault(core dump)

we are getting "memory fault(core dump)" error when we use the commands dmesg and kutune in one of our rx2620 server.Can anyone help us?
2 REPLIES 2
SANTOSH S. MHASKAR
Trusted Contributor

Re: Memory Fault(core dump)

Cannot guess what is wrong but u can try following,

# strings |more

and see for possible errors (if any)


-Santosh
Dennis Handly
Acclaimed Contributor

Re: Memory Fault(core dump)

>Santosh: strings

This is next to useless, don't do this, since it may show errors you don't have.
The proper tools are file(1) and gdb to get a stack trace.