Segmentation fault [core dumped] by any execution.
#3
Thanks for your answer, after removing pocl, i get the same error message.

Code:
$ sudo apt remove pocl-opencl-icd
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following packages were automatically installed and are no longer required:
  dkms hashcat-data libhwloc-plugins libhwloc5 libpocl2 libpocl2-common libxnvctrl0 screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  hashcat pocl-opencl-icd
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 860 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 198065 files and directories currently installed.)
Removing hashcat (4.0.1-1) ...
Removing pocl-opencl-icd (1.1-5) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...


Code:
$ hashcat -b -m 500
hashcat (v6.1.1-47-gb8a09615) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

CUDA API (CUDA 11.0)
====================
* Device #1: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU
* Device #2: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU
* Device #3: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU
* Device #4: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU
* Device #5: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU
* Device #6: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU
* Device #7: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU
* Device #8: GeForce RTX 2080 Ti, 10863/11019 MB, 68MCU

OpenCL API (OpenCL 1.2 CUDA 11.0.197) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #9: GeForce RTX 2080 Ti, skipped
* Device #10: GeForce RTX 2080 Ti, skipped
* Device #11: GeForce RTX 2080 Ti, skipped
* Device #12: GeForce RTX 2080 Ti, skipped
* Device #13: GeForce RTX 2080 Ti, skipped
* Device #14: GeForce RTX 2080 Ti, skipped
* Device #15: GeForce RTX 2080 Ti, skipped
* Device #16: GeForce RTX 2080 Ti, skipped

Benchmark relevant options:
===========================
* --optimized-kernel-enable

Hashmode: 500 - md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5) (Iterations: 1000)

Segmentation fault (core dumped)


Kernel
Code:
Linux 4.15.0-101-generic #102-Ubuntu SMP Mon May 11 10:07:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Thanks


edit: This execution was using another nvidia driver, i guess it should be not relevant.

Code:
$ nvidia-smi
Tue Aug 25 18:11:24 2020    
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.51.06    Driver Version: 450.51.06    CUDA Version: 11.0     |
Reply


Messages In This Thread
RE: Segmentation fault [core dumped] by any execution. - by fkndi - 08-25-2020, 06:06 PM