gliderlabs / gliderlabs/docker-alpine
Chromium segfaults
- Dominant language
- Shell
- Stars
- 5.7k
- Forks
- 530
- PR merge metrics
- No merged PRs in 30d
Description
When I install Chromium (`68.0.3440.75-r0`) from the default repositories in the latest alpine image (`3.8.1`), it always fails:
```shell
> apk add --no-cache chromium
> chromium-browser --version
Segmentation fault
```
I'm running Arch Linux `4.18.9-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018 x86_64 GNU/Linux` with Docker `version 18.06.1-ce, build e68fc7a215`.
Running the same commands using same version of Docker on Ubuntu doesn't cause a segmentation fault.
This issue doesn't occur in `alpine:3.7`, which installs `chromium-61.0.3163.100-r0`.
Installing [`chromium-68.0.3440.106-r0`](http://nl.alpinelinux.org/alpine/edge/community/x86_64/) in `alpine:3.7` _does_ cause a segmentation fault.
After writing all of that, I'm starting to believe a change to Chromium is causing this, although I don't know if Chromium or Alpine is at fault (:smirk:). Having said that, it's strange that this is affecting me on Arch linux and not Ubuntu... Is anyone else getting this?
---
Original issue @ https://github.com/Zenika/alpine-chrome/issues/15
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.