Geekbench 6.3.0 Crash on Linux
Running on Xubuntu 20.04, kernel 5.15 on an AMD PRO A6-9500 with 8GB of RAM. Geekbench6 crashes during the single-core pass, with the last thing printing: Running Ray Tracer
I was able to get this output from the dmesg output:
geekbench_avx2[1834]: segfault at 0 ip 00005654bd4a590a sp 00007fffa9a28a10 error 6 in geekbench_avx2[5654bd067000+4682000]
I got the same issue to happen on Xubuntu 18.04, kernel 4.15 on an AMD PRO A6-8570 (8GB RAM) as well.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Sabbir sab on 29 Apr, 2024 09:13 AM
A70 model device detail
2 Posted by Bob Warren on 11 Oct, 2024 05:11 AM
Same with same version on Debian 12 with 6.11 kernel, Intel 13900ks
3 Posted by Artem S. Tashki... on 11 Dec, 2024 03:52 PM
Please run it under gdb, post full `bt`. Thanks.
4 Posted by vicaya on 23 Jan, 2025 07:44 AM
Same problem on an AMD A9-9400 Linux mini PC with Ubuntu 22.04, kernel 6.8.0-51-generic.
Running in gdb failed to capture the backtrace:
...
Running Ray Tracer
[Inferior 1 (process 11603) exited with code 0377]
(gdb) bt
No stack.
/var/log/syslog:
[248086.818782] geekbench_avx2[11606]: segfault at 0 ip 000055555583e90a sp 00007fffffff97b0 error 6 in geekbench_avx2[555555400000+4682000] likely on CPU 0 (core 0, socket 0)
[248086.818808] Code: c4 62 21 b9 cd c4 62 21 b9 d7 c4 42 19 b9 c3 c4 41 7a 10 98 b0 02 00 00 c4 e2 21 b9 c5 c4 e2 21 b9 cf c4 c2 21 b9 dc 41 89 f0 <c4> a1 7a 11 24 83 44 8d 46 01 c4 a1 7a 11 34 83 44 8d 46 02 c4 a1
5 Posted by vicaya on 23 Jan, 2025 06:34 PM
OTOH, the geekbench_x86_64 binary in the tarball works.
BTW, geekbench6 invokes geekbench_avx2, which crashes on the same host.