ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

Add signals #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You might have to catch signals such as SIGCHLD etc.,
ravi.

Original issue reported on code.google.com by ravt...@gmail.com on 10 Oct 2012 at 2:10

GoogleCodeExporter commented 8 years ago

SIGCHLD is being ignored for.  Enable it later.
Also there is a problem in waitpid system call with NOHANG in Ubuntu.
ravi.

Original comment by ravt...@gmail.com on 30 Oct 2012 at 12:55

GoogleCodeExporter commented 8 years ago

Original comment by ravt...@gmail.com on 30 Oct 2012 at 12:56

GoogleCodeExporter commented 8 years ago

Original comment by ravt...@gmail.com on 30 Oct 2012 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by ravt...@gmail.com on 30 Oct 2012 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by heyyoul...@gmail.com on 30 Oct 2012 at 1:38

GoogleCodeExporter commented 8 years ago

Original comment by heyyoul...@gmail.com on 30 Oct 2012 at 1:39

GoogleCodeExporter commented 8 years ago
Deliberately not catching all the signals for debugging purposes.  Quite aware 
of this issue.  As we are testing with Android app for end to end, keeping the 
debugging tools,
ravi.

Original comment by ravt...@gmail.com on 12 Nov 2012 at 1:18

GoogleCodeExporter commented 8 years ago

Minimal signals are caught for this release.  Further improvement should go 
along with making it a daemon,
ravi.

Original comment by ravt...@gmail.com on 12 Nov 2012 at 2:36