Skip to content
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

Docker for Mac (17.10.0-ce-mac36) segfaults on debian:wheezy/centos:6 images #2169

Closed
welps opened this issue Oct 24, 2017 · 7 comments
Closed

Comments

@welps
Copy link

welps commented Oct 24, 2017

Expected behavior

Running docker run debian:wheezy returns exit code 0

Actual behavior

Running docker run debian:wheezy returns exit code 139

Information

Diagnostic ID: B3DEF8E-B246-47B7-A218-380229307B77
Docker for Mac: version: 17.10.0-ce-mac36 (a38d9cd48bd0ee31ec82c59b783aa2f2817bfb92)
macOS: version 10.13 (build: 17A405)
logs: /tmp/6B3DEF8E-B246-47B7-A218-380229307B77/20171024-190910.tar.gz
[OK] db.git
[OK] vmnetd
[OK] dns
[OK] driver.amd64-linux
[OK] virtualization VT-X
[OK] app
[OK] moby
[OK] system
[OK] moby-syslog
[OK] db
[OK] env
[OK] virtualization kern.hv_support
[OK] slirp
[OK] osxfs
[OK] moby-console
[OK] logs
[OK] docker-cli
[OK] menubar
[OK] disk

Steps to reproduce the behavior

  1. Run docker run debian:wheezy
  2. Check exit code

Other images that segfault:

  • centos:6 - centos:6.9
@lipchyk
Copy link

lipchyk commented Oct 25, 2017

Same here... Got the segfault on docker run redis:3.0.2

@cs96and
Copy link

cs96and commented Oct 25, 2017

Same issue on Windows as well
docker/for-win#1245

@welps
Copy link
Author

welps commented Oct 25, 2017

@yspro Yeah anything derived from these base images will segfault. Happened to me with mongo.

@djs55
Copy link
Contributor

djs55 commented Oct 26, 2017

Thanks for the report. The problem is a missing vsyscall=emulate argument on the kernel command-line which prevents some older binaries from working. There's a fix in the master branch which will be in the next edge release, due at the end of October. In the meantime I recommend working around the problem by switching either to the stable channel or the previous edge build 17.09.0-ce-mac34

@gtardif
Copy link
Contributor

gtardif commented Nov 3, 2017

This should now work with latest edge version, released today (17.11.0-ce-rc2-mac37)

@welps
Copy link
Author

welps commented Nov 16, 2017

I can confirm this has been fixed. Thanks!

@welps welps closed this as completed Nov 16, 2017
@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

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.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants