Date: Tue, 13 Jun 2006 01:03:31 +0200 From: Michael Nottebrock <lofi@freebsd.org> To: freebsd-stable@freebsd.org Cc: freebsd-gfx-bugs@nvidia.com Subject: nvidia-driver related (?) panic on 5.5-RELEASE Message-ID: <200606130103.37160.lofi@freebsd.org>
next in thread | raw e-mail | index | archive | help
--nextPart2183911.lpVdf6Kp1Z Content-Type: multipart/mixed; boundary="Boundary-01=_ELfjEvDM/lk5p30" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_ELfjEvDM/lk5p30 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I've been trying to run Second Life (http://www.secondlife.com) in WINE and= =20 get a reproducable kernel panic when I try to quit the application. WINE is= =20 able to run Second Life quite well otherwise for a while, but will eventual= ly=20 crash accompanied by "kernel trap 9 with interrupts disabled" kernel=20 messages. The kernel panic message is: pmap_invalidate_range: interrupts disabled Here's a backtrace of a crash dump I got: #0 doadump () at pcpu.h:160 160 __asm __volatile("movl %%fs:0,%0" : "=3Dr" (td)); (kgdb) bt #0 doadump () at pcpu.h:160 #1 0xc04edd29 in boot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:4= 12 #2 0xc04ee04d in panic (fmt=3D0xc0697a7d "%s: interrupts disabled") at /usr/src/sys/kern/kern_shutdown.c:568 #3 0xc064d6eb in pmap_invalidate_range (pmap=3D0xc07065a0, sva=3D361447424= 0,=20 eva=3D3614490624) at /usr/src/sys/i386/i386/pmap.c:636 #4 0xc064df0d in pmap_qremove (sva=3D3614474240, count=3D0) at /usr/src/sys/i386/i386/pmap.c:1013 #5 0xc0533530 in vfs_vmio_release (bp=3D0xd6787680)=20 at /usr/src/sys/kern/vfs_bio.c:1600 #6 0xc0532ab1 in brelse (bp=3D0xd6787680) at /usr/src/sys/kern/vfs_bio.c:1= 382 #7 0xc0541d9c in vtruncbuf (vp=3D0xc3f99420, cred=3D0xc3a8e480, td=3D0xc41= e9d80,=20 length=3D0, blksize=3D0) at /usr/src/sys/kern/vfs_subr.c:1150 #8 0xc05e5a36 in ffs_truncate (vp=3D0xc3f99420, length=3D0, flags=3D2048,= =20 cred=3D0xc3a8e480, td=3D0xc41e9d80) at /usr/src/sys/ufs/ffs/ffs_inode.c:400 #9 0xc0601b47 in ufs_setattr (ap=3D0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.= c:566 #10 0xc0604e73 in ufs_vnoperate (ap=3D0x0)=20 at /usr/src/sys/ufs/ufs/ufs_vnops.c:2827 #11 0xc04f2d65 in coredump (td=3D0xc41e9d80) at vnode_if.h:364 #12 0xc04f2647 in sigexit (td=3D0xc41e9d80, sig=3D10)=20 at /usr/src/sys/kern/kern_sig.c:2414 #13 0xc04f0a51 in trapsignal (td=3D0xc41e9d80, sig=3D10, code=3D30) at /usr/src/sys/kern/kern_sig.c:1531 #14 0xc0652da0 in trap (frame=3D {tf_fs =3D 2035999, tf_es =3D 19857455, tf_ds =3D -1091174353, tf_edi= =3D=20 2079350784, tf_esi =3D 0, tf_ebp =3D 2079371196, tf_isp =3D -371511964, tf_= ebx=20 =3D -1678306116, tf_edx =3D 2079343616,---Type <return> to continue, or q=20 <return> to quit--- # tf_ecx =3D 0, tf_eax =3D 0, tf_trapno =3D 9, tf_err =3D 0, tf_eip =3D -16= 78318765,=20 tf_cs =3D 31, tf_eflags =3D 2097686, tf_esp =3D 2079371136, tf_ss =3D 47})= =20 at /usr/src/sys/i386/i386/trap.c:632 #15 0xc0640fea in calltrap () at /usr/src/sys/i386/i386/exception.s:140 =2E.. and finally, my kernel config is attached. Cheers, =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-01=_ELfjEvDM/lk5p30 Content-Type: text/plain; charset="us-ascii"; name="KISTE-SMP" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="KISTE-SMP" # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.6.2.2 2004/10/24 18:02:52 scottl Exp $ machine i386 cpu I686_CPU ident KISTE-SMP # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g options SMP # Symmetric MultiProcessor Kernel #options SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers # SCSI peripherals device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem # RAID controllers # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor #device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device vr # RealTek 8129/8139 # ISA Ethernet NICs. pccard NICs included. device lnc # NE2100, NE32-VL Lance Ethernet cards # ISA devices that use the old ISA shims #device le # Wireless NIC cards # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # ECHI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners # USB Ethernet, requires mii # FireWire support options PREEMPTION device bktr options BKTR_NEW_MSP34XX_DRIVER device iicbb device iicbus device iicsmb device smbus device smb device viapm device atapicam --Boundary-01=_ELfjEvDM/lk5p30-- --nextPart2183911.lpVdf6Kp1Z Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEjfLJXhc68WspdLARAljrAJ9aHJPC7kiKrxUJzDX/ILC5qqEGDQCfSMzZ Y9ORDC7y0jjNdcQgzQAimc8= =/wo9 -----END PGP SIGNATURE----- --nextPart2183911.lpVdf6Kp1Z--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606130103.37160.lofi>