From owner-freebsd-bugs Thu May 2 22:51:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA01682 for bugs-outgoing; Thu, 2 May 1996 22:51:06 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA01669 for ; Thu, 2 May 1996 22:51:02 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id HAA16994; Fri, 3 May 1996 07:50:51 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id HAA05738; Fri, 3 May 1996 07:50:50 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id HAA17366; Fri, 3 May 1996 07:24:27 +0200 (MET DST) From: J Wunsch Message-Id: <199605030524.HAA17366@uriah.heep.sax.de> Subject: Re: kern/1171: panic: setrunnable To: hsu@clinet.fi (Heikki Suonsivu) Date: Fri, 3 May 1996 07:24:26 +0200 (MET DST) Cc: freebsd-bugs@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199605030200.TAA12570@freefall.freebsd.org> from David Greenman at "May 2, 96 07:00:02 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As David Greenman wrote: > >646 switch (p->p_stat) { > >647 case 0: > >648 case SRUN: > >649 case SZOMB: > >650 default: > >651 panic("setrunnable"); > >652 case SSTOP: > >(kgdb) print p > >$1 = (struct proc *) 0xf1a36500 > >(kgdb) print p->p_stat > >$2 = 3 '\003' > > Given the supplied information, there is no way that a page fault could > have occurred at that location unless the kernel text was either corrupted > or had one or more memory bit errors. In other words, I think this is a > hardware problem, not a software problem. Additionally, p->p_stat == 3 means the process was in ``SSLEEP'' state, so the abovementioned case label could not be hit if the kernel text were not corrupted. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)