View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003835 | Kali Linux | General Bug | public | 2017-01-16 16:54 | 2018-03-12 13:34 |
Reporter | rfrogman | Assigned To | sbrun | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2016.2 | ||||
Summary | 0003835: hashcat v3.20 clGetDeviceIDs(): CL_DEVICE_NOT_FOUND Segmentation fault | ||||
Description | Hashcat fails after last last apt-get dist-upgrade. Hashcat v3.10 was working correctly. Hashcat v3.20 fails with the following errors: root@kali:~# hashcat -b clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
Segmentation fault cudaHashcat64.bin is working fine on same laptop | ||||
Steps To Reproduce | hashcat -b | ||||
Additional Information | This is the response from cudaHashcat64: root@kali:~/Desktop/cudaHashcat-2.01# ./cudaHashcat64.bin -b Device 0000001: Quadro K3100M, 4035MB, 705Mhz, 4MCU Hashtype: MD4 Speed.GPU.0000001.: 1638.8 MH/s ....... I have verified the following installs: root@kali:~# apt-get install nvidia-opencl-icd root@kali:~# apt-get install opencl-headers root@kali:~# lspci -v | grep nvidia root@kali:~# glxinfo | grep -i "direct rendering" nvidia-driver 375.26-1 amd64 | ||||
If the package mesa-opencl-icd is installed, please try to remove it (apt remove mesa-opencl-icd). |
|
mesa-opencl-id was not installed. Hashcat has been update through apt-get to v3.30 and same result. root@kali:~# hashcat -b -m 1000
|
|
Is your system fully up-to-date? (apt update && apt full-upgrade) Can you try to install http://debug.mirrors.debian.org/debian-debug/pool/main/h/hashcat/hashcat-dbgsym_3.30-1_amd64.deb and run hashcat in gdb to get a backtrace of the segfault ? |
|
Yes my system is fully up-to-date. Here is gdb results: Program received signal SIGSEGV, Segmentation fault. |
|
At this point in gdb you need to type "bt" to get a backtrace. Thank you! But we should continue this conversation upstream, I opened a ticket here: Please paste the full backtrace to both places. |
|
my bad! here you go... hashcat (v3.30) starting in benchmark mode...
Program received signal SIGSEGV, Segmentation fault. |
|
Can you have a look at the upstream ticket? They ask you to test an updated version... Also they say that this segfault would likely be fixed by installing the "libnvidia-ml1" package. |
|
Yes I installed hashcat-dbgsym_3.30-1_amd64.deb...... libnvidia-ml1 is already installed. root@kali:~# apt-get install libnvidia-ml1 |
|
hashcat-dbgsym is not a new version of hashcat, it's just the debugging symbols required to provide a meaningful backtrace for the version of hashcat that we have in Kali. Upstream committed a possible fix to git, so either you build a custom version out of git to try it out, or you test with a pre-built binary that they provide here: cf https://github.com/hashcat/hashcat/issues/1101#issuecomment-280102444 |
|
root@kali:~/Downloads/betahashcat# ./hashcat64.bin -b -m 1000 clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
OpenCL Platform 0000001: NVIDIA Corporation
OpenCL Platform #2: Mesa, skipped or no OpenCL compatible devices found Hashtype: NTLM inc_cipher_aes.cl: No such file or directory Started: Fri Feb 17 08:52:16 2017 |
|
root@kali:~# ldd /usr/bin/hashcat |
|
Geforce GT 710B hashcat (v3.30) starting... clGetDeviceIDs(): CL_DEVICE_NOT_FOUND clGetDeviceIDs(): CL_DEVICE_NOT_FOUND No devices found/left Regards |
|
hashcat has been updated to version 4.0.1-1 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-01-16 16:54 | rfrogman | New Issue | |
2017-02-13 14:48 | sbrun | Assigned To | => sbrun |
2017-02-13 14:48 | sbrun | Status | new => assigned |
2017-02-13 14:48 | sbrun | Note Added: 0006376 | |
2017-02-13 15:27 | rfrogman | Note Added: 0006378 | |
2017-02-13 20:50 | rhertzog | Note Added: 0006397 | |
2017-02-14 21:23 | rfrogman | Note Added: 0006402 | |
2017-02-15 08:46 | rhertzog | Note Added: 0006403 | |
2017-02-15 13:10 | rfrogman | Note Added: 0006405 | |
2017-02-15 22:04 | rhertzog | Note Added: 0006406 | |
2017-02-16 13:42 | rfrogman | Note Added: 0006412 | |
2017-02-16 14:38 | rhertzog | Note Added: 0006413 | |
2017-02-17 14:58 | rfrogman | Note Added: 0006426 | |
2017-02-17 15:05 | rfrogman | Note Added: 0006427 | |
2017-02-19 15:45 | alhashcatfan | Note Added: 0006433 | |
2018-03-12 13:34 | sbrun | Status | assigned => resolved |
2018-03-12 13:34 | sbrun | Resolution | open => fixed |
2018-03-12 13:34 | sbrun | Note Added: 0008905 |