You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Configure with --enable-cpu (untested if this still occurs without this
because I don't have an Nvidia GPU)
2. Use a wordlist that contains at least one line with more than 35 characters
3. Run using this wordlist
What is the expected output? What do you see instead?
Expected no issues
See either a segfault or a "Aborted (core dumped) error
What version of the product are you using? On what operating system?
Version 3.5 with --enable-cpu option, on Ubuntu 10.04
Please provide any additional information below.
Example output, with wordlist containing 36 characters per line maximum:
$ truecrack -t tcFile -w acAlpha.txt -v
TrueCrack v3.5
Website: http://code.google.com/p/truecrack
Contact us: [email protected]
Memory initialization...
COUNT PASSWORD RESULT
0 A NO
1 AB NO
2 ABC NO
3 ABCD NO
[...]
33 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGH NO
34 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI NO
35 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJ NO
No found password
Total computations: "36"
*** glibc detected *** truecrack: free(): invalid next size (fast): 0x09023008
***
[...]
Aborted (core dumped)
Example output, with wordlist containing 64 characters per line maximum:
$ truecrack -t tcFile -w acAlpha.txt -v
TrueCrack v3.5
Website: http://code.google.com/p/truecrack
Contact us: [email protected]
Memory initialization...
COUNT PASSWORD RESULT
0 A NO
1 AB NO
2 ABC NO
3 ABCD NO
[...]
33 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGH NO
34 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI NO
35 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJ NO
36 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJK NO
37 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKL NO
38 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLM NO
39 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMN
NO
40 ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNO
NO
Segmentation fault (core dumped)
Original issue reported on code.google.com by [email protected] on 9 Oct 2013 at 12:31
The text was updated successfully, but these errors were encountered:
I tested this again on a 64-bit install of Ubuntu 10.04, still using the
--enable-cpu option. This time, it crashes at a line with at least 40
characters.
Original issue reported on code.google.com by
[email protected]
on 9 Oct 2013 at 12:31The text was updated successfully, but these errors were encountered: