-
Notifications
You must be signed in to change notification settings - Fork 27
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
lcfs crash #47
Comments
I tested this couple of times and did not see this crash. Is this crash reproducible for you? If so, could you tell specific instructions on how to reproduce it? Were you able to collect a core dump from the crash? |
What I did was running docker-stress test a few times (with no failures), like this:
and then I tried building docker daemon, probably something like this:
The coredump is eaten by apport, there is nothing in /var/crash :( I will try to reproduce the issue next week. |
It was pretty easy to reproduce. Here are the steps on a digital ocean droplet running Ubuntu 16.04: On the first terminal:
On a second terminal:
On a third terminal:
second terminal again:
third terminal again:
and it fails at the same step as last time:
Here's gdb trace:
|
Note I'm using bleeding edge docker build:
|
Let me know if there's anything I can help with |
I could not reproduce the crash on my system with the version of docker I have installed on it. Let me try with the latest version of docker. The assertion in LCFS is fired because a read-write layer does not have a parent init layer, as expected. Normally, Docker creates an init layer before creating a read-write root image layer for a container. By the way, just curious why you are not using our installation scripts for setting up lcfs. That is a single line command which will set up docker with lcfs and you don't have to run individual commands manually to get going. |
Seems like I have a similar problem. lcfs seems to work for about 200 layers and then constantly crashes with a segfault. SMP machine with 4 sockets and 64 threads .. waybe a threading issue ? |
I ran latest LCFS (git commit 99b157d) and got into this while running "make" on docker daemon sources
This is what I saw on the client:
and here are dockerd logs:
Please let me know if there's anything else I can provide.
The text was updated successfully, but these errors were encountered: