Kbase P38640: How to create a protrace file using Progress tracenv tool?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/20/2003 |
|
Status: Unverified
GOAL:
How to create a protrace file using tracenv.
GOAL:
How to use the tracenv tool.
FIX:
1. Identify the Progress <executable> that core dumped.
Review the first several lines in the protrace.pid file for the
executable name.
2. Set the DLC environment variable if not already set.
DLC=<installdirectory>;export DLC
3. Remove the first 4 lines of the protrace.pid file with your
favorite editor.
4. Translate the protrace file.
$DLC/bin/tracecnv <executable> protrace.pid > stack.out