Consultor Eletrônico



Kbase P13343: Unixware: How to convert a core file to a stack trace file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/22/2004
Status: Verified

GOAL:

How to convert a core file to a stack trace on UnixWare?

FIX:

The debug tool on UnixWare can be used to convert core files into an ASCII stack trace. The command
to convert a core file to a stack trace is:

Command:

debug [opts] -c core_file object_file

The -c option is used to associated the core_file with the object_file.

At the debug prompt, enter "t" to generate the stack trace. When you issue the command, it will
generate a stacktrace to the screen or file depending upon if you use output redirection.

Then type quit at the debug prompt and press return. This will quit the debug application.