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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!acds.physik.rwth-aachen.de!kuku
  3. From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
  4. Subject: Re: ps -aux yields Floating exception
  5. Message-ID: <1992Sep15.095555.26472@Urmel.Informatik.RWTH-Aachen.DE>
  6. Keywords: ps FP exception Floating
  7. Lines: 42
  8. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  9. Nntp-Posting-Host: acds.physik.rwth-aachen.de
  10. Reply-To: kuku@acds.physik.rwth-aachen.de
  11. Organization: I.Physikalisches Institut RWTH-Aachen
  12. References: <1992Sep13.171803.3954@Urmel.Informatik.RWTH-Aachen.DE> <19228rINNorq@corax.udac.uu.se>
  13. Date: Tue, 15 Sep 92 09:55:55 GMT
  14. Lines: 42
  15.  
  16.  
  17.  
  18. In article <19228rINNorq@corax.udac.uu.se>, goran@astro.uu.se (Goran Hammarback) writes:
  19. >In article <1992Sep13.171803.3954@Urmel.Informatik.RWTH-Aachen.DE>, kuku@acds.physik.rwth-aachen.de (Christoph Kukulies) writes:
  20. >|> 
  21. >|> I recently installed a kvm.c patch (though I'm not sure if I installed
  22. >|> it completely and c orrect) - anyway, when I do a ps -aux I get
  23. >|> the header line of ps (CPU % etc..) and then in the next line a 
  24. >|> Floating exception.
  25. >|> 
  26. >|> Is this a known and already mentioned problem or do I have to 'patch harder'
  27. >|> :-)? 
  28. >
  29. >
  30. >Did you forget to patch ps itself?
  31. >
  32. >From: davidg@agora.rain.com (David Greenman):
  33. >
  34. >*** /usr/src/bin/ps/ps.c.01orig    Mon Jul  1 17:54:45 1991
  35. >--- /usr/src/bin/ps/ps.c    Sun Aug  9 05:35:26 1992
  36. >***************
  37. >*** 78,83 ****
  38. >--- 78,84 ----
  39. >  
  40. >  uid_t    getuid();
  41. >  char    *ttyname();
  42. >+ double    getpcpu();
  43. >  
  44. >  char dfmt[] = "pid tt state time command";
  45. >  char jfmt[] = "user pid ppid pgid sess jobc state tt time command";
  46. >
  47. >
  48. >-- 
  49.  
  50. Yes, I forgot to apply this tiny but essential patch to ps itself. 
  51. --
  52. --Chris
  53. Christoph P. U. Kukulies
  54. kuku@acds.physik.rwth-aachen.de
  55. *** Error code 1
  56.  
  57. Stop.
  58.