Re: How to analyze core dump after system crash? "newbie" <new@new.com> writes:
> Hi all,
>
> Our HP C3600 Unix workstaion always crashes recently, 4 or 5 times everyday.
> which debug tool can be used to analyze core.26.1.gz and vmunix.gz?
>
The tool is named "crashinfo" and is usually provided by HP support matching
your OS release. Maybe you can find it somewhere...
> Thanks a lot.
> Case
>
> Some information are shown as below:
>
> # uname -a
> HP-UX HP001 B.10.20 A 9000/785 2000429216 two-user license
> # pwd
> /var/adm/crash
> # ls -tl
> total 34
> drwxr-xr-x 2 root 0 1024 Apr 5 01:14 core.26
> -rwxr-xr-x 1 root 0 2 Apr 5 01:14 bounds
> drwxr-xr-x 2 root 0 1024 Apr 5 01:05 core.25
> drwxr-xr-x 2 root 0 1024 Apr 5 00:51 core.24
> drwxr-xr-x 2 root 0 1024 Apr 4 23:57 core.23
[...] |