guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

82/376: More debugging


From: Ludovic Courtès
Subject: 82/376: More debugging
Date: Wed, 28 Jan 2015 22:04:11 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 24c6d992c6173507d9fec544ae926c16c201095e
Author: Eelco Dolstra <address@hidden>
Date:   Thu Jul 24 01:21:26 2014 +0200

    More debugging
---
 src/libutil/monitor-fd.hh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/libutil/monitor-fd.hh b/src/libutil/monitor-fd.hh
index ebfc230..2cc495c 100644
--- a/src/libutil/monitor-fd.hh
+++ b/src/libutil/monitor-fd.hh
@@ -31,6 +31,7 @@ public:
                 assert(quit);
                 return; // destructor is asking us to exit
             }
+            fprintf(stderr, "GOT: %d\n", fds[0].revents);
             assert(fds[0].revents & POLLHUP);
             /* We got POLLHUP, so send an INT signal to the main thread. */
             kill(getpid(), SIGINT);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]