1834228 Members
2675 Online
110066 Solutions
New Discussion

core dump problem

 
Achilles_2
Regular Advisor

core dump problem

Hi all,

I am using A400 server with HPUX 11.00, and when I use the last command, I encoutner the Memory fault(coredump) problem. So do you know how to fix it?

Thanks and regards
Achilles
3 REPLIES 3
Vishwas Pai
Regular Advisor

Re: core dump problem

I have not seen any last(1) patches for 11.00.
It is best to report this to HP-support.

You can not do much with dump and last(1)
comes with no-symbols.

To debug something at your end, you can run
`tusc` on last(1) and see if any obvious
system call failures.

HTH -vishwas
Ivajlo Yanakiev
Respected Contributor

Re: core dump problem

you can exam this core
strings core
and problably see where was the problem
Pete Randall
Outstanding Contributor

Re: core dump problem

It could be a corrupt wtmp file. You could try "> /var/adm/wtmp" to null out the file and start over.


Pete

Pete