home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / internal / 1716 < prev    next >
Encoding:
Text File  |  1992-08-20  |  917 b   |  33 lines

  1. Newsgroups: comp.unix.internals
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!sarah!cook!ganesh
  3. From: ganesh@cs.albany.edu (Ganesh Murugesan)
  4. Subject: Signals (Pl. ignore previous posting)
  5. Message-ID: <1992Aug20.175900.5524@cs.albany.edu>
  6. Originator: ganesh@karp.albany.edu
  7. Sender: usenet@cs.albany.edu (USENet news)
  8. Organization: The University at Albany, Comp. Sci. Dept.
  9. Date: Thu, 20 Aug 1992 17:59:00 GMT
  10. Lines: 21
  11.  
  12. Hi,
  13.  
  14.     I have a question regarding signals.
  15.  
  16.         I have a process that is tracing a child process (ptrace 
  17. has been set). When the child is stopped, now all the signals  of
  18. the child are received by the parent. 
  19.  
  20.     when the child process is continued by the parent using
  21. the ptrace call (PTRACE_CONT), I would like the child process to
  22. receive all its signals again rather than going to the parent. How
  23. do U do that ?
  24.  
  25. Ganesh
  26.  
  27. Email - ganesh@cs.albany.edu
  28.  
  29.  
  30.  
  31.  
  32.  
  33.