home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25106 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.6 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!iguana.cis.ohio-state.edu!balasub
  2. From: balasub@iguana.cis.ohio-state.edu (Krishna Balasubramanian)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Freeze up on X
  5. Date: 22 Jan 1993 09:32:38 -0500
  6. Organization: Ohio State Computer Science
  7. Lines: 27
  8. Sender: balasub@cis.ohio-state.edu
  9. Message-ID: <BALASUB.93Jan22093232@iguana.cis.ohio-state.edu>
  10. References: <1993Jan21.030531.3702@news.uiowa.edu> <1993Jan21.181502.23485@miles.com>
  11. NNTP-Posting-Host: iguana.cis.ohio-state.edu
  12. In-reply-to: dennisf@miles.com's message of Thu, 21 Jan 1993 18:15:02 GMT
  13.  
  14.  
  15. This is unrelated to X-freez-ups on special vga hardware that 
  16. some people have reported.
  17.  
  18. Linux should behave even when pushed too hard. You should not push 
  19. the system too hard but when you do the resulting behaviour is
  20. potentially useful for detecting bugs in the kernel.
  21.  
  22. I'm testing some code which swaps heavilly but have yet to see a 
  23. total freeze-up (0.99.3). True one loses control of the mouse or the 
  24. mouse moves uncontrollably. The way to deal with this is to be patient. 
  25. You could use some key bindings in ~/.twmrc to allow you to walk the 
  26. twm menu.
  27.  
  28. If you wait long enough the thrashing should cease as the swapping
  29. reaches a steady state. If you get tired of the thrashing walk the
  30. menu and kill an application or so. The menu will also likely not
  31. display its current state ... so do things slowly.
  32.  
  33. Log the printk's especially the first one in a sequence. A printk can
  34. cause a sleep so later errors in critical code may be a result of the 
  35. first printk.
  36.  
  37. Hit the reset button if you know better than I do.
  38.  
  39. krishna
  40.  
  41.