9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: dhog@plan9.cs.su.oz.au dhog@plan9.cs.su.oz.au
Subject: Acme Panic
Date: Mon, 16 Oct 1995 09:35:41 -0400	[thread overview]
Message-ID: <19951016133541.Yo_QB4vYXYu2pHf8F6WN7tGiKZx8nPFgg4ZaCtX5Uwk@z> (raw)

>have you tried ramfs?

No, because I don't want to use ramfs all the time, and the bug
doesn't appear to be reproducible.  It also occurs very infrequently.

It actually happened again tonight!  Forsyth pointed out to me that the
`phase error -- directory entry not allocated' means that acme tried to
do I/O on a file descriptor for which the file has been removed.  I checked,
and the temporary file had indeed been removed.  Now acme opens its
temp file with mode ORCLOSE, so the file will be removed if it is closed.
But then, if acme does close it (by accident) then it can't very well get that
error from still having it open.  So perhaps there is a bug in the handling
of ORCLOSE in both fileservers?  As an aside, I've noticed that old temp files
are hanging around, but I've always assumed that they were left overs from
file server panics/halts, or possibly severed connections (though I'd hope
in that case that the file server deallocates those fids and removes the
ORCLOSE ones, just as if they'd ben clunked).






             reply	other threads:[~1995-10-16 13:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-10-16 13:35 dhog [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-10-13  4:26 Boyd
1995-10-12  8:46 dhog

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=19951016133541.Yo_QB4vYXYu2pHf8F6WN7tGiKZx8nPFgg4ZaCtX5Uwk@z \
    --to=dhog@plan9.cs.su.oz.au \
    /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).