From owner-freebsd-hackers Tue May 28 03:15:32 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA15915 for hackers-outgoing; Tue, 28 May 1996 03:15:32 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA15897 for ; Tue, 28 May 1996 03:15:21 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uOLms-000QZ9C; Tue, 28 May 96 12:14 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id MAA23299; Tue, 28 May 1996 12:07:42 +0200 Message-Id: <199605281007.MAA23299@allegro.lemis.de> Subject: Re: signal 4? To: gurney_j@resnet.uoregon.edu Date: Tue, 28 May 1996 12:07:41 +0200 (MET DST) Cc: hackers@FreeBSD.ORG (FreeBSD Hackers) In-Reply-To: from "John-Mark Gurney" at May 27, 96 08:09:57 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John-Mark Gurney writes: > > what exactly is signal 4? >From : #define SIGHUP 1 /* hangup */ #define SIGINT 2 /* interrupt */ #define SIGQUIT 3 /* quit */ #define SIGILL 4 /* illegal instruction (not reset when caught) */ > recently I have been getting this quite often... if it is a normal > command that hits a sig 4 it usally hangs the machine after a few > seconds... could it be a memory timing problem? or possible > something else? > > I'm running a Conner CFP1060S with three cdrom drives on an Adaptec > 2840... also is two 4port AST compatible async cards... the ethernet > card is a ne2000 clone... I'm running 2.2-960323-SNAP on it.... I'm > thinking of upgrading the machine to 2.1-STABLE but I currently don't > have enough disk space to make it... Doesn't ring a bell with me. It would be interesting to see where it hits--is the instruction really illegal? It's not a very common occurrence, so maybe you do have hardware problems. Greg