]> git.ipfire.org Git - thirdparty/krb5.git/commit
Improve EINTR handling in bttest
authorTom Yu <tlyu@mit.edu>
Mon, 8 Aug 2016 13:12:16 +0000 (09:12 -0400)
committerTom Yu <tlyu@mit.edu>
Tue, 16 Aug 2016 19:23:39 +0000 (15:23 -0400)
commitdbf6e70d04c094b6cf0ef076a62ef4ca27001183
tree3f42db0308124a6b0360507fbdf95434bb765dab
parent615787708904fd3e472f3be4730cf17c8bba5891
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.

ticket: 8478 (new)
subject: usability improvements for bttest
src/plugins/kdb/db2/libdb2/test/btree.tests/main.c