Segmentation fault ;( - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Segmentation fault ;( (/thread-2842.html) |
Segmentation fault ;( - tempemailtemp - 11-19-2013 Hello, System: Gentoo Video card: Radeon HD 6490m Problem: #oclHashcat-plus64.bin -m 2500 /var/www/test/5528_1384704901.hccap /var/www/test/wordlist.txt Warning: oclHashcat-plus64.bin is running from /opt/oclhashcat-plus-bin so be careful of relative paths. oclHashcat-plus v0.15 by atom starting... Hashes: 1 total, 1 unique salts, 1 unique digests Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Rules: 1 Workload: 16 loops, 8 accel Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c Device #1: Caicos, 512MB, 750Mhz, 2MCU Device #1: Kernel ./kernels/4098/m2500.Caicos_1268.1_1268.1.kernel not found in cache! Building may take a while... Segmentation fault Thanks. RE: Segmentation fault ;( - philsmd - 11-20-2013 which driver (version) do you use ? (see here for the recommended driver http://hashcat.net/oclhashcat-plus/ ) what if you run other hash types and/or attack modes? also paste the output of Code: $ clinfo RE: Segmentation fault ;( - tempemailtemp - 11-20-2013 (11-20-2013, 12:31 AM)philsmd Wrote: which driver (version) do you use ? (see here for the recommended driver http://hashcat.net/oclhashcat-plus/ ) Driver used: fglrx (fglrx is the name of the proprietary Linux display driver used for ATI Radeon) Code: $ hashcat-cli64.bin ... << work good, no problem $ clinfo: http://pastebin.com/2WvJFkd8 RE: Segmentation fault ;( - philsmd - 11-20-2013 Please try a different hash mode (md5, -m 0) and re-download the 0.15 oclHashcat package (to be sure, maybe not under /opt and run it directly within the downloaded folder, like in $ ./oclHashcat-plus64.bin -m 0 ... - e.g. see Warning message). 13.9 should work, but you see that catalyst version 13.4 is recommended. Also make sure not to have the amd sdk installed and that there are no other/conflicting libopencl.so files around. RE: Segmentation fault ;( - tempemailtemp - 11-21-2013 Testing for Windows 7 (use driver last version), same error: C:\Users\spv>E:\oclHashcat-plus-0.15\oclHashcat-plus-0.15\oclHashcat-plus64.exe -m 2500 -a3 E:\test\26644_1384692111.hccap ?d?d?d?d?d?d?d oclHashcat-plus v0.15 by atom starting... Hashes: 1 total, 1 unique salts, 1 unique digests Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Workload: 16 loops, 8 accel Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c Device #1: Caicos, 1024MB, 750Mhz, 2MCU Device #1: Kernel E:\oclHashcat-plus-0.15\oclHashcat-plus-0.15/kernels/4098/m2500.Caicos_1016.4_1016.4 (VM).kernel not found in cache! Building may take a while... ERROR: clBuildProgram() -11 P.S. I think the problem is the video card RE: Segmentation fault ;( - tempemailtemp - 11-21-2013 're-download the 0.15 oclHashcat package' and 'maybe not under /opt and run it directly within the downloaded folder, like in $ ./oclHashcat-plus64.bin -m 0 ... - e.g. see Warning message' << philsmd, thanks, but not helped |