This GURU seems to come from input.device or
unixio.hidd (I think, having scanned the exe for
this alert numbers). First try running AROS with
some more memory:
./aros -m 64
Gives it 64 MByte of RAM.
If this doesn't help recompile the source with debugging
enabled:
make clean
./configure --enable-debug
make
Then run AROS through the GNU debugger "gdb":
cd bin/linux-i386/AROS
gdb aros
Inside gdb enter:
run -m 64
Then when it crashes do a backtrace by typing
bt
What output does the backtrace give?