From owner-freebsd-hackers Mon Apr 28 07:45:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA17302 for hackers-outgoing; Mon, 28 Apr 1997 07:45:51 -0700 (PDT) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA17297; Mon, 28 Apr 1997 07:45:48 -0700 (PDT) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by nasu.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id XAA25364; Mon, 28 Apr 1997 23:44:18 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (mFjtzcGPNvX2VVhpnqHHdmTjykiIvOkj@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id XAA17263; Mon, 28 Apr 1997 23:44:18 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id XAA16419; Mon, 28 Apr 1997 23:49:06 +0900 (JST) Message-Id: <199704281449.XAA16419@zodiac.mech.utsunomiya-u.ac.jp> To: "John McLaughlin" cc: freebsd-hackers@freebsd.org, freebsd-hardware@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: bash 1.14.7 Sig 11 on FreeBSD 2.2-970422-RELENG In-reply-to: Your message of "Mon, 28 Apr 1997 11:05:47 +0100." <199704281005.LAA27919@guinness.acucobol.ie> References: <199704281005.LAA27919@guinness.acucobol.ie> Date: Mon, 28 Apr 1997 23:49:05 +0900 From: Kazutaka YOKOTA Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Basically, bash dumped core on the above when just installed >from the standard 2.2 packages, which haven't been updated for the >snap (or hadn't last Friday anyway). Pulling over the source and >recompiling made the problem go away, and a kernel compile worked >fine, which leads me to suspect the packages may need recompiling. > > The hardware is: > > ExpertBoard i430VX motherboard > 16Mb EDO RAM > Tekram 390F SCSI adaptor > 2.1 Gb Quantum Fireball > Genius NE2000 compatible network card. > > Which has worked fine in a number of other machines that I've >configured > > Has anybody else come across this problem with bash or any of >the other packages, or does it sound more like bas SIMMs? Could anyone >suggest a means of testing the RAM to some *reasonable* extent? Is your CPU sufficiently cooled by a fan? I once had a bad CPU cooler (fan) with which my CPU (Pentium 120Mhz) caused sig 11 from time to time under heavy load such as `make world'. Once the CPU is cooled down the problem went away; which made me take quite a while to diagnose the cause. Kazu