home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / dec / 6089 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.0 KB  |  65 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!pipex!warwick!dcs.warwick.ac.uk!rince
  3. From: rince@dcs.warwick.ac.uk (James Bonfield)
  4. Subject: Re: seggy fault with ps
  5. Message-ID: <1992Nov20.093645.4441@dcs.warwick.ac.uk>
  6. Sender: news@dcs.warwick.ac.uk (Network News)
  7. Nntp-Posting-Host: stone
  8. Organization: Department of Computer Science, Warwick University, England
  9. References: <1992Nov17.121941.4889@dcs.warwick.ac.uk> <By05yo.3E9@alsvid.une.edu.au>
  10. Date: Fri, 20 Nov 1992 09:36:45 GMT
  11. Lines: 52
  12.  
  13. In <By05yo.3E9@alsvid.une.edu.au> mark@alsvid.une.edu.au (Mark Garrett Internet: mark@arvak.une.edu.au Phone: +61 66 20 3859) writes:
  14.  
  15. >     What compiler have you been using? Is it Ultrix 4.2 or 4.2A?
  16. > I've just tried in on all cominations of the following :-
  17. >     Ultrix 4.2A and 4.3
  18. >     cc gcc2.2.2 gcc2.3.1 
  19.  
  20. The following script says pretty much everything I think:
  21.  
  22. bash$ uname -a
  23. ULTRIX rutland 4.2 0 RISC
  24. bash$ cat > a.c
  25. main() {vfork();pause();}
  26. bash$ cc a.c
  27. bash$ ./a.out &
  28. [1] 3428
  29. bash$ ps x
  30.   PID TT STAT   TIME COMMAND
  31. Segmentation fault
  32. bash$ kill %1
  33. [1]+  Terminated              ./a.out
  34. bash$ c89 a.c
  35. bash$ ./a.out &
  36. [1] 3436
  37. bash$ ps x
  38.   PID TT STAT   TIME COMMAND
  39. Segmentation fault
  40. bash$ kill %1
  41. [1]+  Terminated              ./a.out
  42. bash$ type ps
  43. ps is /bin/ps
  44. bash$ exit
  45.  
  46. So what do the new OS's (4.2A/4.3) provide over 4.2? (Other than presumably a
  47. fix to this bug.) We haven't got gcc on this machine - but I expect the result
  48. would be pretty much the same.
  49.  
  50. Is there a list of patches available for the OS as on Suns?
  51.  
  52. Cheers,
  53.  
  54. James Bonfield (jkb@mrc-lmba.cam.ac.uk)   Tel: 0223 402499   Fax: 0223 412282
  55. Medical Research Council Laboratory of Molecular Biology,
  56. Hills Road, Cambridge, CB2 2QH, England.
  57. -- 
  58. James 'Rince' Bonfield             O    .__   ._ ~ ~    /\/ ~        /\/
  59. jkb@mrc-lmba.cam.ac.uk              o  /o  \_/ /        \/\  /o\/    \/\   ~
  60. rince@dcs.warwick.ac.uk               (     | (  ~ ~         \(/\            ~
  61. csuba@csv.warwick.ac.uk                \/__/ \_\                  ~
  62.