docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

Chromium segfaults

Open c24w opened this issue 7 years ago • 5 comments

When I install Chromium (68.0.3440.75-r0) from the default repositories in the latest alpine image (3.8.1), it always fails:

> 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 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

c24w avatar Sep 25 '18 14:09 c24w

@c24w try this

apk add -U --no-cache \
        --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \
        --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
        --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
        chromium \
    && apk add -U --no-cache --repositories-file /dev/null --force-old-apk  \
        --repository http://dl-cdn.alpinelinux.org/alpine/v3.5/main/ \
        "gnutls<3.6.2" \

christianhaller3000 avatar Nov 30 '18 10:11 christianhaller3000

I have the same issue from a similar setup to the original poster's, and the above commands did not apparently change anything:

bash-4.4$ chromium-browser --version
Segmentation fault

emmiegit avatar Dec 04 '18 23:12 emmiegit

Same problem without docker, Alpine Linux 3.8.1 on Raspberry Pi3. Chomium catch segfault. Downgrading gnutils does not help.

IgorTrud avatar Dec 14 '18 19:12 IgorTrud

✅ 4.15.0 + Alpine:3.8 + chromium 68 ⛔ 4.18.0 + Alpine:3.8 + chromium 68 (segmentation fault) ⛔ any + Alpine:3.8 + chromium 71 (edge) ✅ any + Alpine:edge + chromium 71 (edge)

psmolkin avatar Jan 15 '19 12:01 psmolkin

See also https://bugs.alpinelinux.org/issues/9161

alexander-stepanov avatar Mar 12 '19 11:03 alexander-stepanov