gack. Someone is requesting 128k of memory with GFP_ATOMIC. It fell
afoul of the reduced memory reserves. It deserved to.
Could you please add this patch, and make sure that you have set
CONFIG_KALLSYMS=y? This will find the culprit.
Thanks.
--- 25/mm/page_alloc.c~a Sun Dec 29 12:40:30 2002
+++ 25-akpm/mm/page_alloc.c Sun Dec 29 12:40:36 2002
@@ -572,6 +572,7 @@ nopage:
printk("%s: page allocation failure."
" order:%d, mode:0x%x\n",
current->comm, order, gfp_mask);
+ dump_stack();
}
return NULL;
}
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/