lkml.org 
[lkml]   [1999]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectRe: `Out of memory for cc1' in linux-2.2.4
Hi,

On 30 Mar 1999 11:18:17 -0800, Russell Senior <seniorr@teleport.com>
said:

> I am continuing to see these messages. I originally reported these
> for linux-2.2.4 compiled with gcc-2.8.1, but they remained with I
> recompiled the kernel with gcc-2.7.2.3 and also more recently with
> linux-2.2.5 with gcc-2.7.2.3.

> Mar 30 10:05:31 dalles kernel: Out of memory for cc1.
> Mar 30 10:08:04 dalles kernel: put_dirty_page: page already exists

OK, so you can reproduce these on demand? Could you try again, with the
kernel patch below in place? It should at least give us a hint as to
whether we're looking at a memory scribble or a genuine VM-related fault
somewhere. Could you also forward me your .config?

Finally, is there any other odd behaviour visible on your machine? It
is hard to see where this message has started coming from if nothing
else is breaking.

Cheers,
Stephen

----------------------------------------------------------------
--- mm/memory.c.~1~ Tue Jan 19 01:33:10 1999
+++ mm/memory.c Wed Mar 31 00:42:14 1999
@@ -585,7 +587,8 @@
return 0;
}
if (!pte_none(*pte)) {
- printk("put_dirty_page: page already exists\n");
+ printk("put_dirty_page: pte %08lx already exists\n",
+ pte_val(*pte));
free_page(page);
return 0;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.076 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site