Segmentation fault (core dumped) oclHachCat-plus v 0.14
#14
Here are my findings.
With AMD FirePro card I have to use Linux driver (version 9, or 12 beta) like on link above.
oclHashcat-plus64.bin returns Segmentation fault immediately after installing (both automatic, or manual) Catalyst drivers.
After some testing, guided by article (http://ofan666.blogspot.com/2011/04/inst...cl-in.html) I have installed AMD APP SDK and PytonOpenCL, I can confirm that this AMD drivers work correctly with Pyton benchmark-all.py script.
Further testing with oclHashcat-plus64.bin called by
Code:
./oclHashcat-plus64.bin -t 32 -a 7 example0.hash ?a?a?a?a example.dict --gpu-temp-disable

oclHashcat-plus v0.14 by atom starting...

Hashes: 6494 total, 1 unique salts, 6494 unique digests
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes
Workload: 256 loops, 80 accel
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled
Device #1: Cayman, 1024MB, 600Mhz, 8MCU


STOP! Unsupported or bad installed GPU driver version detected!

You need -exactly- Catalyst v13.1 for very good reasons
You can use --force to override this but do not post error reports if you do so
shows that Hashcat detect GPU
After --force argument, still not processing by Hashcat with following message:
Code:
oclHashcat-plus v0.14 by atom starting...

Hashes: 6494 total, 1 unique salts, 6494 unique digests
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes
Workload: 256 loops, 80 accel
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled
Device #1: Cayman, 1024MB, 600Mhz, 8MCU
Device #1: Kernel ./kernels/4098/m0000_a1.Cayman_1124.2_1124.2.kernel not found in cache! Building may take a while...
ERROR: ./kernels/4098/m0000_a1.VLIW4.llvmir: No such file or directory


Messages In This Thread
RE: Segmentation fault (core dumped) oclHachCat-plus v 0.14 - by Paxy - 06-07-2013, 08:38 PM