From owner-freebsd-bugs Mon May 13 5:50:36 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AA1837B404 for ; Mon, 13 May 2002 05:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCo4D12224; Mon, 13 May 2002 05:50:04 -0700 (PDT) (envelope-from gnats) Received: from snark.ratmir.ru (snark.ratmir.ru [213.24.248.177]) by hub.freebsd.org (Postfix) with ESMTP id C0A7537B401 for ; Mon, 13 May 2002 05:42:25 -0700 (PDT) Received: from snark.ratmir.ru (smmsp@localhost [127.0.0.1]) by snark.ratmir.ru (8.12.3/8.12.2) with ESMTP id g4DCgMLY000581 for ; Mon, 13 May 2002 16:42:22 +0400 (MSD) (envelope-from root@snark.ratmir.ru) Received: (from root@localhost) by snark.ratmir.ru (8.12.3/8.12.3/Submit) id g4DCgLSB000580; Mon, 13 May 2002 16:42:22 +0400 (MSD) Message-Id: <200205131242.g4DCgLSB000580@snark.ratmir.ru> Date: Mon, 13 May 2002 16:42:22 +0400 (MSD) From: Alex Semenyaka Reply-To: Alex Semenyaka To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/38029: Kernel panic in lockmgr Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38029 >Category: kern >Synopsis: Kernel panic in lockmgr >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 13 05:50:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Semenyaka >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Ratmir KDS >Environment: System: FreeBSD snark.ratmir.ru 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #5: Wed May 8 08:01:53 MSD 2002 root@snark.ratmir.ru:/usr/src/sys/compile/SNARK i386 Kernel config: machine i386 cpu I686_CPU ident SNARK maxusers 128 options INET #InterNETworking options NMBCLUSTERS=10240 options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_FORWARD options IPDIVERT options IPSTEALTH options TCPDEBUG options RANDOM_IP_ID options TCP_DROP_SYNFIN options ICMP_BANDLIM #Rate limit bad replies options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) #options IPSEC_DEBUG #debug for IP security options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB options NETATALK #Appletalk communications protocols #options NETATALKDEBUG options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options UFS_DIRHASH options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options DDB options DDB_UNATTENDED makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc. makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DIAGNOSTIC options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INCLUDE_CONFIG_FILE # Include this file in kernel options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev options VESA options MAXCONS=16 options SC_ALT_MOUSE_IMAGE options SC_HISTORY_SIZE=2500 options SC_MOUSE_CHAR=0x3 options SC_PIXEL_MODE options USER_LDT options KTRACE options PERFMON options UCONSOLE options LIBMCHAIN options LIBICONV options MSGBUF_SIZE=81920 options BREAK_TO_DEBUGGER options ALT_BREAK_TO_DEBUGGER device isa device pci device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering device vpo device scbus #base SCSI code device da #SCSI direct access devices (aka disks) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 #device psm0 at atkbdc? irq 12 device uhci device ohci device usb device ugen device ums device umass options USB_DEBUG options UHUB_DEBUG options UHCI_DEBUG #options OHCI_DEBUG #options UMS_DEBUG options UMASS_DEBUG device vga0 at isa? pseudo-device splash device sc0 at isa? flags 0x100 device npx0 at nexus? port IO_NPX irq 13 device apm0 at nexus? flags 0x20 # Advanced Power Management device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? disable port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer #device ppi # Parallel port interface device device pcm device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 device pca0 at isa? port IO_TIMER1 device miibus # MII bus support device fxp # Intel EtherExpress PRO/100B (82557, 82558) pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device bpf #Berkeley packet filter pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device gzip #Exec gzipped a.out's pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. pseudo-device disc #Discard device (ds0, ds1, etc) Boot messages: Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-PRERELEASE #5: Wed May 8 08:01:53 MSD 2002 root@snark.ratmir.ru:/usr/src/sys/compile/SNARK Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (1002.28-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387f9ff real memory = 536870912 (524288K bytes) avail memory = 518041600 (505900K bytes) Preloaded elf kernel "kernel" at 0xc03fd000. VESA: v2.0, 4096k memory, flags:0x0, mode table:0xc0385342 (1000022) VESA: ATI MACH64 netsmb_dev: loaded Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fde90 apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 10 pcib2: at device 30.0 on pci0 pci2: on pcib2 fxp0: port 0xa000-0xa03f mem 0xd7000000-0xd7000fff irq 11 at device 8.0 on pci2 fxp0: Ethernet address 00:10:dc:0e:aa:f1 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xb000-0xb01f irq 11 at device 31.2 on pci0 uhci0: LegSup = 0x0000003a uhci_run: setting run=0 uhci_run: done cmd=0x80 sts=0x20 uhci_run: setting run=1 uhci_run: done cmd=0x81 sts=0x0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci_device_request: not done, ii=0xc145c1e0 ums0: Logitech USB Mouse, rev 1.10/6.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. uhci_device_request: not done, ii=0xc145c1a0 uhub1: Texas Instruments TUSB2046 hub, class 9/0, rev 1.10/1.25, addr 3 uhub1: 4 ports with 4 removable, bus powered uhci_device_intr_transfer: not done, ii=0xc145c140 pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 0 uhci1: port 0xb400-0xb41f irq 9 at device 31.4 on pci0 uhci_run: setting run=0 uhci_run: done cmd=0x80 sts=0x20 uhci_run: setting run=1 uhci_run: done cmd=0x81 sts=0x0 usb1: on uhci1 usb1: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pcm0: port 0xbc00-0xbc3f,0xb800-0xb8ff irq 5 at device 31.5 on pci0 orm0: