Re: BUG: Bad page state errors during kernel make (resolved)

2007-04-16 Thread Zach Carter
Zach Carter wrote: Do you think there might be other bad hw, or another explanation? Well, after updating the BIOS for the motherboard, I was able to rebuild the kernel 6 times in a row with no page state errors. I noticed that the recent BIOS update includes "Enhanced compatibility

Re: BUG: Bad page state errors during kernel make

2007-04-16 Thread Chuck Ebbert
Zach Carter wrote: > > Dave Jones wrote: >> On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: >> > list_del corruption. prev->next should be c21a4628, but was e21a4628 >> >> 'c' became 'e' in that last address. A single bit flipped. >> Given you've had this for some time, this smells

Re: BUG: Bad page state errors during kernel make

2007-04-16 Thread Chuck Ebbert
Zach Carter wrote: Dave Jones wrote: On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: list_del corruption. prev-next should be c21a4628, but was e21a4628 'c' became 'e' in that last address. A single bit flipped. Given you've had this for some time, this smells like a

Re: BUG: Bad page state errors during kernel make (resolved)

2007-04-16 Thread Zach Carter
Zach Carter wrote: Do you think there might be other bad hw, or another explanation? Well, after updating the BIOS for the motherboard, I was able to rebuild the kernel 6 times in a row with no page state errors. I noticed that the recent BIOS update includes Enhanced compatibility

Re: BUG: Bad page state errors during kernel make

2007-04-15 Thread Dave Jones
On Sun, Apr 15, 2007 at 10:31:38PM -0700, Zach Carter wrote: > > Dave Jones wrote: > > On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: > > > list_del corruption. prev->next should be c21a4628, but was e21a4628 > > > > 'c' became 'e' in that last address. A single bit flipped.

Re: BUG: Bad page state errors during kernel make

2007-04-15 Thread Zach Carter
Dave Jones wrote: On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: > list_del corruption. prev->next should be c21a4628, but was e21a4628 'c' became 'e' in that last address. A single bit flipped. Given you've had this for some time, this smells like a hardware problem. memtest86+

Re: BUG: Bad page state errors during kernel make

2007-04-15 Thread Dave Jones
On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: > Console Messages: > Bad page state in process 'cc1' > page:c1ca88e8 flags:0x5200 mapping:c100 mapcount:0 count:0 > Trying to fix it up, but a reboot is needed > Backtrace: > [] bad_page+0x5e/0x89 > []

BUG: Bad page state errors during kernel make

2007-04-15 Thread Zach Carter
Hiya folks, If there is anything I can do to help track down and fix this bug, please let me know. thanks! -Zach PROBLEM: Bad page state errors during kernel make DESCRIPTION: Frequently, when trying to build the kernel from source, my PC will lock up with console messages such as these.

BUG: Bad page state errors during kernel make

2007-04-15 Thread Zach Carter
Hiya folks, If there is anything I can do to help track down and fix this bug, please let me know. thanks! -Zach PROBLEM: Bad page state errors during kernel make DESCRIPTION: Frequently, when trying to build the kernel from source, my PC will lock up with console messages such as these.

Re: BUG: Bad page state errors during kernel make

2007-04-15 Thread Dave Jones
On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: Console Messages: Bad page state in process 'cc1' page:c1ca88e8 flags:0x5200 mapping:c100 mapcount:0 count:0 Trying to fix it up, but a reboot is needed Backtrace: [c015625d] bad_page+0x5e/0x89 [c0156ab1]

Re: BUG: Bad page state errors during kernel make

2007-04-15 Thread Zach Carter
Dave Jones wrote: On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: list_del corruption. prev-next should be c21a4628, but was e21a4628 'c' became 'e' in that last address. A single bit flipped. Given you've had this for some time, this smells like a hardware problem. memtest86+

Re: BUG: Bad page state errors during kernel make

2007-04-15 Thread Dave Jones
On Sun, Apr 15, 2007 at 10:31:38PM -0700, Zach Carter wrote: Dave Jones wrote: On Sun, Apr 15, 2007 at 08:30:27PM -0700, Zach Carter wrote: list_del corruption. prev-next should be c21a4628, but was e21a4628 'c' became 'e' in that last address. A single bit flipped. Given