Bug 127244

Summary: Unable to handle kernel NULL pointer dereference
Product: [Fedora] Fedora Reporter: Per Nystrom <centaur>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-05 05:32:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Per Nystrom 2004-07-05 05:17:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
Jul  4 02:15:44 spike kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000100
Jul  4 02:15:44 spike kernel:  printing eip:
Jul  4 02:15:44 spike kernel: f31ae006
Jul  4 02:15:44 spike kernel: *pde = 314db067
Jul  4 02:15:44 spike kernel: *pte = 00000000
Jul  4 02:15:44 spike kernel: Oops: 0002 [#1]
Jul  4 02:15:44 spike kernel: PREEMPT SMP
Jul  4 02:15:44 spike kernel: Modules linked in: snd_pcm_oss loop
snd_mixer_oss snd_intel8x0 snd_ac97_codec snd_pcm snd_timer
snd_page_alloc gameport snd_mpu401_uart snd_rawmidi snd_seq_device snd
agpgart nvidia parport_pc lp parport autofs4 sunrpc tulip 8139too mii
crc32 sg nls_iso8859_1 nls_cp437 vfat fat nls_base reiserfs usbhid
uhci_hcd ehci_hcd usbcore rtc dm_mod
Jul  4 02:15:44 spike kernel: CPU:    1
Jul  4 02:15:44 spike kernel: EIP:    0060:[<f31ae006>]    Tainted: P
Jul  4 02:15:44 spike kernel: EFLAGS: 00010246   (2.6.6-1.435.2.3custom)
Jul  4 02:15:44 spike kernel: EIP is at 0xf31ae006
Jul  4 02:15:44 spike kernel: eax: 00000000   ebx: bff865bc   ecx:
00000100   edx: f7fb4b80
Jul  4 02:15:44 spike kernel: esi: 08efb9a0   edi: 47de7ffc   ebp:
eb06c000   esp: eb06cfc8
Jul  4 02:15:44 spike kernel: ds: 007b   es: 007b   ss: 0068
Jul  4 02:15:44 spike kernel: Process shadebobs (pid: 5600,
threadinfo=eb06c000 task=c9b05390)
Jul  4 02:15:44 spike kernel: Stack: 00000000 00000000 00000000
00000000 00000000 00000000 0000007b 0000007b
Jul  4 02:15:44 spike kernel:        0000000b 477d17c0 00000073
00000206 bfee1d30 0000007b
Jul  4 02:15:44 spike kernel: Call Trace:
Jul  4 02:15:44 spike kernel:  [<c0106723>] show_stack+0x80/0x96
Jul  4 02:15:44 spike kernel:  [<c01068b8>] show_registers+0x15d/0x1e6
Jul  4 02:15:44 spike kernel:  [<c0106a71>] die+0xa5/0x11e
Jul  4 02:15:44 spike kernel:  [<c0115bcb>] do_page_fault+0x1f1/0x55b
Jul  4 02:15:44 spike kernel:  [<c02a74f7>] error_code+0x2f/0x38
Jul  4 02:15:44 spike kernel:
Jul  4 02:15:44 spike kernel: Code: 31 31 52 36 2f 6c 69 62 2f 78 73
63 72 65 65 6e 73 61 76 65


Version-Release number of selected component (if applicable):
2.6.6-1.435.2.3custom

How reproducible:
Didn't try


Additional info:

Comment 1 Warren Togami 2004-07-05 05:32:17 UTC
WONTFIX for the following reasons:
* You are using a custom build of kernel which we do not support.
* This is also evident in your enabled PREEMPT, which is not enabled
in the Fedora kernel.
* Your kernel has been tainted by nvidia's closed source binary-only
module.  Nobody in the Open Source community can support you since
source is not available.  You need to go to nvidia for support.