There is no core dump generated when kill RV daemon using "kill -3", or the RV daemon crashes itself.

There is no core dump generated when kill RV daemon using "kill -3", or the RV daemon crashes itself.

book

Article ID: KB0094544

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Environment:
===========
Linux

Resolution:
===========
By default, when you start the RV daemon without the “–foreground” option, the daemon will run in background mode. If you try to generate a core file using a command such as “kill -3 &ltpid of RV daemon>”, or if the process should core for any other reason, the core file will be created under the root folder "/".

When the RV daemon is started by another application, the core will be created under the "/" folder. Usually the user does not have write privilege to the root folder, so no core file is found.

If the RV daemon is invoked with the “-foreground” option and cores, the core file will be created in the directory from where the daemon was launched.

Issue/Introduction

There is no core dump generated when kill RV daemon using "kill -3", or the RV daemon crashes itself.