> i am regularily getting the following 2 types of kernel oopses on my au1500 > based board (mycable XXS), whenever i try to do something more demanding to > the CPU (like compiling): > > Unhandled kernel unaligned access in unaligned.c::emulate_load_store_insn, > line 481: > > Unable to handle kernel paging request at virtual address 02000014, epc == > 80137554, ra == 4 > Oops in fault.c::do_page_fault, line 205: > > do you have any suggestions for me what could be causes for these? Natively compiling large apps or the kernel seems to really stress the hardware and the software. The last time I had a problem with native compiles resulting in similar crashes, it turned out to be a CPU hardware bug, which has long been fixed since then. > i have 64MB ram and my root filesystem mounted over NFS. branch linux_2_4 a > few weeks ago. i can provide you with the complete oops if that would help. > > btw: i cant use petes 36bit patch on the latest linux_2_4 branch anymore - it > always gives me a "Reserved instruction in kernel code in traps.c::do_ri, > line 654:" when i boot the kernel. Hmm, I'll test it on the Db board and see what happened. Pete