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
Generate password: Floating point exception (core dumped) #102
Comments
This is probably an issue of missing (or mis-configured) Will be fixed ASAP. As a workaround you can try using the build-in password generator. Thanks for noticing this bug though. |
Actually, I just found the Use pwgen switch in the config. If I turn that option on, pwgen generates a password and it works. It seems it is the built-in one that is causing this issue. |
Was the characters string field empty in your configuration, or the length? |
Yes it was empty. That seems to be the default. QtPass 1.0.1 is the first version of QtPass I have installed, so there is no prior configuration from older versions. Actually, if I add some characters there, passwords do get generated. |
Awesome, that gives me a clear source of the bug. |
My pleasure. 👍 |
Fixed in 7e735f3 Also learned you can't modulus zero. Fixed in master and will be in release 1.0.2 |
When I click the Generate button for a password QtPass crashes:
No further information is shown.
QtPass version 1.0.1
Ubuntu 15.04
pwgen is installed and works.
The text was updated successfully, but these errors were encountered: