|
From: Sam S. <sd...@gn...> - 2011-05-19 13:41:08
|
> * <pyv...@yv...> [2011-05-18 19:56:34 +0000]: > > details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/d9320759a024 > changeset: 15397:d9320759a024b9588fc4e5a9848ea5f62f023cbb > user: Vladimir Tzankov <vtz...@gm...> > date: 2011-05-18 22:56:20 +0300 > description: > (sigcld_enabled_INCF/DECF): fix counting > > diffstat: > > src/ChangeLog | 4 ++++ > src/spvw_sigcld.d | 10 ++++++---- > 2 files changed, 10 insertions(+), 4 deletions(-) > + while (waitpid(-1,NULL,WNOHANG) > 0) { fprintf(stderr, "VTZ: waitpid() iteration"); } Vladimir, I think you either need "\n" of call fflush(stderr) because of line buffering. -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031 http://dhimmi.com http://openvotingconsortium.org http://mideasttruth.com http://jihadwatch.org http://www.memritv.org http://palestinefacts.org Money does not "play a role", it writes the scenario. |