How to generate pstack file /gdb file when as-agent crashes.

How to generate pstack file /gdb file when as-agent crashes.

book

Article ID: KB0094158

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
If an as-agent crashes, the process will generate a core pstack file. If core files are not generated then you need to use the following commands to enable a core dump.

-----------------------


Enable core dump on linux machine : ulimit -c unlimited


A core dump has been created when the agent crashed.


Generating pstack output.

                     pstack <corefile>


Generating gdb output.

                   gdb as-agent <corefile>

Issue/Introduction

How to generate pstack file /gdb file when as-agent crashes.

Additional Information