Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!pyramid!csg From: csg@pyramid.pyramid.com (Carl S. Gutekunst) Newsgroups: comp.sys.pyramid Subject: Re: UCB signals in ATT universe Message-ID: <93005@pyramid.pyramid.com> Date: 30 Nov 89 16:34:40 GMT References: <18405@bellcore.bellcore.com> Organization: Pyramid Technology Corp., Mountain View, CA Lines: 18 In article <18405@bellcore.bellcore.com> cas@ctt.bellcore.com (Cris Letourneau) writes: >We have a couple of programs here that are compiled in and run in the >att universe that are getting a signal 16. As far as I can remember, SIGURG is generated only by the BSD networking code and by X.25. So you are doing something with one of these. What, I can't tell from here. Also, this signal is ignored by default, so you must be enabling it with either signal(2) or sigset(2). If you absolutely, positively are not using either networking or X.25, then something silly is happening: a bogus argument to signal(2), a bogus argument to kill(2), or something like that. Most of the OSx signals are universal; you can get them in either universe. It has to be this way, otherwise att programs that invoke BSD networking would never get any SIGURG signals when they wanted them.