Linux-Development-Sys Digest #788, Volume #8     Thu, 14 Jun 01 10:13:15 EDT

Contents:
  Re: pause the bootup (Aravindh)
  Re: how can I get a change to "official" linux? (Robert Redelmeier)
  Re: pause the bootup ("Karl Heyes")
  Kernel (2.4.2) BUG? using NVIDIA_kernel 1.0.1251 (Yung-Sheng Tang)
  Kernel (2.4.2) BUG? using NVIDIA_kernel 1.0.1251 (Zick)

----------------------------------------------------------------------------

From: [EMAIL PROTECTED] (Aravindh)
Subject: Re: pause the bootup
Date: 14 Jun 2001 05:32:32 -0700

i am running on a proprietary system not a regular pc.
problem with dmesg and ctrl-pageup is that i need to boot into linux
to do all that. the system crashes way before that and i am unable to
see the messages. that is why i need some code in the kernel which
flushes the buffer or a "getchar()" which pauses execution of the
kernel. any idea how to do this?

aravindh

------------------------------

Date: Thu, 07 Jun 2001 23:35:47 -0500
From: Robert Redelmeier <[EMAIL PROTECTED]>
Subject: Re: how can I get a change to "official" linux?

Eric Taylor wrote:
> 
> Suppose Linus liked my idea. Couldn't this get included into some 2.4.x
> uppcoming release? My change is so slight and almost risk free (it does not
> involve any logic), and wouldn't even come into play unless someone bothered
> to write to a file like  /proc/so_start_location. All the change does is

I think people have been a little harsh with you.  If Alan or Linus
_really_ liked your idea (found it elegant & workable, breaking
nothing),
I think it would get into the kernel very rapidly.  Next release even.

But if it causes some subtle breakage, or doesn't fit with their
longer term memory-map plans, or you just didn't catch their 
attention, it's out.

<major snip> 
> I really think the rest of the user community would benefit from this change.

Personally, to the extent I understand your patch, I agree with you.
But that counts for nothing. I know there's some work to have Linux 
work with BIGMEM, and this certainly helps.  Large arrays are
important.  
But whether it gets in or not depends on the gatekeepers, as it should!

> If I was assured that I could get this into the official linux, I would spend
> the time and money to  determine how to make this a /proc file. But
> it is not worth it just for the experience, since I would be no better off
> than if I were to just make the one line change and build my own kernel.

May I politely suggest that this attitude is unlikely to be successful.
Linus has said "show me the code!", and has on any number of occasions
said "idea good -- patches ugly".  With reason -- it is easiest to
judge an idea by it's implementation.  Until seen in code, there
is NO IDEA that is guaranteed to get included in the kernel.

But you do have reason to hold off writing code:  there are many
ways to skin this cat.  You suggest a /proc entry.  Another poster
wisely suggests `ulimit()`.  Some other mechanism (even an env var)
might be preferable.  There's no reason the SO load addr has to 
fixed system-wide.  Per user or per process may be perferable.
This is a very legitimate question to ask here or on the LKML.

Linus does read here (colds), and posts rarely.  I very much
doubt he's read this thread because of it's banal, nondescriptive
(newbie FAQ) Subject: . I would hope he doesn't waste his time so.
Alan is pretty good about giving  replies (even if terse) on 
the LKML.  Pick your route.

-- Robert

------------------------------

From: "Karl Heyes" <[EMAIL PROTECTED]>
Subject: Re: pause the bootup
Date: Thu, 14 Jun 2001 14:19:56 +0100

In article <[EMAIL PROTECTED]>, "Aravindh"
<[EMAIL PROTECTED]> wrote:

> i am running on a proprietary system not a regular pc. problem with dmesg
> and ctrl-pageup is that i need to boot into linux to do all that. the system
> crashes way before that and i am unable to see the messages. that is why i
> need some code in the kernel which flushes the buffer or a "getchar()" which
> pauses execution of the kernel. any idea how to do this?

You'll have to find out what the keyboard driver supplies,  a quick look finds a
function keyboard_wait_for_keypress defined in linux/kbd_kern.h and 
drivers/char/keyboard.c.  

failing that you could try a udelay or mdelay.

karl.

------------------------------

From: Yung-Sheng Tang <[EMAIL PROTECTED]>
Subject: Kernel (2.4.2) BUG? using NVIDIA_kernel 1.0.1251
Date: 14 Jun 2001 13:27:44 GMT


[ Article reposted from comp.os.linux ]
[ Author was Zick <[EMAIL PROTECTED]> ]
[ Posted on 14 Jun 2001 13:27:10 GMT ]

I am setting up my OpenGL AP using nVIDIA GeForce2 GTS on Red Hat 7.1 .
The program always hangs the machine when finishing itself. I got these
kernel messages in /var/log/messages. The only unusual kernel module there
is just the nVIDIA graphic kernel module (NVdriver, 1.0.1251). Any idea?

dishla is the program name, written with SGI performer 2.4 . Besides the
kernel that Red Hat provides, I tried to work with a new kernel (2.4.5), it
dosn't help.

Jun 14 12:00:24 earth kernel: kernel BUG at page_alloc.c:75!
Jun 14 12:00:24 earth kernel: invalid operand: 0000
Jun 14 12:00:24 earth kernel: CPU:    0
Jun 14 12:00:24 earth kernel: EIP:    0010:[<c012606e>]
Jun 14 12:00:24 earth kernel: EFLAGS: 00010296
Jun 14 12:00:24 earth kernel: eax: 0000001f   ebx: c111ff54   ecx: c3865b40   edx: 
ffffffff
Jun 14 12:00:24 earth kernel: esi: 0000015e   edi: 00000000   ebp: 00000000   esp: 
c655fef4
Jun 14 12:00:24 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:24 earth kernel: Process dishla (pid: 1079, stackpage=c655f000)
Jun 14 12:00:24 earth kernel: Stack: c021014c c0210200 0000004b 043c1027 0000015e 
00000000 00000136 c1044010 
Jun 14 12:00:24 earth kernel:        c02539f8 00000203 ffffffff 000031e9 c01268fe 
c011b8aa c3c6ba20 00000000 
Jun 14 12:00:24 earth kernel:        51994000 00501000 c111ff54 043c1027 c44024dc 
00000000 00295000 c281851c 
Jun 14 12:00:24 earth kernel: Call Trace: [<c01268fe>] [<c011b8aa>] [<c011dc23>] 
[<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:25 earth kernel: 
Jun 14 12:00:25 earth kernel: Code: 0f 0b 83 c4 0c 89 d8 2b 05 f8 99 2b c0 69 c0 f1 f0 
f0 f0 c1 
Jun 14 12:00:25 earth kernel: kernel BUG at page_alloc.c:75!
Jun 14 12:00:25 earth kernel: invalid operand: 0000
Jun 14 12:00:25 earth kernel: CPU:    0
Jun 14 12:00:25 earth kernel: EIP:    0010:[<c012606e>]
Jun 14 12:00:25 earth kernel: EFLAGS: 00010296
Jun 14 12:00:25 earth kernel: eax: 0000001f   ebx: c118531c   ecx: c6fae000   edx: 
00000001
Jun 14 12:00:26 earth kernel: esi: 0000007f   edi: 00380000   ebp: 00000000   esp: 
c655fd64
Jun 14 12:00:26 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:26 earth kernel: Process dishla (pid: 1079, stackpage=c655f000)
Jun 14 12:00:26 earth kernel: Stack: c021014c c0210200 0000004b 05b93067 0000007f 
00380000 00000000 00000000 
Jun 14 12:00:26 earth kernel:        00340018 00000018 ffffff0e c011b819 c01268fe 
c011b8aa c3c6b960 c3865b40 
Jun 14 12:00:26 earth kernel:        51780000 00102000 c118531c 05b93067 c43d3e04 
00000000 00400000 c2818514 
Jun 14 12:00:26 earth kernel: Call Trace: [<c011b819>] [<c01268fe>] [<c011b8aa>] 
[<c011dfa5>] [<c010f1d6>] [<c0112de0>] [<c0107204>] 
Jun 14 12:00:26 earth kernel:        [<c0106fee>] [<c0107283>] [<c012606e>] 
[<c01f89b5>] [<c011fba9>] [<c02055f7>] [<c0169379>] [<c0106c18>] 
Jun 14 12:00:26 earth kernel:        [<c012606e>] [<c01268fe>] [<c011b8aa>] 
[<c011dc23>] [<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:26 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 89 d8 2b 05 f8 99 2b c0 69 c0 f1 f0 
f0 f0 c1 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:73!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c0126052>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010296
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c110f570   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: 00000176   edi: 00000000   ebp: 00000000   esp: 
c3ac3ef4
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1080, stackpage=c3ac3000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 00000049 03fd8027 00000176 
00000000 0000011e c1044010 
Jun 14 12:00:27 earth kernel:        c02539f8 00000206 ffffffff 0000325c c01268fe 
c011b8aa c7584f60 00000000 
Jun 14 12:00:27 earth kernel:        51994000 00501000 c110f570 03fd8027 c622b47c 
00000000 00295000 c30f851c 
Jun 14 12:00:27 earth kernel: Call Trace: [<c01268fe>] [<c011b8aa>] [<c011dc23>] 
[<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:27 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 83 7b 08 00 74 16 6a 4b 68 00 02 21 
c0 68 4c 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:73!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c0126052>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010296
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c11198cc   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: 00000000   edi: 00302000   ebp: 00000000   esp: 
c3ac3d64
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1080, stackpage=c3ac3000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 00000049 0423f067 00000000 
00302000 00000000 00000000 
Jun 14 12:00:27 earth kernel:        002f2000 00000000 c8806000 c011b8bd c01268fe 
c011b8aa c7584520 c3865bc0 
Jun 14 12:00:27 earth kernel:        40b02000 00001000 c11198cc 0423f067 c3bb3c0c 
00000000 00303000 c30f8408 
Jun 14 12:00:27 earth kernel: Call Trace: [<c8806000>] [<c011b8bd>] [<c01268fe>] 
[<c011b8aa>] [<c011dfa5>] [<c010f1d6>] [<c0112de0>] 
Jun 14 12:00:27 earth kernel:        [<c0107204>] [<c0106fee>] [<c0107283>] 
[<c0126052>] [<c011fba9>] [<c02055f7>] [<c0169379>] [<c0106c18>] 
Jun 14 12:00:27 earth kernel:        [<c0126052>] [<c01268fe>] [<c011b8aa>] 
[<c011dc23>] [<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:27 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 83 7b 08 00 74 16 6a 4b 68 00 02 21 
c0 68 4c 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:81!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c01260d8>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010282
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c110f5f8   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: c22d0734   edi: 00a6c500   ebp: 00000000   esp: 
c0a75dfc
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1077, stackpage=c0a75000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 00000051 c110f5f8 c22d0734 
00a6c500 00000000 c0126caa 
Jun 14 12:00:27 earth kernel:        00a6c500 00000001 c110f5f8 c22d0734 c01268fe 
c0126d05 c110f5f8 c0128d34 
Jun 14 12:00:27 earth kernel:        c110f5f8 00a6c500 00000001 c0a75ea8 c22d067c 
c22d0620 00000000 c38653c0 
Jun 14 12:00:27 earth kernel: Call Trace: [<c0126caa>] [<c01268fe>] [<c0126d05>] 
[<c0128d34>] [<c0128eef>] [<c0128fcc>] [<c011cb40>] 
Jun 14 12:00:27 earth kernel:        [<c011cc31>] [<c010d72b>] [<c010d5c4>] 
[<c01353b5>] [<c01371a7>] [<c8acc70e>] [<c0106c18>] [<c010002b>] 
Jun 14 12:00:27 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 8d 76 00 8b 43 18 a8 20 74 19 6a 53 
68 00 02 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:75!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c012606e>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010282
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c11d5080   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: 0000007e   edi: 00380000   ebp: 00000000   esp: 
c0a75c6c
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1077, stackpage=c0a75000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 0000004b 06e5c067 0000007e 
00380000 00000001 c4773f34 
Jun 14 12:00:27 earth kernel:        c0250018 00000018 ffffff0e c011b847 c01268fe 
c011b8aa c5d786e0 c38653c0 
Jun 14 12:00:27 earth kernel:        51780000 00102000 c11d5080 06e5c067 c33dee08 
00000000 00400000 c083a514 
Jun 14 12:00:27 earth kernel: Call Trace: [<c011b847>] [<c01268fe>] [<c011b8aa>] 
[<c011dfa5>] [<c010f1d6>] [<c0112de0>] [<c0107204>] 
Jun 14 12:00:27 earth kernel:        [<c0106fee>] [<c0107283>] [<c01260d8>] 
[<c0171f97>] [<c012ee7b>] [<c02055f7>] [<c0169379>] [<c0106c18>] 
Jun 14 12:00:27 earth kernel:        [<c01260d8>] [<c0126caa>] [<c01268fe>] 
[<c0126d05>] [<c0128d34>] [<c0128eef>] [<c0128fcc>] [<c011cb40>] 
Jun 14 12:00:28 earth kernel:        [<c011cc31>] [<c010d72b>] [<c010d5c4>] 
[<c01353b5>] [<c01371a7>] [<c8acc70e>] [<c0106c18>] [<c010002b>] 
Jun 14 12:00:28 earth kernel: 
Jun 14 12:00:28 earth kernel: Code: 0f 0b 83 c4 0c 89 d8 2b 05 f8 99 2b c0 69 c0 f1 f0 
f0 f0 c1 


------------------------------

From: Zick <[EMAIL PROTECTED]>
Subject: Kernel (2.4.2) BUG? using NVIDIA_kernel 1.0.1251
Date: 14 Jun 2001 13:29:17 GMT


I am setting up my OpenGL AP using nVIDIA GeForce2 GTS on Red Hat 7.1 .
The program always hangs the machine when finishing itself. I got these
kernel messages in /var/log/messages. The only unusual kernel module there
is just the nVIDIA graphic kernel module (NVdriver, 1.0.1251). Any idea?

dishla is the program name, written with SGI performer 2.4 . Besides the
kernel that Red Hat provides, I tried to work with a new kernel (2.4.5), it
dosn't help.

Jun 14 12:00:24 earth kernel: kernel BUG at page_alloc.c:75!
Jun 14 12:00:24 earth kernel: invalid operand: 0000
Jun 14 12:00:24 earth kernel: CPU:    0
Jun 14 12:00:24 earth kernel: EIP:    0010:[<c012606e>]
Jun 14 12:00:24 earth kernel: EFLAGS: 00010296
Jun 14 12:00:24 earth kernel: eax: 0000001f   ebx: c111ff54   ecx: c3865b40   edx: 
ffffffff
Jun 14 12:00:24 earth kernel: esi: 0000015e   edi: 00000000   ebp: 00000000   esp: 
c655fef4
Jun 14 12:00:24 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:24 earth kernel: Process dishla (pid: 1079, stackpage=c655f000)
Jun 14 12:00:24 earth kernel: Stack: c021014c c0210200 0000004b 043c1027 0000015e 
00000000 00000136 c1044010 
Jun 14 12:00:24 earth kernel:        c02539f8 00000203 ffffffff 000031e9 c01268fe 
c011b8aa c3c6ba20 00000000 
Jun 14 12:00:24 earth kernel:        51994000 00501000 c111ff54 043c1027 c44024dc 
00000000 00295000 c281851c 
Jun 14 12:00:24 earth kernel: Call Trace: [<c01268fe>] [<c011b8aa>] [<c011dc23>] 
[<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:25 earth kernel: 
Jun 14 12:00:25 earth kernel: Code: 0f 0b 83 c4 0c 89 d8 2b 05 f8 99 2b c0 69 c0 f1 f0 
f0 f0 c1 
Jun 14 12:00:25 earth kernel: kernel BUG at page_alloc.c:75!
Jun 14 12:00:25 earth kernel: invalid operand: 0000
Jun 14 12:00:25 earth kernel: CPU:    0
Jun 14 12:00:25 earth kernel: EIP:    0010:[<c012606e>]
Jun 14 12:00:25 earth kernel: EFLAGS: 00010296
Jun 14 12:00:25 earth kernel: eax: 0000001f   ebx: c118531c   ecx: c6fae000   edx: 
00000001
Jun 14 12:00:26 earth kernel: esi: 0000007f   edi: 00380000   ebp: 00000000   esp: 
c655fd64
Jun 14 12:00:26 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:26 earth kernel: Process dishla (pid: 1079, stackpage=c655f000)
Jun 14 12:00:26 earth kernel: Stack: c021014c c0210200 0000004b 05b93067 0000007f 
00380000 00000000 00000000 
Jun 14 12:00:26 earth kernel:        00340018 00000018 ffffff0e c011b819 c01268fe 
c011b8aa c3c6b960 c3865b40 
Jun 14 12:00:26 earth kernel:        51780000 00102000 c118531c 05b93067 c43d3e04 
00000000 00400000 c2818514 
Jun 14 12:00:26 earth kernel: Call Trace: [<c011b819>] [<c01268fe>] [<c011b8aa>] 
[<c011dfa5>] [<c010f1d6>] [<c0112de0>] [<c0107204>] 
Jun 14 12:00:26 earth kernel:        [<c0106fee>] [<c0107283>] [<c012606e>] 
[<c01f89b5>] [<c011fba9>] [<c02055f7>] [<c0169379>] [<c0106c18>] 
Jun 14 12:00:26 earth kernel:        [<c012606e>] [<c01268fe>] [<c011b8aa>] 
[<c011dc23>] [<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:26 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 89 d8 2b 05 f8 99 2b c0 69 c0 f1 f0 
f0 f0 c1 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:73!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c0126052>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010296
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c110f570   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: 00000176   edi: 00000000   ebp: 00000000   esp: 
c3ac3ef4
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1080, stackpage=c3ac3000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 00000049 03fd8027 00000176 
00000000 0000011e c1044010 
Jun 14 12:00:27 earth kernel:        c02539f8 00000206 ffffffff 0000325c c01268fe 
c011b8aa c7584f60 00000000 
Jun 14 12:00:27 earth kernel:        51994000 00501000 c110f570 03fd8027 c622b47c 
00000000 00295000 c30f851c 
Jun 14 12:00:27 earth kernel: Call Trace: [<c01268fe>] [<c011b8aa>] [<c011dc23>] 
[<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:27 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 83 7b 08 00 74 16 6a 4b 68 00 02 21 
c0 68 4c 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:73!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c0126052>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010296
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c11198cc   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: 00000000   edi: 00302000   ebp: 00000000   esp: 
c3ac3d64
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1080, stackpage=c3ac3000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 00000049 0423f067 00000000 
00302000 00000000 00000000 
Jun 14 12:00:27 earth kernel:        002f2000 00000000 c8806000 c011b8bd c01268fe 
c011b8aa c7584520 c3865bc0 
Jun 14 12:00:27 earth kernel:        40b02000 00001000 c11198cc 0423f067 c3bb3c0c 
00000000 00303000 c30f8408 
Jun 14 12:00:27 earth kernel: Call Trace: [<c8806000>] [<c011b8bd>] [<c01268fe>] 
[<c011b8aa>] [<c011dfa5>] [<c010f1d6>] [<c0112de0>] 
Jun 14 12:00:27 earth kernel:        [<c0107204>] [<c0106fee>] [<c0107283>] 
[<c0126052>] [<c011fba9>] [<c02055f7>] [<c0169379>] [<c0106c18>] 
Jun 14 12:00:27 earth kernel:        [<c0126052>] [<c01268fe>] [<c011b8aa>] 
[<c011dc23>] [<c011dcf1>] [<c0106afb>] 
Jun 14 12:00:27 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 83 7b 08 00 74 16 6a 4b 68 00 02 21 
c0 68 4c 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:81!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c01260d8>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010282
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c110f5f8   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: c22d0734   edi: 00a6c500   ebp: 00000000   esp: 
c0a75dfc
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1077, stackpage=c0a75000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 00000051 c110f5f8 c22d0734 
00a6c500 00000000 c0126caa 
Jun 14 12:00:27 earth kernel:        00a6c500 00000001 c110f5f8 c22d0734 c01268fe 
c0126d05 c110f5f8 c0128d34 
Jun 14 12:00:27 earth kernel:        c110f5f8 00a6c500 00000001 c0a75ea8 c22d067c 
c22d0620 00000000 c38653c0 
Jun 14 12:00:27 earth kernel: Call Trace: [<c0126caa>] [<c01268fe>] [<c0126d05>] 
[<c0128d34>] [<c0128eef>] [<c0128fcc>] [<c011cb40>] 
Jun 14 12:00:27 earth kernel:        [<c011cc31>] [<c010d72b>] [<c010d5c4>] 
[<c01353b5>] [<c01371a7>] [<c8acc70e>] [<c0106c18>] [<c010002b>] 
Jun 14 12:00:27 earth kernel: 
Jun 14 12:00:27 earth kernel: Code: 0f 0b 83 c4 0c 8d 76 00 8b 43 18 a8 20 74 19 6a 53 
68 00 02 
Jun 14 12:00:27 earth kernel: kernel BUG at page_alloc.c:75!
Jun 14 12:00:27 earth kernel: invalid operand: 0000
Jun 14 12:00:27 earth kernel: CPU:    0
Jun 14 12:00:27 earth kernel: EIP:    0010:[<c012606e>]
Jun 14 12:00:27 earth kernel: EFLAGS: 00010282
Jun 14 12:00:27 earth kernel: eax: 0000001f   ebx: c11d5080   ecx: 00000001   edx: 
00000001
Jun 14 12:00:27 earth kernel: esi: 0000007e   edi: 00380000   ebp: 00000000   esp: 
c0a75c6c
Jun 14 12:00:27 earth kernel: ds: 0018   es: 0018   ss: 0018
Jun 14 12:00:27 earth kernel: Process dishla (pid: 1077, stackpage=c0a75000)
Jun 14 12:00:27 earth kernel: Stack: c021014c c0210200 0000004b 06e5c067 0000007e 
00380000 00000001 c4773f34 
Jun 14 12:00:27 earth kernel:        c0250018 00000018 ffffff0e c011b847 c01268fe 
c011b8aa c5d786e0 c38653c0 
Jun 14 12:00:27 earth kernel:        51780000 00102000 c11d5080 06e5c067 c33dee08 
00000000 00400000 c083a514 
Jun 14 12:00:27 earth kernel: Call Trace: [<c011b847>] [<c01268fe>] [<c011b8aa>] 
[<c011dfa5>] [<c010f1d6>] [<c0112de0>] [<c0107204>] 
Jun 14 12:00:27 earth kernel:        [<c0106fee>] [<c0107283>] [<c01260d8>] 
[<c0171f97>] [<c012ee7b>] [<c02055f7>] [<c0169379>] [<c0106c18>] 
Jun 14 12:00:27 earth kernel:        [<c01260d8>] [<c0126caa>] [<c01268fe>] 
[<c0126d05>] [<c0128d34>] [<c0128eef>] [<c0128fcc>] [<c011cb40>] 
Jun 14 12:00:28 earth kernel:        [<c011cc31>] [<c010d72b>] [<c010d5c4>] 
[<c01353b5>] [<c01371a7>] [<c8acc70e>] [<c0106c18>] [<c010002b>] 
Jun 14 12:00:28 earth kernel: 
Jun 14 12:00:28 earth kernel: Code: 0f 0b 83 c4 0c 89 d8 2b 05 f8 99 2b c0 69 c0 f1 f0 
f0 f0 c1 


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to the
comp.os.linux.development.system newsgroup.

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Development-System Digest
******************************

Reply via email to