gda-score / code

Tools for generating General Data Anonymity Scores (www.gda-score.org)
MIT License
7 stars 1 forks source link

Allow terminate programs with ^C #45

Closed yoid2000 closed 4 years ago

yoid2000 commented 5 years ago

It has so far always been the case that if a program using gdaAttack crashes (i.e. software error in the code using it), then the software hangs and control-C does not cause it to terminate.

Up to now I've always either had to kill the command window or kill the process.

I've always assumed that the reason for this is that threads are still running so the process doesn't terminate.

It would really be nice if we could end things with control-C.

Ali can you look into this?

frzmohammadali commented 4 years ago

issue fixed. termination signal handling is now being implemented in version 2.3.3 to its best possible extend (some delay should be acceptable).