[Bug] docker deploy error Exited (139) #4545
Replies: 3 comments
-
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
Hey @bakamake! I'm here to help you with any bugs, questions, or contributions. Let's squash those bugs together! If you need assistance, feel free to ask. A similar issue was discussed in a closed thread. The solution suggested checking if your browser language is set to For the Docker container exiting with status 139, this typically indicates a segmentation fault. Here are some steps you can try:
If these steps don't resolve the issue, further investigation into the specific error logs might be necessary. |
Beta Was this translation helpful? Give feedback.
-
📦 Environment
Docker
📌 Version
Docker version 20.10.8, build 3967b7d
💻 Operating System
Ubuntu
🌐 Browser
Chrome
🐛 Bug Description
root@racd6:
# docker pull lobehub/lobe-chat:latest# docker run -d --name lobechat -p 3210:3210 lobehub/lobe-chat:latestlatest: Pulling from lobehub/lobe-chat
59b6c109c04e: Pull complete
Digest: sha256:18a1e05983d151a08e76b63ac6c4b442438a33f54255e28e4a9f14f3f2a4b199
Status: Downloaded newer image for lobehub/lobe-chat:latest
docker.io/lobehub/lobe-chat:latest
root@rd6:
288ddc52456411f987966868222f2c77901b65b575fbf1726178556692859e06
root@rac6:~# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
288ddc524564 lobehub/lobe-chat:latest "/bin/node /app/star…" 8 seconds ago Exited (139) 6 seconds ago lobechat
📷 Recurrence Steps
root@racd6:
# docker pull lobehub/lobe-chat:latest# docker run -d --name lobechat -p 3210:3210 lobehub/lobe-chat:latestlatest: Pulling from lobehub/lobe-chat
59b6c109c04e: Pull complete
Digest: sha256:18a1e05983d151a08e76b63ac6c4b442438a33f54255e28e4a9f14f3f2a4b199
Status: Downloaded newer image for lobehub/lobe-chat:latest
docker.io/lobehub/lobe-chat:latest
root@rd6:
288ddc52456411f987966868222f2c77901b65b575fbf1726178556692859e06
root@rac6:~# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
288ddc524564 lobehub/lobe-chat:latest "/bin/node /app/star…" 8 seconds ago Exited (139) 6 seconds ago lobechat
🚦 Expected Behavior
No response
📝 Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions