From owner-freebsd-questions Wed Jun 19 02:17:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA28299 for questions-outgoing; Wed, 19 Jun 1996 02:17:31 -0700 (PDT) Received: from jparnas.cybercom.net ([205.198.82.58]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA28255; Wed, 19 Jun 1996 02:17:19 -0700 (PDT) Received: from [127.0.0.1] ([127.0.0.1]) by jparnas.cybercom.net (8.6.10/8.6.10) with SMTP id FAA02005; Wed, 19 Jun 1996 05:16:41 -0400 Message-Id: <199606190916.FAA02005@jparnas.cybercom.net> X-Authentication-Warning: jparnas.cybercom.net: Host [127.0.0.1] didn't use HELO protocol To: sos@freebsd.org cc: alex@fa.tdktca.com (Alex Nash), bmk@fta.com, Eloy.Paris@ven.ra.rockwell.com, questions@freebsd.org, hardware@freebsd.org, hal@wwa.com X-External-Networks: yes Subject: Re: FreeBSD works with Cy486DLC processors? In-reply-to: Your message of Tue, 18 Jun 1996 13:45:57 +0200. <199606181145.NAA18166@ra.dkuug.dk> Date: Wed, 19 Jun 1996 05:16:26 -0400 From: "Jacob M. Parnas" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199606181145.NAA18166@ra.dkuug.dk>you write: >In reply to Alex Nash who wrote: >> >> Brant M. Katkansky wrote: >> > >> > > I installed FreeBSD 2.1.0-RELEASE a couple of weeks ago and since then I >> > > have been having programs exiting with signals 10 and 11, making my system >> > > too unstable to work as a dedicated e-mail server and as a PPP to Ethernet >> > > gateway. >> > >> > [snip] >> > >> > I had one given to me not too long ago. Mine is plagued with various >> > sig 10 and 11's, same as yours. >> > >> > Here's the interesting part - disabling the internal and external cache >> > makes the problem worse. >> >> This should be fairly easy to explain: You have bad SIMMs. While your >> program is running, erroneous results are returned from RAM and the >> processor tries to execute them. Your program subsequently seg faults >> due to an invalid instruction. If your cache works properly and your >> SIMMs don't, the cache can mitigate these effects since RAM accesses are >> less frequent (thus missing the odd inverted bit somewhere :) ). Disable >> the caches and now you will be much more likely to see a bad SIMM in action. >> > >Hmm, just to add another datapoint: >I can run 2.1 on my 486DLC board, but -current will panic within >2 minutes with a page fault or semilar. I have a very strong >feeling that our Cyrix/486DLC support leaves much to be desired, >as I can make the system run better (not error free) if I disable >the Cyrix code in locore.s. It seems that using the BIOS defaults >(both caches on) runs alot better than what we are trying to do >to it..... >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- >Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team > So much code to hack -- so little time. > You might try reinserting the SIMMS. I remember that we bought tons of expansion SIMMs for hundreds of computers, and not once did an original or memory upgrade SIMM become defective even after years of use. Jacob