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

chrome-1 exited with code 133 #261

Open
Targunitoth opened this issue Jan 19, 2025 · 0 comments
Open

chrome-1 exited with code 133 #261

Targunitoth opened this issue Jan 19, 2025 · 0 comments
Labels

Comments

@Targunitoth
Copy link

Describe the bug
I have the same bug as hoarder-app/hoarder#881

I only get chrome-1 exited with code 133, without other debugging information

To Reproduce
I just started your minimal example (https://github.com/jlandure/alpine-chrome/blob/master/examples/docker-compose/docker-compose.yml) to repoduce the problem:

root@main-server:/opt/tmp$ docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
zenika/alpine-chrome@sha256:e423ce79879fdceecb8481699312b90976a9bc91162814807e578086514d0a65
root@main-server:/opt/tmp$ docker-compose up
[+] Running 2/0
 ⠿ Container tmp-chrome-1  Created                                                                                                                                                                        0.0s
 ⠿ Container tmp-nginx-1   Created                                                                                                                                                                        0.0s
Attaching to tmp-chrome-1, tmp-nginx-1
tmp-nginx-1   | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
tmp-nginx-1   | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
tmp-nginx-1   | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
tmp-nginx-1   | 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
tmp-nginx-1   | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
tmp-nginx-1   | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
tmp-nginx-1   | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: using the "epoll" event method
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: nginx/1.27.3
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: OS: Linux 5.4.17-2136.333.5.1.el8uek.aarch64
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
tmp-nginx-1   | /docker-entrypoint.sh: Configuration complete; ready for start up
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: start worker processes
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: start worker process 22
tmp-nginx-1   | 2025/01/19 14:59:26 [notice] 1#1: start worker process 23
tmp-chrome-1 exited with code 133
^CGracefully stopping... (press Ctrl+C again to force)
[+] Running 2/2
 ⠿ Container tmp-chrome-1  Stopped                                                                                                                                                                        0.0s
 ⠿ Container tmp-nginx-1   Stopped                                                                                                                                                                        0.2s
canceled
root@main-server:/opt/tmp$

What is the expected behavior?
Chrome should start

What is the actual behavior?
Chrome exits with error 133

Possible solution
Maybe somthing hardware related?

root@main-server:/opt/tmp$ uname -a
Linux main-server 5.4.17-2136.333.5.1.el8uek.aarch64 #3 SMP Fri Jul 12 13:11:54 PDT 2024 aarch64 aarch64 aarch64 GNU/Linux

Versions
Docker Compose version v2.10.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant