Bug 214402

Summary: Kernel BUG at lib/list_debug.c:31 invalid opcode: 0000 [1] SMP
Product: [Fedora] Fedora Reporter: Jim Hayward <jimhayward>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: jonstanley, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-08 00:31:44 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:
Attachments:
Description Flags
Kernel trace
none
dmesg output
none
Add an INIT_LIST_HEAD() none

Description Jim Hayward 2006-11-07 14:09:56 UTC
Description of problem:
I just happened to notice it in /var/log/messages this morning.

The system was rock solid stable with a single core AMD64 processor. After
updating to an X2 processor it is not as stable. There was occasional drive
errors, lockups with FC5. The system seems much more stable with FC6. Still
getting occasional random lockups in X when using Firefox.

Let me know if I can provide any more helpful details.

Version-Release number of selected component (if applicable):
2.6.18-1.2798.fc6

How reproducible:
Have not tried to reproduce it.

Additional info:

Comment 1 Jim Hayward 2006-11-07 14:09:56 UTC
Created attachment 140558 [details]
Kernel trace

Comment 2 Jim Hayward 2006-11-07 14:10:47 UTC
Created attachment 140559 [details]
dmesg output

Comment 3 Trevin Beattie 2006-11-15 05:09:12 UTC
This appears to be a duplicate of Bug #198350.  I've attached my own log output
there.

I've seen the same error on both a dual-Opteron 270HE and a virtual machine with
just a single CPU allocated.  The host system is able to keep running with the
other CPU's taking over; the single-processor vm locks up hard.


Comment 4 Dan Carpenter 2006-11-15 07:01:37 UTC
Created attachment 141233 [details]
Add an INIT_LIST_HEAD()

Trevin, I don't think this is the same as yours.  Both bugs are list related
but I don't think they have the same root cause.

I looked through the code but it doesn't seem like INIT_LIST_HEAD() is ever
called so the ->prev and ->next pointers would be bogus.  I've attached a patch
to fix that.

Comment 5 Jon Stanley 2007-12-31 22:07:30 UTC
Hello,

I'm reviewing this bug as part of the kernel bug triage project, an attempt to
isolate current bugs in the Fedora kernel.

http://fedoraproject.org/wiki/KernelBugTriage

I am CC'ing myself to this bug, however this version of Fedora is no longer
maintained.

Please attempt to reproduce this bug with a current version of Fedora (presently
Fedora 8). If the bug no longer exists, please close the bug or I'll do so in a
few days if there is no further information lodged.

Thanks for using Fedora!

Comment 6 Jon Stanley 2008-01-08 00:31:44 UTC
Closing per previous comment.  If you can provide the requested information,
please feel free to re-open this bug.