From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7fee002fac74735a21e0eecc1612fb64@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] problems with 8l From: C H Forsyth MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 12 Aug 2002 16:02:49 +0100 Topicbox-Message-UUID: dac3d568-eaca-11e9-9e20-41e7f4b1d025 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.