Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 1996 00:16:41 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Re: Like clockwork...
Message-ID:  <199603262316.AAA16506@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.91.960326131941.25014D-100000@ki.net> from "Marc G. Fournier" at Mar 26, 96 01:25:33 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Marc G. Fournier wrote:

> 	The panic again was ed_start()+0x315 (how does one decode the
> 0x315 part, btw?)

Only by approximating with ``info address ed_start'' and ``info line''
and ``disas'' within kgdb.

> 	Now, the funny thing about it...current process is cron?  current

That's the process that's been active by the time of your panic.  I
believe ed_start() is being called from an interrupt routine, so it's
not actually surprising that the current process is not always the
same.

-- 
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. ;-)



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