home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / programm / 6045 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  839 b 

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!sun!imagen!imagen!rturner
  2. From: rturner@imagen.com (Randy Turner)
  3. Newsgroups: comp.unix.programmer
  4. Subject: longjmp() from a signal handler
  5. Summary: Can I use longjmp() from inside a signal handler?
  6. Keywords: longjmp signals
  7. Message-ID: <rturner.727977268@imagen>
  8. Date: 25 Jan 93 15:54:28 GMT
  9. Sender: usenet@imagen.com
  10. Organization: imagen
  11. Lines: 8
  12.  
  13. I was reading the POSIX.1 standard the other day and it mentions that you
  14. cannot use the longjmp() library routine from inside a signal handler.  I
  15. was under the impression that this was valid under BSD 4.3...Can 
  16. anyone confirm the compatibility of using longjmp() from a signal handler
  17. when trying to write portable code?
  18.  
  19.             Thanks in advance!
  20.                         Randy
  21.