Skip Menu |
 

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(-)
From: tlyu@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().

(cherry picked from commit 932866ad41edf830123bdfef927f1314f3100be9)

https://github.com/krb5/krb5/commit/d6a17136ac0ed42ddaba73d18b39cd8f3cce0c63
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: d6a17136ac0ed42ddaba73d18b39cd8f3cce0c63
Branch: krb5-1.10
src/ccapi/common/win/cci_os_debugging.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)