9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: C H Forsyth <forsyth@vitanuova.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] problems with 8l
Date: Mon, 12 Aug 2002 16:02:49 +0100	[thread overview]
Message-ID: <7fee002fac74735a21e0eecc1612fb64@vitanuova.com> (raw)

actually, based on some of the previous postings, i was starting to wonder
whether you might have something wrong with the underlying system.
the marshal error, for instance, was in the following
	d = dirfstat(fd);
	if(d == nil)
		return 0;
	rv = strcmp(d->name, "cons") == 0;
where d->name was nil, which looked unlikely when i checked dirfstat.

on an IBM Thinkpad T23, i found i needed to set maxmem to exclude
some peculiar NVRAM that's in the top of the address space, or i got
all manner of strange errors (with 3rd edition, and it's still set for 4th
so i'm unsure whether i still need it).  as another example, a system with
an AGP card that relied on stealing processor memory had trouble when
the borrowed memory was also allocated by the operating system.
finally, a machine with faulty memory produced the usual assortment of
unpredictable results.



             reply	other threads:[~2002-08-12 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-12 15:02 C H Forsyth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-08-12 12:04 Skip Tavakkolian
2002-08-12 11:19 Skip Tavakkolian

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=7fee002fac74735a21e0eecc1612fb64@vitanuova.com \
    --to=forsyth@vitanuova.com \
    --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).