How to generate a stack trace from an RTserver core file using gdb in a Unix environment.

How to generate a stack trace from an RTserver core file using gdb in a Unix environment.

book

Article ID: KB0092455

calendar_today

Updated On:

Products Versions
TIBCO SmartSockets -
Not Applicable -

Description

Description:
How to generate a stack trace from an RTserver core file using gdb in a Unix environment.

Issue/Introduction

How to generate a stack trace from an RTserver core file using gdb in a Unix environment.

Resolution

Assume RTserver generates a core file named foo.core . Launch gdb and issue the following gdb command:
= = = = =
$ gdb /full/path/to/rtserver.x foo.core
 
# Within gdb. List stack trace for all threads
 
(gdb) thread apply all bt

= = = = = =

Then submit the stack trace to TIBCO Support.