> >I got this error message (kernel BUG at page_alloc.c:160!) from my G3/266 >with a stock 2.4.14 kernel, while doing an fsck, recovering from a previous >crash on the same kernel. Is there somewhere in a log that I can look to get >more info out to the world about this?
If you have xmon compiled in your kernel, you should drop into it when the BUG() happens. From there, you can get a backtrace with the "t" command and resolve functions names using the System.map. Once done, send a report to linux-kernel mailing list (and CC me). Ben.

