HP (Hewlett-Packard) 5992-1918 TV Antenna User Manual


 
libstacktrace.sl—the runtime library
stacktrace.o—the object file
4.3 Verify Core File
Before you proceed further, verify that the core file, core, is complete and valid. You can do this
in two steps.
First, open the file in gdb and check the error and warning messages.
$ gdb /opt/java1.4/bin/PA_RISC2.0/java core
HP gdb 5.5.7 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00
and target hppa1.1-hp-hpux11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.5.7 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.
..
Core was generated by 'java'.
Program terminated with signal 6, Aborted.
#0 0xc0214db0 in kill+0x10() from ./libc.2
From the output above, you can tell that core file is valid.
Second, check that the core file was not truncated by issuing the what core” command and
searching for the existence of the dld.sl version at the bottom of the output:
$ what core
core:
1.4.2.10-060112-16:07-PA_RISC2.0 (java) Built: 06/01/12-16:52 View:
jinteg_h1.4.2.10.rc4b1
1.4.2.10-060112-16:07-PA_RISC2.0 (libzip.sl) Built: 06/01/12-16:53 View:
jinteg_h1.4.2.10.rc4b1
1.4.2.10-060112-16:07-PA_RISC2.0 (libjava.sl) Built: 06/01/12-16:51 View:
jinteg_h1.4.2.10.rc4b1
1.4.2.10-060112-16:07-PA_RISC2.0 (libverify.sl) Built: 06/01/12-16:48 View:
jinteg_h1.4.2.10.rc4b1
1.4.2.10-060112-16:07-PA_RISC2.0 (libhpi.sl) Built: 06/01/12-16:47 View:
jinteg_h1.4.2.10.rc4b1
$Revision: libpthread.1: B11.23.0409LR
HP-UX libm shared PA1.1 C Math Library 20040526 (142440) UX11.23
fs_amod.s $Revision: 1.9.1.1 $
libcl.sl version B.11.01.18 - Jul 9 2003
$ B.11.23 Aug 7 2004 10:28:46 $
1.4.2.10-060112-16:07-PA_RISC2.0 (libjvm.sl) Built: 06/01/12-16:16 View:
jinteg_h1.4.2.10.rc4b1
HP-UX libisamstub.sl B3907DB/B3909DB B.11.23 (PA RISC) Fri Apr 25 21:19:01 CDT 2003
$ PATCH_11.23/PATCH_ID Aug 31 2005 10:11:57 $
OpenGL 1.1 Revision 1.41 on HP-UX 11.00 $Date: 27-Jul-04.15:39:45 $
$Revision: 20040727.29209 $ libogltls.2 SMART_BIND
92453-07 dld dld dld.sl B.11.44.05 050701
If the dld version is displayed at the bottom of the output, the core file is valid.
4.4 Debugging On Same System
If you are debugging the core file on the same system where it was created, you do not need to
perform the steps outlined in the “Packaging Files For Debugging On Different System” and
“Unpacking Files On Debugging System” sections. Instead, proceed to the “Example gdb Session”
section.
4.5 Packaging Files For Debugging On Different System
If you will debug the core file on a different system than the one where it was created, you need
to collect problem data essential for analyzing the core file.
Collect the following items:
4.3 Verify Core File 65