Illegal instruction
#1
Exclamation 
Hi guys,
Can you suggest what could I do with this?

sudo hashcat -a 0 -m 0 hash /usr/share/wordlists/rockyou.txt -O
hashcat (v6.1.1) starting...

OpenCL API (OpenCL 1.2 pocl 1.6, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project]
=============================================================================================================================
* Device #1: pthread-AMD Ryzen 9 3900X 12-Core Processor, 5828/5892 MB (2048 MB allocatable), 4MCU

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 31

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable optimizers applied:
* Optimized-Kernel
* Zero-Byte
* Precompute-Init
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Raw-Hash

Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.

Initializing backend runtime for device #1...Illegal instruction


What could this mean and how to fix it?


Attached Files
.png   2024-02-05 14_13_51-Window.png (Size: 73.78 KB / Downloads: 2)
Reply
#2
first update your opencl to a recent version > 2.1 as your installed version 1.2 is way to old

Code:
OpenCL API (OpenCL 1.2 pocl ...


second update hahscat to 6.2.6
Reply