kernel BUG at page_alloc.c

Studying MTD (studying_mtd@yahoo.com)
Sun, 11 Aug 2002 16:35:36 -0700 (PDT)


Hello all,

I am getting kernel BUG when i deal with big files :-

kernel BUG at page_alloc.c:203!

I am using 2.4.1 on SH4 and using only 32 MB RAM
without hard-disk, so only thing i am using is 32 MB
RAM .

/* page_alloc.c */
if (BAD_RANGE(zone,page))
BUG();
DEBUG_ADD_PAGE <--- line no 203

/* linux/swap.h */

#define DEBUG_ADD_PAGE \
if (PageActive(page) || PageInactiveDirty(page) || \
PageInactiveClean(page)) BUG();

Can someone please guide me and let me know the
work-around for this kernel BUG.

Thanks for your help.

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
-
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/