Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

average time to generate walk for 2-to-16-max-4-direction-changes? #7

Open
thesle3p opened this issue Sep 10, 2016 · 6 comments
Open

Comments

@thesle3p
Copy link

I was just wondering what the average gen time is for a wordlist based off of 2-to-16-max-4-direction-changes.route with either tiny or full base chars and a English keymap? I had it running for about a week and still no output. I had no issue generating word lists with either base char set for routes up to 2-to-16. How long is it supposed to take to generate a wordlist off of that route?

@ezekielnewren
Copy link

I would like to know as well. It seems like this is a bug considering that 2-to-16-max-3-direction-changes.route only takes 0.278 seconds to generate.

@qgrosperrin
Copy link

It never ended on my VM running Ubuntu. But on my macOS host, it finished instantly..

@n0pe-sled
Copy link

n0pe-sled commented Feb 20, 2019

Can confirm I was also having this issue. Attempting to create a list using the 2-to-16-max-4-direction-changes.route on an Ubuntu 18.04 vm. Running this locally on a macOS host seemed to solve the issue.

@bannsec
Copy link

bannsec commented Jan 19, 2020

Was going to issue this as well. It's appears that this processor attempts to generate the options before spitting them out, and thus ends up just spinning uselessly for any of the longer routes. It should really be more of a yield system so that it can just continue spitting out new options.

@corsch
Copy link

corsch commented Sep 13, 2021

Does anyone know a solution for this issue on Linux?
Unfortunately I do not have access to a macOS host.

Windows will run the process but truncate the result to a very small file.

@corsch
Copy link

corsch commented Sep 13, 2021

A workaround is to split the file into smaller pieces. (Smaller than 4096 bytes)

split routes/2-to-16-max-4-direction-changes.route -l 810
This creates four files of 3223, 4050, 4050 and 395 bytes.

I've also tested a file with 4095 bytes, which will work.
As soon as a file reaches 4096 bytes, kwp will get stuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants