-
Notifications
You must be signed in to change notification settings - Fork 47
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
Linux container fails to start up with SIGABRT #84
Comments
@szszoke can you please confirm the OS , whether it is ubuntu or arch linux? |
The host OS running Docker itself is Arch Linux, the Cosmos DB image seems to be based on an Ubuntu image. |
I have the same issue, also on Arch Linux. |
The |
In the meantime, I found an issue on MS SQL that looked very similar and I tried to downgrade my kernel to the latest It is quite likely the the same root cause is at play here and maybe the people responsible for Cosmos DB could talk to the people responsible for MS SQL to see if it is actually the same problem. Here is how I downgraded my kernel if anyone needs it: $ cd /var/cache/pacman/pkg
$ sudo pacman -U linux-6.6.10.arch1-1-x86_64.pkg.tar.zst linux-headers-6.6.10.arch1-1-x86_64.pkg.tar.zst
$ sudo reboot You might also want to tell
I still had the older package binaries on my system if you don't have them anymore then you will have to figure out how to get them yourself. |
This seems to have worked, thanks a lot! |
Just want to note that I have the same issue (also on Arch, on kernel 6.7.3). The temporary workaround that szszoke provided got me up and running again (downgrade to kernel 6.6.1). Hope this gets solved soon. |
Seeing the same issue on Fedora 39 so its not just specific to Arch.
|
To add another data point: On my KDE Neon machine (Ubuntu based) it fails for the "6.8.0-40-generic" kernel but works on the "6.5.0-45-generic" kernel. |
The issue is fixed in new release (2.14.20) |
Describe the bug
The Linux container fails to start up with SIGABRT.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The container should start up without errors.
Screenshots
Desktop (please complete the following information):
Docker Images Used:
Arguments && Environment variables to start Docker:
Docker Environment
Additional context
This has been working sometime near the the end of 2023.
The text was updated successfully, but these errors were encountered: