Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
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>