From owner-freebsd-current@FreeBSD.ORG Sun May 18 21:02:23 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1957724; Sun, 18 May 2014 21:02:23 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B08972B9E; Sun, 18 May 2014 21:02:22 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id DEA261FE029; Sun, 18 May 2014 23:02:21 +0200 (CEST) Message-ID: <5379200E.8080602@selasky.org> Date: Sun, 18 May 2014 23:03:10 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: John Baldwin , freebsd-current Subject: Re: panic: resource_list_add: resource entry is busy References: <53763B0F.4040003@selasky.org> <5377529C.3000508@FreeBSD.org> <53791D78.3070305@selasky.org> In-Reply-To: <53791D78.3070305@selasky.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 21:02:24 -0000 Hi, First call: resource_list_add: KDB: stack backtrace: #0 0xffffffff8089e5f6 at kdb_backtrace+0x66 #1 0xffffffff808960f0 at resource_list_add+0x50 #2 0xffffffff805ea939 at pccard_function_init+0x279 #3 0xffffffff805ebede at pccard_probe_and_attach_child+0x7e #4 0xffffffff805ec6ce at pccard_driver_added+0x5e #5 0xffffffff808951b5 at devclass_driver_added+0x75 #6 0xffffffff80895cf3 at devclass_add_driver+0x103 #7 0xffffffff8084f1e8 at module_register_init+0xa8 #8 0xffffffff80846cde at linker_load_module+0x85e #9 0xffffffff808473f4 at kern_kldload+0xb4 #10 0xffffffff80847504 at sys_kldload+0x84 #11 0xffffffff80c4a4aa at amd64_syscall+0x5ea #12 0xffffffff80c34b47 at Xfast_syscall+0xf7 resource_list_add: resource entry is busy Second call: KDB: stack backtrace: #0 0xffffffff8089e5f6 at kdb_backtrace+0x66 #1 0xffffffff8089610a at resource_list_add+0x6a #2 0xffffffff805ea939 at pccard_function_init+0x279 #3 0xffffffff805ebede at pccard_probe_and_attach_child+0x7e #4 0xffffffff805ec6ce at pccard_driver_added+0x5e #5 0xffffffff808951b5 at devclass_driver_added+0x75 #6 0xffffffff80895cf3 at devclass_add_driver+0x103 #7 0xffffffff8084f1e8 at module_register_init+0xa8 #8 0xffffffff80846cde at linker_load_module+0x85e #9 0xffffffff808473f4 at kern_kldload+0xb4 #10 0xffffffff80847504 at sys_kldload+0x84 #11 0xffffffff80c4a4aa at amd64_syscall+0x5ea #12 0xffffffff80c34b47 at Xfast_syscall+0xf7 Seems like there is a duplicate resource? --HPS