Interstage Shunsaku Data Manager Troubleshooting - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Chapter 3 Collecting Troubleshooting Information | > 3.5 Collecting Information for the Process Down |
Collect the stack trace from the collected core file by using the debugger as the first step of problem identification.
This is the requisite information for identifying where the problem is.
The following procedure shows how to collect the core stack trace.
adb /opt/FJSVshnsk/sbin/process name core file name (absolute path) |
Example: The director process down
adb /opt/FJSVshnsk/sbin/shunddmn core_15928.040831.054704 core file = core_15928.040831.054704 -- program ``shunddmn'' on platform SUNW,Ultra-Enterprise SIGSEGV: Segmentation Fault |
$c |
Example:
$c do_entry(1970918,e,61b38,61850,5ba38,0) + b08 _thread_start(63580,0,0,0,0,0) + 40 |
Save the text file displayed above.
$q |
gdb /opt/FJSVshnsk/sbin/ process name core file name (absolute path) |
Example: The searcher process down.
gdb /opt/FJSVshnsk/sbin/shunsdmn core_11216.040907.203435 GNU gdb Red Hat Linux (5.2-2) Copyright 2002 Free Software Foundation, Inc. : |
thread apply all bt |
Example:
(gdb) thread apply all bt Thread 4 (process 11216): : |
Save the text file displayed above.
q |
File Name : shunmemfuncmap |
Shunsaku installation folder \Shunsaku\sbin\shunstacktrace core file name |
Save the output of the command into the text file.
Contents
Index
![]() ![]() |