From: | kaduk@MIT.EDU |
Subject: | SVN Commit |
Do not emit debug printfs under NODEBUG
These printfs spew to the console when command-line utilities
such as 'klist' and 'aklog' are run, reducing usability.
These printfs can also cause application hangs.
On a multiprocessor machine, when PuTTY and the ccapiserver are
running on different CPUs, PuTTY appears to deadlock with three
concurrent threads inside cci_debug_printf().
https://github.com/krb5/krb5/commit/932866ad41edf830123bdfef927f1314f3100be9
Author: Ben Kaduk <kaduk@mit.edu>
Commit: 932866ad41edf830123bdfef927f1314f3100be9
Branch: master
src/ccapi/common/win/cci_os_debugging.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)