Hello,
I'm using ASUS WL-500g Premium.

I got the source for Kamikaze 7.07 and build a stripped image for 2.6 with Atheros because I changed the build-in Broadcom-WLAN to Atheros.

After setting up my box network, like DNS, DHCP, Routing, ssh, is working fine BUT I ran into travel with execution of local applications, like ipkg.

After a while because the box is allways hanging after "heavy" load I got segmentation faults and errors.

So I found the following lines in my dmesg while booting:

All bugs added by David S. Miller <davem@redhat.com>
jffs2_scan_eraseblock(): Node at 0x002d7af0 {0x1985, 0xe002, 0x00001044) has invalid CRC 0x80414049 (calculated 0x84d1586d)
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7af4: 0x1044 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7af8: 0x4049 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7afc: 0x0302 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7b00: 0x0343 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7b04: 0x81a4 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7b0c: 0x3e00 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7b10: 0xbf78 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7b14: 0xbf78 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d7b18: 0xbf78 instead
Further such events for this erase block will not be printed
jffs2_scan_inode_node(): CRC failed on node at 0x004dc26c: Read 0x7b141f37, calculated 0x623460f9
jffs2_scan_inode_node(): CRC failed on node at 0x00567d60: Read 0x5ccf3b1e, calculated 0x6735ef2a
jffs2_scan_inode_node(): CRC failed on node at 0x0056d2c4: Read 0xa12ffc67, calculated 0xd0e2d34c
jffs2_scan_eraseblock(): Node at 0x005dd090 {0x1985, 0xe002, 0x00001044) has invalid CRC 0x84514024 (calculated 0x84d1586d)
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd094: 0x1044 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd098: 0x4024 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd09c: 0x0102 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd0a0: 0x02df instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd0a4: 0x81a4 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd0ac: 0x9000 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd0b0: 0xc30e instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd0b4: 0xc30e instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005dd0b8: 0xc30e instead
Further such events for this erase block will not be printed
VFS: Mounted root (jffs2 filesystem).

Sometimes I can stop the started application but in the most cases I have to COLD start my box.

These errors are listed on each application hang if the application uses the jffs2 filesystem and somemore memory as normaly used for acting like as router only.

I expierenced the same issue with kamikaze build from newer than svn v8300 above but did not think over it to look at dmesg and logread.

Any suggestions?