From owner-freebsd-stable@FreeBSD.ORG Sat Jan 19 14:13:21 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B43D816A417 for ; Sat, 19 Jan 2008 14:13:21 +0000 (UTC) (envelope-from jakob@dev.citybikes.cz) Received: from dev.citybikes.cz (r5o136.net.upc.cz [86.49.14.136]) by mx1.freebsd.org (Postfix) with ESMTP id 4C07613C448 for ; Sat, 19 Jan 2008 14:13:21 +0000 (UTC) (envelope-from jakob@dev.citybikes.cz) Received: from dev.citybikes.cz (localhost [127.0.0.1]) by dev.citybikes.cz (8.14.2/8.14.2) with ESMTP id m0JEDI9e034720 for ; Sat, 19 Jan 2008 15:13:18 +0100 (CET) (envelope-from jakob@dev.citybikes.cz) Received: (from jakob@localhost) by dev.citybikes.cz (8.14.2/8.14.2/Submit) id m0JEDI6R034719; Sat, 19 Jan 2008 15:13:18 +0100 (CET) (envelope-from jakob) Date: Sat, 19 Jan 2008 15:13:18 +0100 From: Jakub Siroky To: freebsd-stable@freebsd.org Message-ID: <20080119151318.3883487a@dev> In-Reply-To: <47920088.4040400@FreeBSD.org> References: <20080118120140.2a8170a0@dev> <47913252.3080404@FreeBSD.org> <20080119121758.45e90313@dev> <47920088.4040400@FreeBSD.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: panic when copying to ext2fs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 14:13:21 -0000 No, I cannot. While in normal operation the Ctrl+Alt+Esc on console brings debugger screen, in this crash condition even the NumLock does not work. Jakub On Sat, 19 Jan 2008 14:52:08 +0100 Kris Kennaway wrote: > Jakub Siroky wrote: > > I have tried these options in the config, but with same results > > (unstoppable dump and crash): > > > > makeoptions DEBUG=-g > > options WITNESS > > options WITNESS_KDB > > options KDB > > options KDB_TRACE > > options DIAGNOSTIC > > options KDB > > options DDB > > options GDB > > options INVARIANTS > > options INVARIANT_SUPPORT > > options DEBUG_LOCKS > > options DEBUG_VFS_LOCKS > > > > I haven't tried debugging via serial port, however. > > > > And the problem can be reproduced on ext2fs volume of any size. > > > > Next step would be original GENERIC config. > > What do you mean by "unstoppable"? Can you not break to DDB from the > console? > > Kris > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org"