From owner-freebsd-current Tue Mar 26 15:21:59 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA03492 for current-outgoing; Tue, 26 Mar 1996 15:21:59 -0800 (PST) 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 PAA03476 for ; Tue, 26 Mar 1996 15:21:52 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id BAA02353 for ; Wed, 27 Mar 1996 01:21:47 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA26394 for freebsd-current@FreeBSD.org; Wed, 27 Mar 1996 00:21:47 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id AAA16506 for freebsd-current@FreeBSD.org; Wed, 27 Mar 1996 00:16:42 +0100 (MET) From: J Wunsch Message-Id: <199603262316.AAA16506@uriah.heep.sax.de> Subject: Re: Like clockwork... To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Wed, 27 Mar 1996 00:16:41 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Marc G. Fournier" at Mar 26, 96 01:25:33 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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. ;-)