home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5702 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!sun4nl!eur.nl!pk
  3. From: pk@cs.few.eur.nl (Paul Kranenburg)
  4. Subject: Re: Program dies with FP Exception
  5. Message-ID: <1992Sep14.151555.12300@cs.few.eur.nl>
  6. Sender: news@cs.few.eur.nl
  7. Reply-To: pk@cs.eur.nl
  8. Organization: Erasmus University Rotterdam
  9. References: <STARK.92Sep13002650@sbstark.cs.sunysb.edu> <1992Sep13.083846.6134@fcom.cc.utah.edu>
  10. Date: Mon, 14 Sep 1992 15:15:55 GMT
  11. Lines: 16
  12.  
  13. In <1992Sep13.083846.6134@fcom.cc.utah.edu> terry@cs.weber.edu (A Wizard of Earth C) writes:
  14.  
  15. >In article <STARK.92Sep13002650@sbstark.cs.sunysb.edu> stark@cs.sunysb.edu (Gene Stark) writes:
  16. >>Here's a tough one I've been trying to track down -- maybe somebody out there
  17. >>who knows more can guess what is going on.
  18. >>
  19. [...]
  20. >First of all, like all other signals, the SIGFPE gets delivered to a process
  21. >as a result of the sigtrampoline code.  The *only* way you get a signal is
  22. >on return from a system call.  The problem is that there appears to be no
  23.  
  24. .. or you get your signal immediately, provided you have a handler set, or
  25. you get it on return from the interrupt (trap), provided the AST (Async.
  26. System Trap) stuff is implemented which is then invoked from `signotify()'.
  27.  
  28. -pk
  29.