I've tried extracting the proxmox-backup-client-static deb and copying the files to a Fedora 42 machine.
A number of functions seem to fail with an error of "Floating point exception (core dumped)".
ie:
dmesg shows the following traps:
Is this expected to work?
EDIT: It seems if I unset the env variables PBS_REPOSITORY and PBS_PASSWORD, then some commands no longer crash - but that defeats the purpose of them...
A number of functions seem to fail with an error of "Floating point exception (core dumped)".
ie:
Code:
[root@<$hostname> bin]# proxmox-backup-client task list
Floating point exception (core dumped)
[root@<$hostname> bin]# proxmox-backup-client list
Floating point exception (core dumped)
[root@<$hostname> bin]# proxmox-backup-client backup root.pxar:/ --ns <$hostname>
Starting backup: [<$hostname>]:host/<$hostname>/2025-06-23T04:38:27Z
Client name: <$hostname>
Starting backup protocol: Mon Jun 23 14:38:27 2025
Floating point exception (core dumped)
[root@<$hostname> bin]# proxmox-backup-client benchmark
Floating point exception (core dumped)
[root@<$hostname> bin]# proxmox-backup-client list
Floating point exception (core dumped)
[root@<$hostname> bin]#
dmesg shows the following traps:
Code:
[116029.270334] traps: tokio-runtime-w[87560] trap divide error ip:7f167b34c57f sp:7f167b5f98a0 error:0 in libc.so.6[14357f,7f167b209000+16f000]
[116066.515026] traps: tokio-runtime-w[87605] trap divide error ip:7fbd7f54c57f sp:7fbd7f7f98a0 error:0 in libc.so.6[14357f,7fbd7f409000+16f000]
[116127.089960] traps: tokio-runtime-w[87727] trap divide error ip:7fde4bd4d57f sp:7fde4bffa8a0 error:0 in libc.so.6[14357f,7fde4bc0a000+16f000]
[116166.918228] traps: tokio-runtime-w[87780] trap divide error ip:7f6442b4d57f sp:7f6442dfa8a0 error:0 in libc.so.6[14357f,7f6442a0a000+16f000]
[116274.926874] traps: tokio-runtime-w[87958] trap divide error ip:7f980fd4d57f sp:7f980fffa8a0 error:0 in libc.so.6[14357f,7f980fc0a000+16f000]
[116289.910031] traps: tokio-runtime-w[87982] trap divide error ip:7f800254c57f sp:7f80027f98a0 error:0 in libc.so.6[14357f,7f8002409000+16f000]
[116294.747996] traps: tokio-runtime-w[88004] trap divide error ip:7f526934c57f sp:7f52695f98a0 error:0 in libc.so.6[14357f,7f5269209000+16f000]
[116335.564178] traps: tokio-runtime-w[88047] trap divide error ip:7fc7f3b4f57f sp:7fc7f3dfc8a0 error:0 in libc.so.6[14357f,7fc7f3a0c000+16f000]
[116342.757441] traps: tokio-runtime-w[88069] trap divide error ip:7fd57214d57f sp:7fd5723fa8a0 error:0 in libc.so.6[14357f,7fd57200a000+16f000]
[116354.175668] traps: tokio-runtime-w[88091] trap divide error ip:7f7740d4d57f sp:7f7740ffa8a0 error:0 in libc.so.6[14357f,7f7740c0a000+16f000]
[116440.153182] traps: tokio-runtime-w[88163] trap divide error ip:7ff6e274c57f sp:7ff6e29f98a0 error:0 in libc.so.6[14357f,7ff6e2609000+16f000]
[116447.030530] traps: tokio-runtime-w[88193] trap divide error ip:7f7012d4d57f sp:7f7012ffa8a0 error:0 in libc.so.6[14357f,7f7012c0a000+16f000]
[116456.950714] traps: tokio-runtime-w[88215] trap divide error ip:7f3dcb94c57f sp:7f3dcbbf98a0 error:0 in libc.so.6[14357f,7f3dcb809000+16f000]
Is this expected to work?
EDIT: It seems if I unset the env variables PBS_REPOSITORY and PBS_PASSWORD, then some commands no longer crash - but that defeats the purpose of them...
Last edited: