Changes committed to git://git.pcp.io/kenj/pcp master
Ken McDonell (1):
src/pmie: honour SIGINT while parsing rules
src/pmie/src/dstruct.c | 1 +
src/pmie/src/dstruct.h | 1 +
src/pmie/src/eval.c | 2 ++
src/pmie/src/lexicon.c | 4 ++--
src/pmie/src/pmie.c | 8 +++++++-
5 files changed, 13 insertions(+), 3 deletions(-)
Details ...
commit 1294cedb151a1d25790cf4b7af1c5b810110f6a4
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Jul 22 07:27:49 2016 +1000
src/pmie: honour SIGINT while parsing rules
pmie has an atexit() handler that requires deferred SIGINT processing
when evaluating rules ... unfortunately this also blocked SIGINT
processing forever in the earlier stages when rules are being parsed
(especially when read from <stdin>).
Fixes RH BZ 1327226.
|