-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Docker Version 17.03.0-ce-mac1 (15583) crashing systematically - not an issue in 1.13.1 #1378
Comments
@bgrieder are you able to upload the |
@rogaha Ah - I just rolled back to 1.13.0 (could find how to download the 1.13.1). Let me switch again |
@rogaha Done - It crashed, I ran the The Diagnostic ID is: CE054807-E6B0-4CFE-922A-A039A3C6BCFF
|
This looks like a duplicate of #1228 Could you describe what you're doing when it crashes? Are you running a network-heavy workload? |
@bgrieder it looks like you are having the same issue as in #1228. In the logs it shows that the app crashed 3 days ago:
Let's continue the discussion on the older ticket. I'm closing this in favor of #1228 |
Sure. (3 days ago, I may have tried the beta channel and rolled back) I launch a docker-compose with multiple processes, in particular 2, a Java process and a blockhain client, geth (from Ethereum). On startup, these 2 processes create pretty intensive load both in terms of CPU and IO to disk. The java process startup usually completes while the geth process does not. geth also connects to a P2P network and establishes multiple outbound network connections. Let me know if you want more |
@djs55 I confirm I can reproduce this issue by just running the Ethereum geth client. I can give you my docker file if you are interested. |
@bgrieder yes please -- a |
@djs55 Here you go. I had the issue running the image with
I guess you do no have to do more than running the image; the geth client will start to establish connections. In case this this not sufficient, you may have to download the Ethereum Wallet from the Ethereum site and connect it to the port 8545 of you running container to create an account (this runs in the Ethereum test environment, no worries) Dockerfile for GETH_IMAGE
geth-run.sh
supervisord.conf
|
@bgrieder thanks very much for the The bug did reproduce for me, and then I adjusted the MTU setting:
After I restarted the app and re-ran the test it ran for a lot longer. In my logs I can see
confirming that the correct MTU was set. Could you try changing the MTU configuration and let me know if it gets better? |
@djs55 Sorry for the late reply; I was busy this week-end The changes prevent the crash but seem however to break the application since frames are dropped
What are the side effects of increasing the mtu ? |
@djs55 OK. Looks like I misread that assertion; increasing the mtu to say 8000, leads to an application crash on that assertion |
@djs55 Sorry for the multiple messages. After a while all sockets start failing and the application hangs
but I guess that is a different subject :) |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Since the update this morning, the docker VM will systematically crash after a couple of minutes with the following error
Version 17.03.0-ce-mac1 (15583)
Channel: stable
e5a07a1a69
This issue did not exist in the previous stable 1.13.1
The text was updated successfully, but these errors were encountered: