9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Freeze
@ 2001-10-04  0:17 baldwin
  2001-10-04  0:26 ` Boyd Roberts
  0 siblings, 1 reply; 8+ messages in thread
From: baldwin @ 2001-10-04  0:17 UTC (permalink / raw)
  To: 9fans

I can make my terminal reliably freeze up if I run out of memory.
Usually, running upas/fs with a large mailbox does it.  I sometimes
get up to 1,000 mail messages, and my resulting 10 MB mailbox
blows up to 60-70 MB of memory used by upas/fs.  When that happens,
my terminal just completely freezes.  Mouse stops tracking.
No keyboard input.  Not even ^T^Tr works.  No "out of memory" prints
from the kernel on my console.  I do have swap enabled, which may
be a bad idea.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Freeze
  2001-10-04  0:17 [9fans] Freeze baldwin
@ 2001-10-04  0:26 ` Boyd Roberts
  0 siblings, 0 replies; 8+ messages in thread
From: Boyd Roberts @ 2001-10-04  0:26 UTC (permalink / raw)
  To: 9fans

yeah, i had a suspicion that it was memory related.

rob, of course, will correct me ...




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Freeze
@ 2001-10-04  0:54 jmk
  0 siblings, 0 replies; 8+ messages in thread
From: jmk @ 2001-10-04  0:54 UTC (permalink / raw)
  To: 9fans

On Wed Oct  3 20:53:20 EDT 2001, boyd@fr.inter.net wrote:
> > Yes. It's called trying to fit a quart into a pint bottle.
> 
> i believe it's called 'a failure of vision'.

absolutely. and when your vision improves i'm sure you'll
let us know.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Freeze
  2001-10-04  0:48 jmk
@ 2001-10-04  0:48 ` Boyd Roberts
  0 siblings, 0 replies; 8+ messages in thread
From: Boyd Roberts @ 2001-10-04  0:48 UTC (permalink / raw)
  To: 9fans

> Yes. It's called trying to fit a quart into a pint bottle.

i believe it's called 'a failure of vision'.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Freeze
@ 2001-10-04  0:48 jmk
  2001-10-04  0:48 ` Boyd Roberts
  0 siblings, 1 reply; 8+ messages in thread
From: jmk @ 2001-10-04  0:48 UTC (permalink / raw)
  To: 9fans

On Wed Oct  3 17:55:20 EDT 2001, boyd@fr.inter.net wrote:
> from time to time, when i run a meta-mk on python i get
> a freeze;  rio chokes and ^t^tr doesn't even work. fortunately kfs doesn't smashed itself, even though i have backups.
> 
> i _suspect_ it's a memory related problem.
> 
> is this a known problem?

Yes. It's called trying to fit a quart into a pint bottle.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] freeze
  2001-10-03 22:17 ` [9fans] freeze Martin Harriss
@ 2001-10-03 22:59   ` Andrew Pochinsky
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Pochinsky @ 2001-10-03 22:59 UTC (permalink / raw)
  To: 9fans; +Cc: 9fans


FWIW, I had rio chocking on distributions after 5/17/01 on a P4 machine as
well as Thinkpad 570. It did not happen with older dists.

--andrew

   Boyd Roberts wrote:
   > 
   > from time to time, when i run a meta-mk on python i get
   > a freeze;  rio chokes and ^t^tr doesn't even work. fortunately kfs doesn't smashed itself, even though i have backups.
   > 
   > i _suspect_ it's a memory related problem.
   > 
   > is this a known problem?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] freeze
       [not found] <029401c14c55$7c6bb850$a2b9c6d4@SOMA>
@ 2001-10-03 22:17 ` Martin Harriss
  2001-10-03 22:59   ` Andrew Pochinsky
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Harriss @ 2001-10-03 22:17 UTC (permalink / raw)
  To: 9fans

Boyd Roberts wrote:
> 
> from time to time, when i run a meta-mk on python i get
> a freeze;  rio chokes and ^t^tr doesn't even work. fortunately kfs doesn't smashed itself, even though i have backups.
> 
> i _suspect_ it's a memory related problem.
> 
> is this a known problem?

FWIW, I've recently seen what happens when a terminal runs out of
memory.  (I was trying to use upas/fs on a large POP mailbox:)  The fs
process chews up all the memory, gets a trap and becomes broken (still
using memory.)  If I then try and run a command from a rio window, the
command fails (no memory to fork the new process.)  This appears to get
the system very upset, and it panics shortly thereafter.

(This did actually prompt me to clean up my mailbox, but I still don't
think I've got it small enough to make upas/fs happy.  Need to try IMAP
next.)

Martin


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] freeze
@ 2001-10-03 22:07 forsyth
  0 siblings, 0 replies; 8+ messages in thread
From: forsyth @ 2001-10-03 22:07 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

i've had thinkpads freeze.  i suspected the disk and/or bios power management interface.
i don't enable apm on the thinkpad but even tickling it in the initial load
seems to change the bios's ability (that's to say that the old system that
left it alone allowed the bios to do some things, i suppose with the smi
interrupt, and now it can't reliably do all that it did).

more specifically, the disk activity light is on, the (soft) power switch on
the thinkpad doesn't work, and i need to prod the little button hidden inside
to get the machine back.


[-- Attachment #2: Type: message/rfc822, Size: 2056 bytes --]

From: "Boyd Roberts" <boyd@fr.inter.net>
To: <9fans@cse.psu.edu>
Subject: [9fans] freeze
Date: Wed, 3 Oct 2001 23:50:58 +0200
Message-ID: <029401c14c55$7c6bb850$a2b9c6d4@SOMA>

from time to time, when i run a meta-mk on python i get
a freeze;  rio chokes and ^t^tr doesn't even work. fortunately kfs doesn't smashed itself, even though i have backups.

i _suspect_ it's a memory related problem.

is this a known problem?


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-10-04  0:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-04  0:17 [9fans] Freeze baldwin
2001-10-04  0:26 ` Boyd Roberts
  -- strict thread matches above, loose matches on Subject: below --
2001-10-04  0:54 jmk
2001-10-04  0:48 jmk
2001-10-04  0:48 ` Boyd Roberts
     [not found] <029401c14c55$7c6bb850$a2b9c6d4@SOMA>
2001-10-03 22:17 ` [9fans] freeze Martin Harriss
2001-10-03 22:59   ` Andrew Pochinsky
2001-10-03 22:07 forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).