Key finding: this is not specific to my app
I also deployed Streamlit’s own default/starter template app (no custom code, no extra dependencies) on the same Community Cloud account, and it fails with the exact same segmentation fault. This strongly suggests the problem is not in my app’s code or dependencies, but something at the account/workspace or platform level on my end of Community Cloud.
Given that, I’d really appreciate help figuring out whether this is a known account/workspace-level issue rather than continuing to debug my specific app’s dependencies.
1. Public app link
https://titaniceda-yxjxoxd6hbt6uffamktk3t.streamlit.app/
2. GitHub repository
GitHub - Donggyu-Hwang/titanic_eda · GitHub (branch: main, main module: streamlit_app.py)
3. Full error message
The app fails the health check and crashes with a segfault every time, shortly after dependencies finish installing. No Python traceback is ever printed — the process just dies.
[05:25:16] 📦 Processed dependencies!
[05:30:04] ❗️ The service has encountered an error while checking the health of the Streamlit app: Get "http://localhost:8501/script-health-check": EOF
/app/scripts/run-streamlit.sh: line 9: 262 Segmentation fault sudo -E -u appuser /home/adminuser/venv/bin/streamlit "$@"
- Since even the default template crashes on my account, is this a known account/workspace-level issue? Is there something specific to check or reset (e.g., re-linking GitHub, workspace region, a corrupted build cache)?
- Is there a way to get more detailed crash output (e.g., a core dump or native stack trace) from Community Cloud rather than just “Segmentation fault”?
- Has anyone else seen the default template itself segfault on Community Cloud?
Happy to share the full repo, the default-template repro repo, or any additional logs. Thanks in advance!