9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Alexander Viro <viro@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] paging
Date: Mon,  8 Jan 2001 05:02:51 -0500	[thread overview]
Message-ID: <Pine.GSO.4.21.0101080444090.2221-100000@weyl.math.psu.edu> (raw)
In-Reply-To: <20010108093902.E5F6E199D7@mail.cse.psu.edu>



On Mon, 8 Jan 2001 forsyth@caldo.demon.co.uk wrote:

> - it can happen with paging to local disc
> - it CAN happen when paging over an ethernet to a file from a file server
> - it can lead to process hangs or traps; rio and acme are common targets
> - to judge from last-write times on the paging files, the problem is caused by paging
> - uniprocessors are affected
> - we most easily provoke it using charon to read huge pages on slashdot(!)
> - rio and acme (and emu) use rfork(RFMEM).  coincidence?
> - it did not happen with 2nd edition on any platform
> 
> at one point it seemed that it might be related to shared text/memory, because
> it once left a particular program corrupted but enough elsewhere was
> running that we could look at it (normally it damages enough of the interface
> that it is hard to debug).  i'm still not convinced.

	Just a gut feeling: procflushseg() and stuff triggered by it.
Check for situations when process gets created in the middle of procflushseg().
I didn't look deep enough, but it just screams "races will grow here, even
if there is none right now"...



  reply	other threads:[~2001-01-08 10:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-08  9:38 forsyth
2001-01-08 10:02 ` Alexander Viro [this message]
2001-01-08 15:17 jmk
2001-01-08 15:39 forsyth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.21.0101080444090.2221-100000@weyl.math.psu.edu \
    --to=viro@math.psu.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).