I have changed few requirements in the requirements.txt in my flask application and this Exit code 139 happened in the render deployment

==> Uploading build…

Mar 26 10:22:25 AM==> Uploaded in 39.4s. Compression took 29.8s

Mar 26 10:22:25 AM==> Build successful :tada:

Mar 26 10:22:27 AM==> Deploying…

Mar 26 10:23:27 AM==> Requesting Node.js version >=20.0.0

Mar 26 10:23:28 AM==> Using Node.js version 23.10.0 via /opt/render/project/src/package.json

Mar 26 10:23:28 AM==> Docs on specifying a Node.js version: https://render.com/docs/node-version

Mar 26 10:23:29 AM==> Running ‘cd backend && gunicorn -b 0.0.0.0:5000 app:app’

Mar 26 10:23:33 AM==> No open ports detected, continuing to scan…

Mar 26 10:23:34 AM==> Docs on specifying a port: https://render.com/docs/web-services#port-binding

Mar 26 10:23:35 AM2025-03-26 15:23:35.276645: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.

Mar 26 10:23:35 AMTo enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.

Mar 26 10:23:43 AM==> Exited with status 139

Mar 26 10:23:43 AM==> Common ways to troubleshoot your deploy: