public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* kernel BUG at page_alloc.c:75! / exit.c
       [not found] <20010403125115Z131730-407+5789@vger.kernel.org>
@ 2001-04-04 11:23 ` ernte23
  0 siblings, 0 replies; 4+ messages in thread
From: ernte23 @ 2001-04-04 11:23 UTC (permalink / raw)
  To: linux-kernel

hi,

I'm running the 2.4.3 kernel and my system always (!) crashes when I try
to generate the "Linux kernel poster" from lgp.linuxcare.com.au. After
working for one hour, the kernel printed this message:

kernel BUG at page_alloc.c:75!
invalid operand: 0000
CPU:    0
EIP:    0010:[__free_pages_ok+62/784]
EFLAGS: 00010296
eax: 0000001f   ebx: c137dbb8   ecx: 00000000   edx: ffffffff
esi: c137dbb8   edi: c0223fb8   ebp: 00000000   esp: c1475f78
ds: 0018   es: 0018   ss: 0018
Process bdflush (pid: 5, stackpage=c1475000)
Stack: c01f6ec5 c01f6fd3 0000004b c137dbe0 c137dbb8 c0223fb8 0000003c
c0223fb8
       0000003b c48a1a40 00000003 c0128a89 c012a29a c0128c85 c1474000
c01f852e
       0000000a 0008e000 00000000 00000000 00000004 00000000 00007a13
c0132ae0
Call Trace: [page_launder+793/2064] [__free_pages+26/32]
[page_launder+1301/2064] [bdflush+128/208] [kernel_thread+35/48]

Code: 0f 0b 83 c4 0c 89 d8 2b 05 78 ea 27 c0 69 c0 f1 f0 f0 f0 c1
kernel BUG at exit.c:458!
invalid operand: 0000
CPU:    0
EIP:    0010:[do_exit+526/544]
EFLAGS: 00010282
eax: 0000001a   ebx: c0220920   ecx: 00000000   edx: ffffffff

I think there should be more, but it stopped at this point.

Do you need more information about the system?

Thank you, Felix

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel BUG at page_alloc.c:75! / exit.c
       [not found] <200104050925.f359PEe71114@saturn.cs.uml.edu>
@ 2001-04-05 18:53 ` ernte23
  2001-04-06  2:15   ` Ben LaHaise
  2001-04-07  2:53   ` TimO
  0 siblings, 2 replies; 4+ messages in thread
From: ernte23 @ 2001-04-05 18:53 UTC (permalink / raw)
  To: Albert D. Cahalan; +Cc: linux-kernel

"Albert D. Cahalan" wrote:
> 
> > I'm running the 2.4.3 kernel and my system always (!) crashes when I try
> > to generate the "Linux kernel poster" from lgp.linuxcare.com.au. After
> > working for one hour, the kernel printed this message:
> 
> I'd guess you have a heat problem. Check for dust, a slow fan,
> an overclocked CPU, memory chips with airflow blocked by cables,
> motherboard chips that are too hot to touch...

none of the above, but the CPU (Athlon) temperature is at ~65 °C. Is
this ok?

thanks,
Felix


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel BUG at page_alloc.c:75! / exit.c
  2001-04-05 18:53 ` ernte23
@ 2001-04-06  2:15   ` Ben LaHaise
  2001-04-07  2:53   ` TimO
  1 sibling, 0 replies; 4+ messages in thread
From: Ben LaHaise @ 2001-04-06  2:15 UTC (permalink / raw)
  To: ernte23; +Cc: Albert D. Cahalan, linux-kernel

On Thu, 5 Apr 2001 ernte23@gmx.de wrote:

> "Albert D. Cahalan" wrote:
> >
> > > I'm running the 2.4.3 kernel and my system always (!) crashes when I try
> > > to generate the "Linux kernel poster" from lgp.linuxcare.com.au. After
> > > working for one hour, the kernel printed this message:
> >
> > I'd guess you have a heat problem. Check for dust, a slow fan,
> > an overclocked CPU, memory chips with airflow blocked by cables,
> > motherboard chips that are too hot to touch...

This is *not* a hardware problem.  We're tracking something fishy in the
vm code that is resulting in exactly the same BUG() tripping up on a
number of boxes (4 and 8 way SMP).

		-ben


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel BUG at page_alloc.c:75! / exit.c
  2001-04-05 18:53 ` ernte23
  2001-04-06  2:15   ` Ben LaHaise
@ 2001-04-07  2:53   ` TimO
  1 sibling, 0 replies; 4+ messages in thread
From: TimO @ 2001-04-07  2:53 UTC (permalink / raw)
  To: ernte23; +Cc: Albert D. Cahalan, linux-kernel

ernte23@gmx.de wrote:
> 
> "Albert D. Cahalan" wrote:
> >
> > > I'm running the 2.4.3 kernel and my system always (!) crashes when I try
> > > to generate the "Linux kernel poster" from lgp.linuxcare.com.au. After
> > > working for one hour, the kernel printed this message:
> >
> > I'd guess you have a heat problem. Check for dust, a slow fan,
> > an overclocked CPU, memory chips with airflow blocked by cables,
> > motherboard chips that are too hot to touch...
> 
> none of the above, but the CPU (Athlon) temperature is at ~65 °C. Is
> this ok?
> 
> thanks,
> Felix
> 

Hmmm, my (BIOS)default is to shut down at 56 C.  Normally runs between
40 and 42 C.  This is with a 750 Mhz Athlon.  Nothing in the docs says
what is acceptable.  Maybe check out the AMD web page.

===============
-- Tim

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-04-07  2:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20010403125115Z131730-407+5789@vger.kernel.org>
2001-04-04 11:23 ` kernel BUG at page_alloc.c:75! / exit.c ernte23
     [not found] <200104050925.f359PEe71114@saturn.cs.uml.edu>
2001-04-05 18:53 ` ernte23
2001-04-06  2:15   ` Ben LaHaise
2001-04-07  2:53   ` TimO

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox