From owner-freebsd-bugs Fri Jul 28 02:23:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id CAA02925 for bugs-outgoing; Fri, 28 Jul 1995 02:23:07 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id CAA02919 for ; Fri, 28 Jul 1995 02:23:02 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA27315; Fri, 28 Jul 1995 11:22:45 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id LAA12148; Fri, 28 Jul 1995 11:22:44 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA22397; Fri, 28 Jul 1995 09:28:20 +0200 From: J Wunsch Message-Id: <199507280728.JAA22397@uriah.heep.sax.de> Subject: Re: panics with 2.0.5-RELEASE To: sef@kithrup.com (Sean Eric Fagan) Date: Fri, 28 Jul 1995 09:28:20 +0200 (MET DST) Cc: bugs@FreeBSD.org In-Reply-To: <199507272339.QAA29699@kithrup.com> from "Sean Eric Fagan" at Jul 27, 95 04:39:10 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 665 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Sean Eric Fagan wrote: > > instruction pointer = 0x8:0xf016504d > f0165000 T _bcopyx > f0165010 T _bcopy > f0165010 T _ovbcopy > f0165010 t bcopy > f0165054 T _memcpy So it's in bcopy(). I'm afraid this will require a stack trace to be tracked down. :-( Try getting a core dump (dumpon is your friend), and look into it with gdb -k. Best is to try it a few times, so you can see if it's consistent across several panics or if it's appearing all over the place (which would be more typical for a hardware error). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)