home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / coherent / 6870 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.3 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!sgiblab!adagio.panasonic.com!chorus.mei!oskgate0.mei!icspub!ccsparc01!taeko!oigw!reseau!kenji
  2. From: kenji@reseau.rd.macrofield.or.jp (Kenji Rikitake)
  3. Newsgroups: comp.os.coherent
  4. Subject: Re: Coherent DDK Kernel (4.0.1r68+) known problems
  5. Message-ID: <9301212169@reseau.rd.macrofield.or.jp>
  6. Date: 21 Jan 93 01:14:56 GMT
  7. References: <piggy.727069788@newsroom.utas.edu.au>
  8. Reply-To: kenji@rd.macrofield.or.jp (Kenji Rikitake)
  9. Organization: Macrofield Corporation, Toyonaka-City, Osaka, Japan
  10. Lines: 16
  11. X-Newsreader: TIN [version 1.1 PL6]
  12.  
  13. La Monte Yarroll (piggy@hilbert.cc.utas.edu.au) wrote:
  14. : The correct solution SHOULD be to set SIGCHLD to SIG_DFL.  If SIGCHLD
  15. : is set to SIG_DFL, the kernel will not actually send the signal.
  16. : Setting it to SIG_IGN means that you will never get zombie children
  17. : (i.e. wait() will never give you back a return status).
  18.  
  19. You're right. I experienced that subshell invoked from tin never returned
  20. to the tin after it exited, by setting SIGCHLD to SIG_IGN. 
  21.  
  22. Use SIG_DFL for SIGCHLD.
  23.  
  24. --
  25. Kenji Rikitake, Operations Director, Macrofield Corporation
  26. office: <kenji@rcac.astem.or.jp> / home: <kenji@rd.macrofield.or.jp> 
  27. "There is little excuse to continue propagating bang paths or mixed formats."
  28.        -- Stuart Lynne <sl@wimsey.com>, Message-ID: <COLw2o.H82@wimsey.bc.ca>
  29.