From owner-freebsd-stable@FreeBSD.ORG Fri Dec 14 09:50:11 2012 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B77C4D4; Fri, 14 Dec 2012 09:50:11 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 71BD98FC08; Fri, 14 Dec 2012 09:50:10 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA25541; Fri, 14 Dec 2012 11:50:07 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1TjRuB-000OdE-1N; Fri, 14 Dec 2012 11:50:07 +0200 Message-ID: <50CAF64E.70600@FreeBSD.org> Date: Fri, 14 Dec 2012 11:50:06 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: 9.1 memstick install panics on boot References: <20121213073033.GA19514@regency.nsu.ru> <50C9ABA0.20009@FreeBSD.org> <20121213102651.GA51050@regency.nsu.ru> <20121213103635.GG1325@glenbarber.us> <20121214030208.GA15080@regency.nsu.ru> <20121214030747.GC1280@glenbarber.us> <20121214032349.GD1280@glenbarber.us> <20121214034056.GA22963@regency.nsu.ru> <20121214080450.GA63557@regency.nsu.ru> In-Reply-To: <20121214080450.GA63557@regency.nsu.ru> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Glen Barber , stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 09:50:11 -0000 on 14/12/2012 10:04 Alexey Dokuchaev said the following: > On Fri, Dec 14, 2012 at 10:40:56AM +0700, Alexey Dokuchaev wrote: >> On Thu, Dec 13, 2012 at 10:23:49PM -0500, Glen Barber wrote: >>> If the memstick panics, I am not sure how much good the kernel symbols >>> will do for you. >> >> It's OK, as long as they are provided, I should be able to modify the >> memstick contents (like, after rw-mounted it) and copy debug-enabled >> kernel in /boot. > > On the second thought (try, actually) they are not too much helpful > indeed, as I cannot get crashdump for post-mortem analysis (when symbols > become useful), since panic happens so early debugger apparently has no > idea of where to store the dump. It looks like you obtained the boot messages using some sort of a remote console? If yes, you can try to use kgdb for a live remote debugging. > It seems I have to debug it the hard way > (hello printf's). > > Is it possible to cross build amd64 10.0 kernels on i386 8.3 machine? amd64 on i386 - yes, 10 on 8.3 - not so sure... -- Andriy Gapon