home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / bsd / 10119 < prev    next >
Encoding:
Text File  |  1992-12-11  |  974 b   |  23 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!wupost!sdd.hp.com!ncr-sd!crash!fpm
  3. From: fpm@crash.cts.com (Frank Maclachlan)
  4. Subject: Re: Occasional system hangs
  5. Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
  6. Date: 11 Dec 92 14:28:22 PST
  7. Message-ID: <1992Dec11.142822.6314@crash>
  8. Summary: FPU can lockup system
  9. References: <1g95ueINNhri@manuel.anu.edu.au> <andrewh.724059111@bruce.cs.monash.edu.au> <1gaclpINN84v@hrd769.brooks.af.mil>
  10. Lines: 11
  11.  
  12. >  I don't think more RAM will help.  I have 32M of RAM and and 32M swap
  13. >partition.  It still hangs.  nroff is the usual culprit for me.
  14.  
  15. I had the same problem. My system system would lock up completely from
  16. time to time.  Nroff seemed to be particularly troublesome.  I resolved
  17. it by removing my ULSI 80387 fpu.  You can see if this is the problem
  18. by modifying npxprobe() in '/sys/i386/isa/npx.c' to not find the fpu
  19. and return 0.  This causes the fpu to be ignored.
  20.  
  21.             Hope this helps,
  22.             Frank MacLachlan
  23.