home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13970 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  27 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!ugle.unit.no!staale
  3. From: staale@kvatro.no (Staale Deraas)
  4. Subject: Signal problems in SCO to ISC port
  5. Message-ID: <STAALE.92Sep3094241@grim.kvatro.no>
  6. Sender: news@ugle.unit.no (NetNews Administrator)
  7. Organization: Kvatro A/S, Trondheim, Norway
  8. Date: 3 Sep 92 09:42:41
  9. Lines: 16
  10.  
  11.  
  12. We are trying to port a program from SCO to ISC that uses signals. On assignment of signal
  13. catching handlers, we order a blockmask to be used on signal delivery. Our observations
  14. on ISC are as follows:
  15. 1) Blockmask supplied to sigaction systemcall is accepted.
  16. 2) A doublecheck reading blockmask after setting it (ref. 1) uncovers that the block bit
  17.    for the specified signal is inverted according to specified blockmask.
  18. 3) We set up several signal catchers in this way.
  19. 4) On signal catching, the blockmask is different from all ordered blockmasks (ref. 1),
  20.    but only for those block bits that we have ordered signal catchers for.
  21.  
  22. Is this an undocumented feature, or does there exist a patch to make SCO and ISC behave
  23. in the same way?
  24.  
  25. Our current versions of ISC is 3.2.2. and SCO 3.2.2.
  26. Please e-mail to deraas@kvatro.no
  27.