gitlab-runner - segmentation fault.

root@conbo:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.5 LTS
Release:	22.04
Codename:	jammy
root@conbo:~# uname -a
Linux conbo 5.15.0-128-generic #138-Ubuntu SMP Sat Nov 30 22:28:23 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

I am installing gitlab runner by official documentation:

https://docs.gitlab.com/runner/install/linux-repository.html

(for ubuntu)

and I am getting:

root@conbo:~# gitlab-runner
Segmentation fault

no other debug is present.

All other binaries work:

root@conbo:~# docker --version
Docker version 27.4.0, build bde2b89
root@conbo:~# nvidia-smi
Wed Dec 18 10:18:39 2024       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.127.08             Driver Version: 550.127.08     CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA L4                      Off |   00000000:01:00.0 Off |                    0 |
| N/A   48C    P0             28W /   72W |       1MiB /  23034MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
                                                                                         
+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+

Removed runner:

root@conbo:~# apt remove gitlab-runner
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.0-126 linux-headers-5.15.0-126-generic linux-image-5.15.0-126-generic
  linux-modules-5.15.0-126-generic linux-modules-extra-5.15.0-126-generic nvidia-firmware-550-server-550.127.05
  squashfs-tools
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  gitlab-runner
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 612 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 177226 files and directories currently installed.)
Removing gitlab-runner (17.6.0-1) ...

Trying to get more context.