home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.30 / text0082.txt < prev    next >
Encoding:
Text File  |  1993-03-11  |  604 b   |  12 lines

  1. Submitted-by: ka@cbnewsf.cb.att.com (kenneth.s.almquist)
  2.  
  3. In article <1mjjl5INNkj6@ftp.UU.NET> salevin@dal.mobil.com (S. A. Levin [Stewart]) writes:
  4. > I noticed a few months ago that every once in a while my pipelined jobs
  5. > on our RS6000 would break when I tried to put them into the background
  6. > under csh.  A few days ago IBM customer support tracked down what was
  7. > happening.  They say that under POSIX if a signal (e.g. SIGTSTP) is
  8. > received during a read() system call that has not yet received any
  9. > characters, the read must return an -1 count and set EINTR.  (This is
  10. > not specific to csh.)
  11.  
  12.