segmentation fault on AMD Ryzen 3 2200G CPU
#1
My device:
Code:
$ hashcat -I
hashcat (v6.1.1) starting...

OpenCL Info:
============

OpenCL Platform ID #1
  Vendor..: Advanced Micro Devices, Inc.
  Name....: AMD Accelerated Parallel Processing
  Version.: OpenCL 2.0 AMD-APP.dbg (3212.0)

  Backend Device ID #1
    Type...........: GPU
    Vendor.ID......: 1
    Vendor.........: Advanced Micro Devices, Inc.
    Name...........: gfx902+xnack
    Version........: OpenCL 2.0
    Processor(s)...: 11
    Clock..........: 1100
    Memory.Total...: 7882 MB (limited to 6700 MB allocatable in one block)
    Memory.Free....: 7808 MB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 3212.0 (HSA1.1,LC)

OpenCL Platform ID #2
  Vendor..: Advanced Micro Devices, Inc.
  Name....: AMD Accelerated Parallel Processing
  Version.: OpenCL 2.0 AMD-APP (1800.8)

  Backend Device ID #2
    Type...........: CPU
    Vendor.ID......: 1
    Vendor.........: AuthenticAMD
    Name...........: AMD Ryzen 3 2200G with Radeon Vega Graphics
    Version........: OpenCL 1.2 AMD-APP (1800.8)
    Processor(s)...: 4
    Clock..........: 3504
    Memory.Total...: 15765 MB (limited to 3941 MB allocatable in one block)
    Memory.Free....: 15701 MB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 1800.8 (sse2,avx)

Code:
env LANG=en_US.utf8 hashcat -w 1 -D 1 -d 2 -a 0 -m 14600 luks_header darkweb2017-top10.txt
hashcat (v6.1.1) starting...

OpenCL API (OpenCL 2.0 AMD-APP.dbg (3212.0)) - Platform #1 [Advanced Micro Devices, Inc.]
=========================================================================================
* Device #1: gfx902+xnack, skipped

OpenCL API (OpenCL 2.0 AMD-APP (1800.8)) - Platform #2 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #2: AMD Ryzen 3 2200G with Radeon Vega Graphics, 15701/15765 MB (3941 MB allocatable), 4MCU

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

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:
* Zero-Byte
* Single-Hash
* Single-Salt
* Slow-Hash-SIMD-LOOP

Watchdog: Temperature abort trigger set to 90c

Initializing backend runtime for device #2...Помилка адресування (збережено знімок оперативної пам’яті)

“Перервано (збережено знімок оперативної пам’яті)” means “Segmentation fault”.
Reply
#2
For CPU-support install the Intel OpenCL runtime.
Reply