|
Message-Id: <4934F022-1C4B-4FA5-B0B3-C54B1AB07A17@shinnok.com> Date: Wed, 29 Apr 2015 12:20:41 +0300 From: Shinnok <admin@...nnok.com> To: john-dev@...ts.openwall.com Subject: Re: [Johnny] Task 1.4.2 fork and OpenMP > On Apr 29, 2015, at 12:12 PM, Shinnok <admin@...nnok.com> wrote: > > I appreciate that you didn't wait for too long to get your hands dirty on the next task. Thanks! > > QProcess::terminate() kills the process using SIGTERM on *nix. > Console(bash at least) kills processes with SIGINT upon Ctrl-c. Maybe that's worth investigating, see if JtR handles them differently. > You can kill a process with QProcess::kill(), though not recommended unless it's the last resort. > Besides those two options, explicitly signaling with POSIX kill() is not much of an option for portability reasons(we exclude native build on Windows at least). > Maybe also verify which code paths does JtR take in regards to sending 'q' and SIGINT. > > Shinnok By the way, are you doing this on the Windows machine? Shinnok
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.