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/
This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:25 EST