Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751831AbXBCXKW (ORCPT ); Sat, 3 Feb 2007 18:10:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751837AbXBCXKW (ORCPT ); Sat, 3 Feb 2007 18:10:22 -0500 Received: from vms040pub.verizon.net ([206.46.252.40]:48751 "EHLO vms040pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751831AbXBCXKV (ORCPT ); Sat, 3 Feb 2007 18:10:21 -0500 Date: Sat, 03 Feb 2007 18:09:55 -0500 From: Eric Buddington Subject: Re: 2.6.20-rc6-mm3 BUG in drm_ioctl with Rage 128 card In-reply-to: <75b66ecd0702031322k58db9da7l1ae1fc3a9342682b@mail.gmail.com> To: Lee Revell Cc: ebuddington@wesleyan.edu, linux-kernel@vger.kernel.org Reply-to: ebuddington@wesleyan.edu Message-id: <20070203230945.GA4557@pool-71-161-133-234.spfdma.east.verizon.net> Organization: ECS Labs MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <20070203185407.GA5256@pool-70-109-243-148.wma.east.verizon.net> <75b66ecd0702031322k58db9da7l1ae1fc3a9342682b@mail.gmail.com> User-Agent: Mutt/1.5.12-2006-07-14 X-Eric-conspiracy: there is no conspiracy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3425 Lines: 69 On Sat, Feb 03, 2007 at 04:22:17PM -0500, Lee Revell wrote: > On 2/3/07, Eric Buddington wrote: > >EIP: 0060:[<00000000>] Tainted: G M VLI > >EFLAGS: 00013246 (2.6.20-rc6-mm3 #1) > > The "M" taint flag indicates that a machine check exception has > occured. Check your logs for the MCE and make sure the hardware is > OK. Lee, Thanks for pointing that out; I didn't know about that flag. I *think* there had meen an exception that Google suggested was an ECC-corrected memory problem (which is suspect, since I don't have ECC RAM). Anyway, here's a non-tainted one I got after a reboot: --------------------------------------- agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. agpgart: Device is in legacy mode, falling back to 2.x agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000 printing eip: 00000000 *pde = 48057067 Oops: 0000 [#1] last sysfs file: /devices/pci0000:00/0000:00:00.0/class Modules linked in: ppp_synctty ppp_async crc_ccitt ppp_generic slhc r128 drm softdog keyspan_pda usbserial sch_tbf raw1394 dv1394 ohci1394 ieee1394 snd_ice1712 snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_cs8427 snd_i2c snd_mpu401_uart snd_rawmidi usbnet snd_intel8x0 snd_ac97_codec ac97_bus ipt_tos ipt_owner iptable_nat nf_conntrack_ipv4 ipt_MASQUERADE nf_nat nf_conntrack nfnetlink ipt_TOS iptable_filter iptable_mangle ip_tables x_tables 8139too sis900 sis5595 hwmon i2c_isa i2c_core sis_agp agpgart ide_scsi CPU: 0 EIP: 0060:[<00000000>] Not tainted VLI EFLAGS: 00013246 (2.6.20-rc6-mm3 #1) EIP is at 0x0 eax: f5e6f2e0 ebx: 00000000 ecx: f928eda0 edx: 00000000 esi: f5e6f2e0 edi: f3604be0 ebp: 00004000 esp: f2c2feb0 ds: 007b es: 007b fs: 00d8 gs: 0033 ss: 0068 Process X (pid: 3465, ti=f2c2e000 task=f2c10ab0 task.ti=f2c2e000) Stack: f9299ccc 00003292 f2401f10 00000010 c164f880 00000000 00000000 00000163 f928eda0 f3604be0 00000000 f3bfb000 f929928c f5e6f2e0 00000000 f37113e0 00000000 f3604160 f93e77bf f93f1800 c029926f 00000000 f93f1810 f3bfb000 Call Trace: [] agp_generic_insert_memory+0x5f/0x147 [agpgart] [] agp_bind_memory+0x53/0x64 [agpgart] [] drm_agp_bind+0x49/0x9f [drm] [] copy_to_user+0x2d/0x42 [] drm_agp_bind_ioctl+0x30/0x39 [drm] [] drm_agp_bind_ioctl+0x0/0x39 [drm] [] drm_ioctl+0x14b/0x193 [drm] [] drm_ioctl+0x0/0x193 [drm] [] do_ioctl+0x3e/0x4d [] vfs_ioctl+0x207/0x21e [] sys_ioctl+0x33/0x4d [] sysenter_past_esp+0x5d/0x81 ======================= Code: Bad EIP value. EIP: [<00000000>] 0x0 SS:ESP 0068:f2c2feb0 [drm:drm_release] *ERROR* Device busy: 1 0 pool-71-161-133-234$ dmesg | grep excep Enabling unmasked SIMD FPU exception support... done. Machine check exception polling timer started. pool-71-161-133-234$ dmesg | grep ank pool-71-161-133-234$ dmesg | grep -i excep Enabling unmasked SIMD FPU exception support... done. Machine check exception polling timer started. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/