ztgrace / changeme

A default credential scanner.
GNU General Public License v3.0
1.44k stars 248 forks source link

Intermittent Threading Hang #22

Closed ztgrace closed 7 years ago

ztgrace commented 7 years ago

Occasionally the app completes processing but fails to exit the program cleanly. Need to investigate and fix this.

notdodo commented 7 years ago

A similar problem is present when hitting Ctrl+C during the execution: program recieve the keyboard interrupt but fails to completly quit.

ztgrace commented 7 years ago

@edoz90 yes, I've run into this as well. For now, you can type ctrl+z to stop the process and then kill %% to terminate the process.