Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to format core-files?

Re: How to format core-files?

From: JimmyN1 <jimmyn1_at_aol.com>
Date: 07 Sep 2001 18:33:36 GMT
Message-ID: <20010907143336.18379.00000342@mb-bj.aol.com>


I got this from Dennis Handly at HP.

use dbx or gdb. I have gdb here so i use the following commands:

  1. gdb name_of_executable_causing_core core_file name

ex. $gdb $ORACLE_HOME/oracle core

2) In gdb type "bt" or "where" to list where it core dumped.

3) list the registers:

info registers

4) disassemble the stack for the function:

disassemble $pc Received on Fri Sep 07 2001 - 13:33:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US