From owner-freebsd-current@FreeBSD.ORG Wed Oct 19 13:32:12 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FDEA16A41F for ; Wed, 19 Oct 2005 13:32:12 +0000 (GMT) (envelope-from info@martenvijn.nl) Received: from martenvijn.nl (vijn.xs4all.nl [194.109.254.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC2143D49 for ; Wed, 19 Oct 2005 13:32:11 +0000 (GMT) (envelope-from info@martenvijn.nl) Received: from [192.168.1.6] ([192.168.1.6]) by martenvijn.nl (8.13.4/8.13.1) with ESMTP id j9JDWfvG091653; Wed, 19 Oct 2005 15:32:42 +0200 (CEST) (envelope-from info@martenvijn.nl) From: Marten Vijn To: "M. Warner Losh" In-Reply-To: <20051018.170403.10821844.imp@bsdimp.com> References: <1129663158.715.35.camel@localhost.localdomain> <20051018.170403.10821844.imp@bsdimp.com> Content-Type: text/plain Organization: Marten Vijn Date: Wed, 19 Oct 2005 15:32:07 +0000 Message-Id: <1129735927.689.37.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: cf-card in pccard slot panics kernel 6.0 BETA and rc1 at boottime X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: info@martenvijn.nl List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 13:32:12 -0000 On Tue, 2005-10-18 at 17:04 -0600, M. Warner Losh wrote: 1 ==> Maybe you could also try: > > On Sat, 2005-10-15 at 22:21 -0600, M. Warner Losh wrote: > ...> Please consider applying the following patch. > > and see if that changes anything... With or without the patch there is no difference. 2 ==> > Any chance for a trace? Without it, this is impossible to make > progress on since it doesn't happen for me here... Yes, I would like but I don't know how jet. added for debugging to my kernelconfig: options KTR options KTR_ENTRIES=1024 options KTR_VERBOSE options KTR_ALQ ends in: ERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-gr owth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred -stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel.debug kern_ktr.o(.text+0x8d): In function `sysctl_debug_ktr_alq_enable': /usr/src/sys/kern/kern_ktr.c:147: undefined reference to `alq_open' kern_ktr.o(.text+0xe3):/usr/src/sys/kern/kern_ktr.c:160: undefined reference to `alq_close' kern_ktr.o(.text+0x17f): In function `ktr_tracepoint': /usr/src/sys/kern/kern_ktr.c:201: undefined reference to `ald_thread' kern_ktr.o(.text+0x1ac):/usr/src/sys/kern/kern_ktr.c:207: undefined reference to `alq_get' kern_ktr.o(.text+0x29d):/usr/src/sys/kern/kern_ktr.c:252: undefined reference to `alq_post' *** Error code 1 Stop in /usr/obj/usr/src/sys/itx. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I must be doing someting wrong somewhere. (help is appriciated) Do I need to do set thing is /etc/sysctl.conf like: debug.ktr.alq_file=/tmp/itx.out debug.ktr.alq_enable=1 Marten