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.