Dash App terminating frequently in Oracle Linux

I have developed a Dash application to insert and update data to the oracle database and also retrieve the data from Oracle db and display it. There are numerous query function involved in it.

App: Plotly Dash
OS: Oracle Linux 8
RAM: 27GB
SWAP: 8GB

Old Issue : The program got terminated due to this error message "Segementation fault (Core dumped).

After this issue, the RAM size is increased from 17 to 27 GB. Now the program gets terminated due to the below reason,

New Issue: Last 3 highlighted lines is the error message, for which the program is getting terminated

Kindly help me resolve the issue.

Edit:

Continuously getting this error,
Screenshot 2023-08-08 201231

Hello @joemol.officespace,

Welcome to the community!

I havent used Oracle Linux before, but maybe one of your callbacks is encountering an error?

If you havent done so already, can you setup a supervisor to run your app. This way, if it errors out, it will spin up the process again.