-
Notifications
You must be signed in to change notification settings - Fork 25
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
build driver-os-monitor (0.5.2-dev) fails with seg fault #311
Comments
Hi Chris, I've just run |
I have replicated this issue but only on an Alpine VM (e.g. it doesn't occur in Docker for Mac or in a Debian Stretch VM). It is repeatable with --no-cache. The Alpine VM Is based on Vagrant's "alpine/alpine64" base image, plus
and docker installed as per alpine docs I've confirmed that alpine (which didn't work) and debian (which did) both report docker is using the overlay2 storage engine. So my best guess is that there is something different about the overlayFS support in the alpine kernel vs debian, or something like that :-/ So I'm using debian for now in Intel. |
would that be Alpine 3.9 or 3.8? |
/etc/alpine-release says 3.9.0. /etc/apk/repositories are
|
When I try to build driver-os-monitor, branch 0.5.2-dev, npm/node exit with segmentation fault (e.g. at npm install step):
strangely, if i edit the Dockerfile to end at that point and run it then node / npm segfault, but if I apk del then re-add npm it seems to work again. So the seg fault only appears when npm has been installed at an earlier step in the docker build (i.e. in a previous build container).
This is on an alpine VM running Docker version 18.09.1-ce.
The text was updated successfully, but these errors were encountered: