Bug 25862

Summary: amd64-agp causing oops
Product: Drivers Reporter: Roland Kletzing (devzero)
Component: Video(AGP)Assignee: Dave Airlie (airlied)
Status: RESOLVED DUPLICATE    
Severity: normal CC: alan, rdunlap
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.37-rc7 Subsystem:
Regression: No Bisected commit-id:

Description Roland Kletzing 2010-12-29 23:30:59 UTC
modprobe amd64-agp
does not load
modprobe amd64-agp
crash

trace:
[   69.504331] BUG: unable to handle kernel paging request at e0a2f320
[   69.504331] IP: [<c040a47e>] driver_register+0xfe/0x130
[   69.504331] *pde = 1f023067 *pte = 00000000
[   69.504331] Oops: 0000 [#1] SMP
[   69.504331] last sysfs file: /sys/module/agpgart/initstate
[   69.504331] Modules linked in: amd64_agp(+) snd_ens1371 gameport snd_rawmidi snd_seq_device snd_ac97_codec ac97_bus snd_pcm snd_timer intel_agp snd psmouse ppdev lp intel_gtt parport_pc vmw_balloon serio_raw soundcore shpchp snd_page_alloc parport agpgart i2c_piix4 mptspi mptscsih mptbase pcnet32 floppy scsi_transport_spi mii
[   69.504331]
[   69.504331] Pid: 763, comm: modprobe Not tainted 2.6.37-rc7 #3 440BX Desktop Reference Platform/VMware Virtual Platform
[   69.504331] EIP: 0060:[<c040a47e>] EFLAGS: 00010286 CPU: 0
[   69.504331] EIP is at driver_register+0xfe/0x130
[   69.504331] EAX: e0a2f2f0 EBX: 00000000 ECX: cbd58544 EDX: de50f1e0
[   69.504331] ESI: e0a372f0 EDI: c0379600 EBP: d7bd9ecc ESP: d7bd9eb0
[   69.504331]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[   69.504331] Process modprobe (pid: 763, ti=d7bd8000 task=de5fb280 task.ti=d7bd8000)
[   69.504331] Stack:
[   69.504331]  c01e2480 00000246 e0a37560 00000000 e0a372c0 e0a37560 e0a372f0 d7bd9ee0
[   69.504331]  c03799c5 00000000 e0a37560 00000001 d7bd9eec e0a3a02c 00000001 d7bd9ef4
[   69.504331]  e0a3a0a8 d7bd9f24 c0101135 00000000 e0a37560 c07db6e0 de611fc0 e0a37560
[   69.504331] Call Trace:
[   69.504331]  [<c01e2480>] ? free_pages_prepare+0xf0/0x160
[   69.504331]  [<c03799c5>] ? __pci_register_driver+0x45/0xb0
[   69.504331]  [<e0a3a02c>] ? agp_amd64_init+0x2c/0xa0 [amd64_agp]
[   69.504331]  [<e0a3a0a8>] ? agp_amd64_mod_init+0x8/0xa [amd64_agp]
[   69.504331]  [<c0101135>] ? do_one_initcall+0x35/0x170
[   69.504331]  [<e0a3a0a0>] ? agp_amd64_mod_init+0x0/0xa [amd64_agp]
[   69.504331]  [<c0181826>] ? sys_init_module+0x116/0x10b0
[   69.504331]  [<c010311f>] ? sysenter_do_call+0x12/0x28
[   69.504331] Code: 89 f0 e8 b6 ea ff ff 83 c4 10 89 f8 5b 5e 5f 5d c3 8b 06 c7 04 24 b4 4f 77 c0 89 44 24 04 e8 3a bc 1c 00 8b 56 04 e9 56 ff ff ff <8b> 40 30 bf f0 ff ff ff e8 d5 3a f5 ff 8b 06 c7 04 24 f4 4f 77
[   69.504331] EIP: [<c040a47e>] driver_register+0xfe/0x130 SS:ESP 0068:d7bd9eb0
[   69.504331] CR2: 00000000e0a2f320
[   69.504331] ---[ end trace d36b070e983b04eb ]---


System is ubuntu 10.10 inside vmware virtual machine on AMD Athlon XP 2900+

i know, loading this module should not make sense here, but imho it should not crash
Comment 1 Randy Dunlap 2010-12-29 23:35:31 UTC
Duplicate of bz 22882.
Comment 2 Alan 2012-08-14 15:14:54 UTC

*** This bug has been marked as a duplicate of bug 22882 ***