Closed magnumripper closed 9 years ago
[ghost@localhost test]$ ./jtrts.pl -noprelims lm --stoponerror -pass=-fork=665
-------------------------------------------------------------------------------
- JtR-TestSuite (jtrts). Version 1.13, Dec 21, 2014. By, Jim Fougeron & others
- Testing: John the Ripper 1.8.0.6-jumbo-1-1582-gcc44817 OMP [linux-gnu 64-bit AVX-ac]
--------------------------------------------------------------------------------
John Jumbo build detected.
form=lm guesses: 1116 -show=2599 0:00:00:00 DONE : Expected count(s) (1500)(-show3000) [!!!FAILED2!!! exited, return code 1]
Exiting on error. The .pot file tst-.pot contains the found data
The command used to run this test was:
../run/john -ses=tst- -fork=665 -pot=tst-.pot LM_tst.in --wordlist=pw.dic -form=lm
and
../run/john -show -pot=tst-.pot LM_tst.in -form=lm 2>/dev/null
From tst-.log file:
1 0:00:00:00 Terminating on error, john.c:604
Better? :)
83184d6
Actual problem:
Looking at the referenced source line, it's obvious I just hit my ulimits.
I guess we could always grep for that and show it, as a hint.