-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant enable and find core dumped #880
Comments
Do you have an example that we can take a look at? |
Here is my program https://github.com/vitassuper/flux-bot and screen below |
It would be helpful to add env vars to your docker compose to get it running quicky environment:
- DEBUG_MODE=false
- SQLALCHEMY_DATABASE_URI=postgres://root:root@postgres
- SQLALCHEMY_DATABASE_DB=connector
- POSTGRES_SERVER=postgres
- POSTGRES_USER=root
- POSTGRES_PASSWORD=root
- POSTGRES_DB=trading_view_connector
- APP_KEY=1234
- TELEGRAM_BOT_TOKEN=1234
- API_PASSWORD=1234
- TELEGRAM_CHAT_ID=1234
- TELEGRAM_CHAT_ID2=1234 |
Good to know, but I read tip from docker doc |
Yeah I know, I was trying to get the app started to see if I can reproduce. It starts but I didn't configure it correctly so it just gives errors |
What errors did you get? |
Maybe this is useful, but looking at the repo, flux-bot is using a |
When my Python program fails in a Docker container, no core dump or backtrace is generated. I tried enabling it using
ulimit -c unlimited
, but it didn't help. I cannot find a stack trace to determine why my program is crashing. All I get is acorrupted size vs. prev_size
message.The text was updated successfully, but these errors were encountered: