Core dumped or Im doing something wrong?
#1
Hi everybody!

Im learning how to use hashcat, when I run on my machine:

Code:
hashcat --status --status-timer 10 --opencl-device-types 1 -a 3 -m 0 <md5 hashcode of three letter here> ?l?l?l

I get:

Code:
hashcat (v3.10) starting...

OpenCL Platform #1: Intel(R) Corporation
========================================
- Device #1:        Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz, 1986/7944 MB allocatable, 4MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
* Raw-Hash
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

Initializing device kernels and memory...[1]    5579 segmentation fault (core dumped)  hashcat --status --status-timer 10 --opencl-device-types 1 -a 3 -m 0  "?l?l?l
 

dmesg | tail: (I ran sometimes before post)

Code:
[223418.696750] wlp8s0: associated
[223418.696793] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[223419.425896] usb 1-1.6: device descriptor read/64, error -110
[223430.003634] usb 1-1.6: device not accepting address 37, error -32
[223430.070309] usb 1-1.6: new full-speed USB device number 38 using ehci-pci
[235475.552885] hashcat[4087]: segfault at 0 ip           (null) sp 00007ffc65a9a468 error 14 in hashcat[400000+7f000]
[235484.002473] hashcat[4174]: segfault at 0 ip           (null) sp 00007ffe254f0618 error 14 in hashcat[400000+7f000]
[235489.938221] hashcat[4263]: segfault at 0 ip           (null) sp 00007ffeb48d77b8 error 14 in hashcat[400000+7f000]
[236523.799038] usb 1-1.4: reset high-speed USB device number 30 using ehci-pci
[236529.310733] hashcat[5579]: segfault at 0 ip           (null) sp 00007ffd15e38888 error 14 in hashcat[400000+7f000]

Is it a bug or am I doing something wrong? If its a bug, how can I provide more information to help solve this?
Im using Manjaro Linux (same repos from ArchLinux), my OpenCL driver is AUR's intel-opencl-runtime.

Thanks in advance!


Messages In This Thread
Core dumped or Im doing something wrong? - by rmonico - 09-22-2016, 10:23 PM