From owner-freebsd-scsi@FreeBSD.ORG Sat May 12 11:03:46 2007 Return-Path: X-Original-To: freebsd-scsi@FreeBSD.org Delivered-To: freebsd-scsi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E89D16A400; Sat, 12 May 2007 11:03:46 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.freebsd.org (Postfix) with ESMTP id EF3D113C43E; Sat, 12 May 2007 11:03:45 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 0F45048807; Sat, 12 May 2007 13:03:44 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 1A88E487F0; Sat, 12 May 2007 13:03:39 +0200 (CEST) Date: Sat, 12 May 2007 13:03:38 +0200 From: Pawel Jakub Dawidek To: freebsd-scsi@FreeBSD.org Message-ID: <20070512110338.GA88520@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: Subject: isp(4) mutex recursion. X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 11:03:46 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've this panic on isp.ko load with recent current: isp0: port 0x3000-0x30ff mem 0xfc400000= -0xfc400fff irq 27 at device 4.0 on pci2 registered firmware set isp0: [ITHREAD] isp0: Board Type 2300, Chip Revision 0x1, loaded F/W Revision 3.3.19 panic: _mtx_lock_sleep: recursed on non-recursive mutex isp @ /usr/home/src= /HEAD/src/sys/modules/isp/../../dev/isp/isp_freebsd.c:688 cpuid =3D 1 KDB: enter: panic [thread pid 560 tid 100030 ] Stopped at kdb_enter+0x2b: nop db> tr Tracing pid 560 tid 100030 td 0xc36ee870 kdb_enter(c06022ed) at kdb_enter+0x2b panic(c06014aa,c3c40298,c3c3fb2b,2b0,c04c636f,...) at panic+0x11c _mtx_lock_sleep(c3778690,c36ee870,0,c3c3fb2b,2b0) at _mtx_lock_sleep+0x3a _mtx_lock_flags(c3778690,0,c3c3fb2b,2b0,0,...) at _mtx_lock_flags+0x94 isp_intr_enable(c3778600,c0671a60,0,c0604304,47,...) at isp_intr_enable+0x20 run_interrupt_driven_config_hooks(0) at run_interrupt_driven_config_hooks+0= x43 config_intrhook_establish(c3778638,c3778638,c3778690,3e5b3000,0,...) at con= fig_intrhook_establish+0xb9 isp_attach(c3778600,c05f7a2a,1,c3c41560,30,...) at isp_attach+0x81 isp_pci_attach(c3789680) at isp_pci_attach+0x127d device_attach(c3789680,c3789680,c3789680,0,c37e4600,...) at device_attach+0= x58 device_probe_and_attach(c3789680,c3789680,c37e4600) at device_probe_and_att= ach+0xe0 pci_driver_added(c3789700,c3c414b0) at pci_driver_added+0xd1 devclass_add_driver(c36dac00,c3c414b0) at devclass_add_driver+0xd5 driver_module_handler(c3b152c0,0,c3c4149c,c066ca10,c0601132,7b) at driver_m= odule_handler+0x59 module_register_init(c3c41490) at module_register_init+0x66 linker_file_sysinit(c3bdd100,c3bdd100,c066c564,c05ffa8f,196,...) at linker_= file_sysinit+0x9d linker_load_file(c383a520,e2296c20) at linker_load_file+0x102 linker_load_module(0,c37e6000,0,0,e2296c58,c066c564,c05ffa8f,364) at linker= _load_module+0xdb kern_kldload(c36ee870,c37e6000,e2296c7c) at kern_kldload+0x92 kldload(c36ee870,e2296d00) at kldload+0x4f syscall(e2296d38) at syscall+0x242 Xint0x80_syscall() at Xint0x80_syscall+0x20 --- syscall (304, FreeBSD ELF32, kldload), eip =3D 0x280c17ab, esp =3D 0xbfbfec1c, ebp =3D 0xbfbfec58 --- --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGRZ8KForvXbEpPzQRAinCAKCGcqSLRuZ7K5Cwh/iLpWdmHBKKGgCg246l EU4f9YNvyhwXuQZVW1jKxik= =CtF1 -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L--