9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Roman V. Shaposhnick" <vugluskr@unicorn.math.spbu.ru>
To: 9fans@cse.psu.edu
Subject: [9fans] exiting processes in Plan9
Date: Mon, 26 Aug 2002 03:25:53 +0400	[thread overview]
Message-ID: <20020826032553.B24337@unicorn.math.spbu.ru> (raw)

As you, probably, have seen from my previous post I had a situation
where a process waiting for a Rread message was several times notified
by writing "interrupt" to the notepg. For each note there was a separate
clunk message generated ( but never replied ). Since the only place in
Plan9 kernel where clunk messages are generated is port/devmnt.c:mntclunk().

I can safely assume that this was nothing else but a manifestation of
closing a file ( on which read() was hanging ) from pexit, right ?

If so, it means that I had a situation, where pexit was called several
times for the same process. The question here, is:

    Why did it happen ? Why in Plan9 process that is doing pexit can still
    receive messages, which result in even more calls to pexit ?

I could be wrong in my evaluation of the origin of all those clunks -- in
that case, please be so kind to explain what really happened.

Thanks,
Roman.


             reply	other threads:[~2002-08-25 23:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-25 23:25 Roman V. Shaposhnick [this message]
2002-08-25 23:36 ` Roman V. Shaposhnick

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=20020826032553.B24337@unicorn.math.spbu.ru \
    --to=vugluskr@unicorn.math.spbu.ru \
    --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).