From: | tlyu@mit.edu |
Subject: | git commit |
Improve EINTR handling in bttest
The libdb2 btree debugging program bttest doesn't handle EINTR in its
input loop. This causes difficulties with debugging using lldb,
because bttest gets signals like SIGSTOP when being attached, and lldb
doesn't seem to share the terminal well with a program being debugged.
https://github.com/krb5/krb5/commit/dbf6e70d04c094b6cf0ef076a62ef4ca27001183
Author: Tom Yu <tlyu@mit.edu>
Commit: dbf6e70d04c094b6cf0ef076a62ef4ca27001183
Branch: master
src/plugins/kdb/db2/libdb2/test/btree.tests/main.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)