Abort trap: 6 MAC OS X 10.10.5
#1
Hi

I was very interested by hashcat, so I want to try using it (with no experience in computer programming at all).
I am using MAC OS X 10.10.5 to run this. 
So basically wanna try cracking the 7zip file that I made, but I encountered the Abort trap: 6 problem.
I tried searching this forum and it's seem that the problem is from Device?, but I did try filter-out one of them and still got no luck.
My command are

Code:
 
81:hashcat user$ ./hashcat -m 11600 -d 1,2 hashtest.txt dictionary_english.dic
hashcat (v3.40-33-gc304f31) starting...

OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz, 2048/8192 MB allocatable, 4MCU
* Device #2: HD Graphics 4000, 256/1024 MB allocatable, 16MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt

Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

Generated dictionary stats for dictionary_english.dic: 3612967 bytes, 319378 words, 319378 keyspace

Abort trap: 6

Am I doing something wrong? I was thinking that maybe my wordlists are too small, so I tried again with rockyou.txt and still got the same problem.

I also tried to test the example provided and encountered this problem as well.

Code:
 
OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz, skipped
* Device #2: HD Graphics 4000, 256/1024 MB allocatable, 16MCU

Hashes: 6494 digests; 6494 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-Salt
* Raw-Hash

Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

Initializing device kernels and memory...clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

Error: internal error.

* Device #2: Kernel /Users/hashcat/OpenCL/markov_le.cl build failure. Proceeding without this device.
 


Please tell me if you require further information Smile
#2
Typical trap 6 error on OSX, cause by too long kernel runtime. Try a more easy kernel.