View previous topic :: View next topic |
Author |
Message |
forkboy Apprentice
Joined: 24 Nov 2004 Posts: 200 Location: Blackpool, UK
|
Posted: Sun Nov 16, 2008 12:57 am Post subject: kernel bug |
|
|
What does this mean I get it all the time
Code: | BUG: scheduling while atomic: X/3325/0x10000100
Modules linked in: coretemp it87 hwmon_vid snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss nvidia(P) snd_hda_intel snd_pcm snd_timer snd_page_alloc
Pid: 3325, comm: X Tainted: P (2.6.27-gentoo-r2 #2)
EIP: 0073:[<b7f8c424>] EFLAGS: 00203246 CPU: 0
EIP is at 0xb7f8c424
EAX: 00000000 EBX: bfca6188 ECX: bfca611c EDX: b7f8c424
ESI: a2c2383b EDI: b6683070 EBP: 00000000 ESP: bfca611c
DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b
CR0: 8005003b CR2: b2b12000 CR3: 36ec9000 CR4: 000006d0
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: ffff0ff0 DR7: 00000400
|
|
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22694
|
Posted: Sun Nov 16, 2008 6:26 pm Post subject: |
|
|
The kernel tried to schedule while in an atomic context. This is forbidden and is always a bug. Since the active process was the X server and you have a proprietary graphics driver loaded, I suggest trying to reproduce the problem without a tainted kernel first. Upstream rarely looks at bugs that are only reproducible in tainted kernels, and I think it is especially unlikely that they would look at a problem with a graphics-oriented process when a graphics-oriented proprietary driver is active. |
|
Back to top |
|
|
|