From owner-freebsd-fs@FreeBSD.ORG Fri Sep 10 17:30:21 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73E81106564A; Fri, 10 Sep 2010 17:30:21 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 48D258FC1B; Fri, 10 Sep 2010 17:30:20 +0000 (UTC) Received: from porto.topspin.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 UAA25309; Fri, 10 Sep 2010 20:30:15 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Ou7QV-0008vx-HT; Fri, 10 Sep 2010 20:30:15 +0300 Message-ID: <4C8A6B26.8050305@icyb.net.ua> Date: Fri, 10 Sep 2010 20:30:14 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: a.smith@ukgrid.net References: <20100909140000.5744370gkyqv4eo0@webmail2.ukgrid.net> <20100909182318.11133lqu4q4u1mw4@webmail2.ukgrid.net> <4C89D6A8.1080107@icyb.net.ua> <20100910143900.20382xl5bl6oo9as@webmail2.ukgrid.net> <20100910141127.GA13056@icarus.home.lan> <20100910155510.11831w104qjpyc4g@webmail2.ukgrid.net> <20100910152544.GA14636@icarus.home.lan> <20100910173912.205969tzhjiovf8c@webmail2.ukgrid.net> In-Reply-To: <20100910173912.205969tzhjiovf8c@webmail2.ukgrid.net> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, Alexander Motin Subject: Re: ZFS related kernel panic X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 17:30:21 -0000 on 10/09/2010 19:39 a.smith@ukgrid.net said the following: > Quoting Jeremy Chadwick : > >> When the panic happens, you will be dropped to a db> prompt at the >> console. You should type "trace" to get a backtrace at that point. >> > > ok, I have successfully got to the db> prompt, here is the output of trace: > > > Tracing pid 12 tid 100024 td 0xffffff0001667000 > siis_end_transaction() at siis_end_transaction+0x45 > siis_ch_intr() at siis_ch_intr+0x70 > siis_ch_intr_locked() at siis_ch_intr_locked+0x3e > siis_intr() at siis_intr+0x61 > intr_event_exectute_handlers() at intr_event_execute_handlers+0xfd > ithread_loop() at fork_exit+0x118 > fork_exit() at fork_exit+0x118 > fork_trampoline() at fork_trampoline+0xe > --- trap 0, rip = 0, rsp = 0xffffff80000a5d30, rbp = 0 --- That's useful information I think. For completeness you might also run kgdb and then do: (kgdb) info line *siis_end_transaction+0x45 and so on for all stack trace lines involving siis. Thanks. -- Andriy Gapon