Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 1995 09:28:20 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        sef@kithrup.com (Sean Eric Fagan)
Cc:        bugs@FreeBSD.org
Subject:   Re: panics with 2.0.5-RELEASE
Message-ID:  <199507280728.JAA22397@uriah.heep.sax.de>
In-Reply-To: <199507272339.QAA29699@kithrup.com> from "Sean Eric Fagan" at Jul 27, 95 04:39:10 pm

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507280728.JAA22397>