home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23283 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: System crashes
  5. Date: 8 Jan 1993 16:27:33 -0600
  6. Organization: Kansas State University
  7. Lines: 43
  8. Message-ID: <1ikv4lINNsq4@matt.ksu.ksu.edu>
  9. References: <0fHMRX200WAvQ1Wggk@andrew.cmu.edu>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. geek+@CMU.EDU (Brian E. Gallew) writes:
  13.  
  14. >Ever since I upgraded to 0.99, I have been having strange and
  15. >unpredictable system errors.  The *easiest* way for me to generate is
  16. >to try to cd /usr/src/linux and make Image.  The system will compile 5
  17. >or 6 files and then I will get an error of some sort.  I've seen *all*
  18. >of the following (from memory, sorry):
  19.  
  20. [ .. Stuff deleted ... ]
  21.  
  22. >Also, if I open a shell in one VC, switch to another and do something
  23. >that uses lots of memory, and then switch back to the first one, the
  24. >first one will usually exit at the first keystroke and present me with
  25. >the login prompt again.
  26.  
  27. >I *also* get unkillable processes which use up 98% of their CPU
  28. >cycles.  Kill -9 doesn't do anything for them, and their state is R.
  29. >Any pointers?
  30.  
  31. >Configuration:
  32. >40MHz 386
  33. >0.99p1 (trying to build 0.99p2, but it takes a long time a 5 files
  34. >compiled per invocation)
  35. >4MB Ram (70ns)
  36. >2 80MB ST-296N HDs (SCSI)
  37. >Seagate ST-01 SCSI Adapter
  38. >/lib/libc.so.4 -> hard link to /lib/libc.so.4.2
  39. >/lib/libc.so.4.0 -> hard link to /lib/libc.so.4.2
  40. >/lib/libc.so.4.1
  41. >/lib/libc.so.4.2 (from libc.so.4.2.Z on sunsite)
  42. >gcc 2.3.3
  43. >bash -> libc.so.4.1
  44. >most things on my system use libc.so.4.1, some use libc.so.4.2
  45.  
  46. >                                  -Brian
  47.  
  48. You are running out of memory more than likely, so gcc is just dieing
  49. when it can't continue. You should probably run some sort of swap partition
  50. or file to increase total memory.
  51.  
  52. The FAQ should be able to tell you how to install a swap file or partition.
  53.  
  54. James
  55.