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

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!wupost!sdd.hp.com!elroy.jpl.nasa.gov!ncar!noao!bordeaux.kpno.noao.edu!jdavis
  3. From: jdavis@bordeaux.kpno.noao.edu (Jim Davis)
  4. Subject: Re: spurious early wakeups by SIGALRM under SunOS 4.1
  5. Message-ID: <1992Sep14.223515.6843@noao.edu>
  6. Summary: Get patch 100458-02
  7. Sender: news@noao.edu
  8. Nntp-Posting-Host: bordeaux.kpno.noao.edu
  9. Organization: Blurkmann Planetarium
  10. References: <10728@sun13.scri.fsu.edu>
  11. Date: Mon, 14 Sep 1992 22:35:15 GMT
  12. Lines: 54
  13.  
  14. In article <10728@sun13.scri.fsu.edu> mueller@pi.fsu.edu (Frank Mueller) writes:
  15. >Has anybody else experienced any spurious early wakeups by the timer signal
  16. >which was requested by a setitimer (real-time timer) under SunOS 4.1.1?
  17. >
  18. >Any ideas why this happens? Is it a known bug?
  19.  
  20. Yup.  Here's the patch README.  BTW, mail to pi.fsu.edu bounced with a 'Host
  21. unknown' error...
  22.  
  23. Patch-ID# 100458-02
  24. Keywords: signal, alarm, time, setitimer, call, deliver,sigalrm
  25. Synopsis: SunOS 4.1;4.1.1;4.1.2: Setitimer sometimes fails to deliver a SIGALRM.
  26. Date: 05-May-92
  27.  
  28. SunOS release: 4.1, 4.1.1, 4.1.2 
  29.  
  30. Unbundled Product: N/A
  31.  
  32. Unbundled Release: N/A
  33.  
  34. Note: Patch release 02 is to provide a DBE 1.2 compatible version for the
  35.     4.1.2 version of the patch
  36.  
  37. Topic: SunOS Setitimer calls.
  38.  
  39. BugId's fixed with this patch: 1076393
  40.  
  41. Architectures for which this patch is available: sun3, sun3x, sun4, sun4c, sun4m
  42.  
  43. Obsoleted By:
  44.  
  45. Patches which may conflict with this patch:
  46.  
  47. Files included with this patch: README, kern_sig.o
  48.  
  49. Problem Description: SunOS 4.1.1: Setitimer calls sometimes fail to deliver a SIGALRM.
  50.  
  51. INSTALL:  
  52. This example illustrates the sun4c case. 
  53.  
  54. As root:
  55.  
  56. Save the previous object file.
  57. mv /sys/`arch -k`/OBJ/kern_sig.o /sys/`arch -k`/OBJ/kern_sig.o.orig
  58.  
  59. Install the new file into the system configuration area.
  60. cp {4.1,4.1.1,4.1.2}/`arch -k`/kern_sig.o /sys/`arch -k`/OBJ
  61.  
  62. Rebuild the kernel.
  63.  
  64. Copy the new vmunix to /vmunix and reboot the machine.
  65. -- 
  66. Jim Davis            | "I'm bringing the dynamite!"
  67. jdavis@noao.edu      |   -- Pete's brother Pete
  68.