gitlab-webservice Segmentation fault at 0x0000000000000000 arm64
Summary
I have installed Gitlab on ARM 64 K8S Cluster and I am getting the following error:
kubectl logs gitlab-webservice-default-6775774bc5-mcx8d -n gitlab
Defaulted container "webservice" out of: webservice, gitlab-workhorse, certificates (init), configure (init), dependencies (init)
Begin parsing .erb templates from /var/opt/gitlab/templates
Writing /srv/gitlab/config/cable.yml
Writing /srv/gitlab/config/database.yml
Writing /srv/gitlab/config/gitlab.yml
Writing /srv/gitlab/config/resque.yml
Writing /srv/gitlab/config/session_store.yml
Begin parsing .tpl templates from /var/opt/gitlab/templates
Copying other config files found in /var/opt/gitlab/templates to /srv/gitlab/config
Copying smtp_settings.rb into /srv/gitlab/config
Starting Puma
{"timestamp":"2024-08-31T15:17:21.873Z","pid":51,"message":"Puma starting in cluster mode..."}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Puma version: 6.4.0 (ruby 3.1.5-p253) (\"The Eagle of Durango\")"}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Min threads: 4"}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Max threads: 4"}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Environment: production"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Master PID: 51"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Workers: 2"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Restarts: (✔) hot (✖) phased"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Preloading application"}
<internal:io>:63: [BUG] Segmentation fault at 0x0000000000000000
ruby 3.1.5p253 (2024-04-023 revision 1945f8dc0e) [x86_64-linux]
-- Control frame information -----------------------------------------------
Steps to reproduce
What is the current bug behavior?
What is the expected correct behavior?
Relevant logs
Relevant logs
kubectl logs gitlab-webservice-default-6775774bc5-mcx8d -n gitlab
Defaulted container "webservice" out of: webservice, gitlab-workhorse, certificates (init), configure (init), dependencies (init)
Begin parsing .erb templates from /var/opt/gitlab/templates
Writing /srv/gitlab/config/cable.yml
Writing /srv/gitlab/config/database.yml
Writing /srv/gitlab/config/gitlab.yml
Writing /srv/gitlab/config/resque.yml
Writing /srv/gitlab/config/session_store.yml
Begin parsing .tpl templates from /var/opt/gitlab/templates
Copying other config files found in /var/opt/gitlab/templates to /srv/gitlab/config
Copying smtp_settings.rb into /srv/gitlab/config
Starting Puma
{"timestamp":"2024-08-31T15:17:21.873Z","pid":51,"message":"Puma starting in cluster mode..."}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Puma version: 6.4.0 (ruby 3.1.5-p253) (\"The Eagle of Durango\")"}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Min threads: 4"}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Max threads: 4"}
{"timestamp":"2024-08-31T15:17:21.917Z","pid":51,"message":"* Environment: production"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Master PID: 51"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Workers: 2"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Restarts: (✔) hot (✖) phased"}
{"timestamp":"2024-08-31T15:17:21.918Z","pid":51,"message":"* Preloading application"}
:63: [BUG] Segmentation fault at 0x0000000000000000
ruby 3.1.5p253 (2024-04-023 revision 1945f8dc0e) [x86_64-linux]
-- Control frame information -----------------------------------------------
Details of package version
Provide the package version installation details
Edited by Adham Sabry